diff options
-rw-r--r-- | bragi.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,7 @@ in rec { | |||
28 | 28 | ||
29 | nixpkgs.config.packageOverrides = oldPkgs: | 29 | nixpkgs.config.packageOverrides = oldPkgs: |
30 | rec { | 30 | rec { |
31 | haskellPackages = oldPkgs.haskellPackages.override { | 31 | haskellPackages = oldPkgs.haskell.packages.ghc802.override { |
32 | overrides = self: super: { | 32 | overrides = self: super: { |
33 | trivmix = self.callPackage ./custom/trivmix/trivmix.nix {}; | 33 | trivmix = self.callPackage ./custom/trivmix/trivmix.nix {}; |
34 | inherit | 34 | inherit |
@@ -39,6 +39,7 @@ in rec { | |||
39 | thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; | 39 | thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; |
40 | }; | 40 | }; |
41 | }; | 41 | }; |
42 | haskell.packages.ghc802 = haskellPackages; | ||
42 | 43 | ||
43 | jack2Full = oldPkgs.jack2Full.override { dbus = null; }; | 44 | jack2Full = oldPkgs.jack2Full.override { dbus = null; }; |
44 | 45 | ||