about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-11-05 20:55:02 +0100
committerProfpatsch <mail@profpatsch.de>2016-11-05 20:55:23 +0100
commit77f6453fe85b38b25c24091fcd86bee74f97f62d (patch)
tree29efbbe790ec781c2c30ac6b79e6fed16cad8b0a
parent9254567f1882e25c3c0fd29c92b0c1e3f59d2497 (diff)
haskellPackages: libsystemd-journal unjailbreak
upper bound got fixed
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 69c0d073bc0cd..82073ff09897f 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 ];
   });