dotnev: move changes from configuration-nix to configuration-common
This commit is contained in:
parent
afd42d621d
commit
227a8e0e7c
@ -275,6 +275,7 @@ self: super: {
|
||||
dlist = dontCheck super.dlist;
|
||||
docopt = dontCheck super.docopt; # http://hydra.cryp.to/build/499172/log/raw
|
||||
dom-selector = dontCheck super.dom-selector; # http://hydra.cryp.to/build/497670/log/raw
|
||||
dotenv = dontCheck super.dotenv;
|
||||
dotfs = dontCheck super.dotfs; # http://hydra.cryp.to/build/498599/log/raw
|
||||
DRBG = dontCheck super.DRBG; # http://hydra.cryp.to/build/498245/nixlog/1/raw
|
||||
ed25519 = dontCheck super.ed25519;
|
||||
|
@ -625,6 +625,4 @@ self: super: builtins.intersectAttrs super {
|
||||
cairo = addBuildTool super.cairo self.buildHaskellPackages.gtk2hs-buildtools;
|
||||
pango = disableHardening (addBuildTool super.pango self.buildHaskellPackages.gtk2hs-buildtools) ["fortify"];
|
||||
|
||||
# Tests fails because of missing test file
|
||||
dotenv = dontCheck super.dotenv;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user