pekwm: remove top-level override

This commit is contained in:
Aliaksandr
2026-01-25 11:55:48 -05:00
committed by Michael Daniels
parent 55488b815a
commit 58f82bd0e5
2 changed files with 6 additions and 12 deletions
+6 -6
View File
@@ -2,9 +2,9 @@
lib,
stdenv,
fetchFromGitHub,
awk,
gawk,
cmake,
grep,
gnugrep,
libXext,
libXft,
libXinerama,
@@ -14,7 +14,7 @@
libpng,
pkg-config,
runtimeShell,
sed,
gnused,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -51,9 +51,9 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
cmakeFlags = [
"-DAWK=${lib.getBin awk}/bin/awk"
"-DGREP=${lib.getBin grep}/bin/grep"
"-DSED=${lib.getBin sed}/bin/sed"
"-DAWK=${lib.getBin gawk}/bin/awk"
"-DGREP=${lib.getBin gnugrep}/bin/grep"
"-DSED=${lib.getBin gnused}/bin/sed"
"-DSH=${runtimeShell}"
];
-6
View File
@@ -11212,12 +11212,6 @@ with pkgs;
parsec-bin = callPackage ../applications/misc/parsec/bin.nix { };
pekwm = callPackage ../by-name/pe/pekwm/package.nix {
awk = gawk;
grep = gnugrep;
sed = gnused;
};
pdfpc = callPackage ../applications/misc/pdfpc {
inherit (gst_all_1)
gstreamer