plq: fixes for darwin

This commit is contained in:
Aaron Bieber 2023-04-12 16:51:57 -06:00
parent e88c1732ed
commit 1c9eddbd91
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ lib, fetchurl, stdenv, unzip }: { lib, fetchurl, stdenv, unzip, ... }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "hammerspoon"; pname = "hammerspoon";

View File

@ -1,4 +1,4 @@
{ lib, fetchurl, stdenv, undmg }: { lib, fetchurl, stdenv, undmg, ... }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nheko"; pname = "nheko";

View File

@ -1,4 +1,4 @@
{ lib, fetchurl, stdenv, unzip }: { lib, fetchurl, stdenv, unzip, ... }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "secretive"; pname = "secretive";