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-12 08:44:00 -05:00 committed by Peter Simons
parent ea6b44b6d5
commit 266ee8d74d

View file

@ -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"];
}