dotenv: fix broken package version 0.8.0.2

This commit is contained in:
William R. Arellano 2019-11-12 08:09:27 -05:00 committed by Peter Simons
parent 35b81fb1a4
commit b06de887f7

View file

@ -624,5 +624,7 @@ self: super: builtins.intersectAttrs super {
# need it during the build itself, too.
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;
}