pass: fix strictDeps build (#373162)

This commit is contained in:
Franz Pletz
2025-01-12 15:15:01 +01:00
committed by GitHub
+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"