We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent feeed41 commit a974ee0Copy full SHA for a974ee0
pkgs/os-specific/linux/tcp-wrappers/default.nix
@@ -22,7 +22,7 @@ in stdenv.mkDerivation rec {
22
patches="$(cat debian/patches/series | sed 's,^,debian/patches/,') $patches"
23
'';
24
25
- makeFlags = [ "REAL_DAEMON_DIR=$(out)/bin" "linux" ];
+ makeFlags = [ "STRINGS=" "REAL_DAEMON_DIR=$(out)/bin" "linux" ];
26
27
installPhase = ''
28
mkdir -p "$out/bin"
0 commit comments