dotenv: fix broken package version 0.8.0.2
This commit is contained in:
parent
35b81fb1a4
commit
b06de887f7
@ -624,5 +624,7 @@ self: super: builtins.intersectAttrs super {
|
|||||||
# need it during the build itself, too.
|
# need it during the build itself, too.
|
||||||
cairo = addBuildTool super.cairo self.buildHaskellPackages.gtk2hs-buildtools;
|
cairo = addBuildTool super.cairo self.buildHaskellPackages.gtk2hs-buildtools;
|
||||||
pango = disableHardening (addBuildTool super.pango self.buildHaskellPackages.gtk2hs-buildtools) ["fortify"];
|
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