summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 54280570..f58df4a2 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -29,7 +29,7 @@ in rec {
29 rec { 29 rec {
30 haskellPackages = oldPkgs.haskellPackages.override { 30 haskellPackages = oldPkgs.haskellPackages.override {
31 overrides = self: super: rec { 31 overrides = self: super: rec {
32 encoding = haskell.lib.overrideCabal encoding ( oldAttrs: { src = pkgs.fetchFromGitHub { owner = "pngwjpgh"; repo = "encoding"; rev = "extended-version-bounds"; sha256 = "0pzxixp384a1ywzj56pl7xc4ln7i9x6mq8spqjwcs80y0pgfpp9s"; }; } ); 32 encoding = oldPkgs.haskell.lib.overrideCabal encoding ( oldAttrs: { src = pkgs.fetchFromGitHub { owner = "pngwjpgh"; repo = "encoding"; rev = "extended-version-bounds"; sha256 = "0pzxixp384a1ywzj56pl7xc4ln7i9x6mq8spqjwcs80y0pgfpp9s"; }; } );
33 trivmix = self.callPackage ./custom/trivmix/trivmix.nix {}; 33 trivmix = self.callPackage ./custom/trivmix/trivmix.nix {};
34 inherit 34 inherit
35 (lib.mapAttrs (name: oldPkgs.haskell.lib.dontCheck) super) 35 (lib.mapAttrs (name: oldPkgs.haskell.lib.dontCheck) super)