haskellPackages.lvmrun: disable format hardening

This commit is contained in:
Robin Gloster 2016-04-06 08:26:01 +00:00
parent 057a899791
commit 58a73d3f4b

View file

@ -440,7 +440,9 @@ self: super: {
lensref = dontCheck super.lensref;
liquidhaskell = dontCheck super.liquidhaskell;
lucid = dontCheck super.lucid; #https://github.com/chrisdone/lucid/issues/25
lvmrun = dontCheck super.lvmrun;
lvmrun = pkgs.lib.overrideDerivation (dontCheck super.lvmrun) (drv: {
hardeningDisable = [ "format" ];
});
memcache = dontCheck super.memcache;
milena = dontCheck super.milena;
nats-queue = dontCheck super.nats-queue;