Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

tcp-wrappers: rename conflicting variable instead of clearing it

+4 -1
+4 -1
pkgs/os-specific/linux/tcp-wrappers/default.nix
··· 20 20 prePatch = '' 21 21 tar -xaf $debian 22 22 patches="$(cat debian/patches/series | sed 's,^,debian/patches/,') $patches" 23 + 24 + substituteInPlace Makefile --replace STRINGS STRINGDEFS 25 + substituteInPlace debian/patches/13_shlib_weaksym --replace STRINGS STRINGDEFS 23 26 ''; 24 27 25 28 buildInputs = [ libnsl ]; 26 29 27 - makeFlags = [ "STRINGS=" "REAL_DAEMON_DIR=$(out)/bin" "linux" ]; 30 + makeFlags = [ "REAL_DAEMON_DIR=$(out)/bin" "linux" ]; 28 31 29 32 installPhase = '' 30 33 mkdir -p "$out/bin"