Loading pkgs/by-name/bi/bind/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ stdenv, lib, fetchurl, removeReferencesTo, darwin, perl, pkg-config, Loading Loading @@ -49,6 +50,7 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ perl pkg-config removeReferencesTo ]; buildInputs = [ Loading Loading @@ -128,6 +130,10 @@ stdenv.mkDerivation (finalAttrs: { sed -i '/^ISC_TEST_ENTRY(tcpdns_recv_one/d' tests/isc/netmgr_test.c ''; postFixup = '' remove-references-to -t "$out" "$dnsutils/bin/delv" ''; passthru = { tests = { withCheck = finalAttrs.finalPackage.overrideAttrs { doCheck = true; }; Loading Loading
pkgs/by-name/bi/bind/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ stdenv, lib, fetchurl, removeReferencesTo, darwin, perl, pkg-config, Loading Loading @@ -49,6 +50,7 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ perl pkg-config removeReferencesTo ]; buildInputs = [ Loading Loading @@ -128,6 +130,10 @@ stdenv.mkDerivation (finalAttrs: { sed -i '/^ISC_TEST_ENTRY(tcpdns_recv_one/d' tests/isc/netmgr_test.c ''; postFixup = '' remove-references-to -t "$out" "$dnsutils/bin/delv" ''; passthru = { tests = { withCheck = finalAttrs.finalPackage.overrideAttrs { doCheck = true; }; Loading