From 77f6453fe85b38b25c24091fcd86bee74f97f62d Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 5 Nov 2016 20:55:02 +0100 Subject: [PATCH] haskellPackages: libsystemd-journal unjailbreak upper bound got fixed --- pkgs/development/haskell-modules/configuration-common.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 69c0d073bc0c..82073ff09897 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1058,8 +1058,6 @@ self: super: { dataenc = doJailbreak super.dataenc; libsystemd-journal = overrideCabal super.libsystemd-journal (old: { - # https://github.com/ocharles/libsystemd-journal/pull/17 - jailbreak = true; librarySystemDepends = old.librarySystemDepends or [] ++ [ pkgs.systemd ]; });