packages/kerberized-{bind,dig,dnsutils}: drop as included upstream
This commit is contained in:
parent
9aac3bf54b
commit
51d632bcd1
2 changed files with 0 additions and 11 deletions
|
@ -17,10 +17,6 @@
|
||||||
|
|
||||||
jre_headless = patched.jre17_standard;
|
jre_headless = patched.jre17_standard;
|
||||||
|
|
||||||
} // lib.optionalAttrs config.krb5.enable {
|
|
||||||
bind = patched.kerberized-bind;
|
|
||||||
dnsutils = patched.kerberized-dnsutils;
|
|
||||||
dig = patched.kerberized-dig;
|
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,13 +1,6 @@
|
||||||
let tools = import ./lib/tools.nix;
|
let tools = import ./lib/tools.nix;
|
||||||
in with tools;
|
in with tools;
|
||||||
super: rec {
|
super: rec {
|
||||||
kerberized-bind = super.bind.overrideAttrs (attrs: {
|
|
||||||
configureFlags = attrs.configureFlags ++ [ "--with-gssapi=${super.krb5.dev}" ];
|
|
||||||
buildInputs = attrs.buildInputs ++ [ super.krb5 ];
|
|
||||||
});
|
|
||||||
kerberized-dnsutils = kerberized-bind.dnsutils;
|
|
||||||
kerberized-dig = kerberized-bind.dnsutils;
|
|
||||||
|
|
||||||
hydra = (patch super.hydra-unstable "patches/base/hydra").override { nix = super.nix_2_4; };
|
hydra = (patch super.hydra-unstable "patches/base/hydra").override { nix = super.nix_2_4; };
|
||||||
|
|
||||||
lain-ipfs = patch-rename (super.ipfs_latest or super.ipfs) "lain-ipfs" "patches/base/ipfs";
|
lain-ipfs = patch-rename (super.ipfs_latest or super.ipfs) "lain-ipfs" "patches/base/ipfs";
|
||||||
|
|
Loading…
Reference in a new issue