Update pkgs/development/haskell-modules/configuration-nix.nix

Co-Authored-By: Dennis Gosnell <cdep.illabout@gmail.com>
This commit is contained in:
William R. Arellano
2019-11-15 21:08:45 +01:00
committed by Peter Simons
co-authored by Dennis Gosnell
parent ea6b44b6d5
commit 266ee8d74d
@@ -624,5 +624,4 @@ 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"];
}