pass: fix strictDeps build

This commit is contained in:
FliegendeWurst
2025-01-12 12:56:50 +01:00
parent d9e9853753
commit 45cd69c9c3
+3
View File
@@ -3,6 +3,7 @@
lib,
pkgs,
fetchurl,
bash,
buildEnv,
coreutils,
findutils,
@@ -92,6 +93,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ bash ];
installFlags = [
"PREFIX=$(out)"
"WITH_ALLCOMP=yes"