From 057b0a46b542267dc4c8a3a61427923bb2797a50 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 2 Jan 2020 02:39:08 +0100 Subject: machines/profpatsch/shiki: use dhall from binary release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The hackage (and thus nixpkgs) version is sadly very much outdated. Luckily, Justin Woo provides the statically linked binaries from the upstream project. This won’t work for patches or using the library, but at the moment it’s okay. --- pkgs/profpatsch/utils-hs/default.nix | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'pkgs/profpatsch/utils-hs') diff --git a/pkgs/profpatsch/utils-hs/default.nix b/pkgs/profpatsch/utils-hs/default.nix index 9ddd50ec..f54b0dfa 100644 --- a/pkgs/profpatsch/utils-hs/default.nix +++ b/pkgs/profpatsch/utils-hs/default.nix @@ -58,17 +58,6 @@ let dependent-sum prettyprinter (hlib.doJailbreak ref-tf) ]); }); - - dhall-nix = hlib.justStaticExecutables (hlib.overrideCabal hsuper.dhall-nix (old: { - src = fetchFromGitHub { - owner = "Profpatsch"; - repo = "dhall-nix"; - # manual update to dhall @0.19 - rev = "feae0ce5b2ecf4daeeae15c39f427f126c33da7c"; - sha256 = "1kdsbnj681lf65dsdclcrzj4cab1hh0v22n2140386zvwmawyp6r"; - }; - broken = false; - })); }); }; -- cgit 1.4.1