From a01cab05c626f17632edb3776f16fabb89afc106 Mon Sep 17 00:00:00 2001 From: Justin Humm Date: Sun, 7 Oct 2018 14:08:16 +0200 Subject: [PATCH] haskellPackages.arbtt: unbreak with jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 409f159387fdc3..7dc7ba425e100a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1153,4 +1153,7 @@ self: super: { }); xmonad-extras = doJailbreak super.xmonad-extras; + + arbtt = doJailbreak super.arbtt; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super