diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-20 19:10:39 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-20 19:10:39 +0200 |
| commit | b6d1ea417532fb0381318e9355218a310e95a663 (patch) | |
| tree | 8f4471e09a0a6d7805e9e09cf509af3dcb19fff6 | |
| parent | e5835fd06e3b97e56891a7df5b8ffe13dfc7fc98 (diff) | |
| download | nixos-b6d1ea417532fb0381318e9355218a310e95a663.tar nixos-b6d1ea417532fb0381318e9355218a310e95a663.tar.gz nixos-b6d1ea417532fb0381318e9355218a310e95a663.tar.bz2 nixos-b6d1ea417532fb0381318e9355218a310e95a663.tar.xz nixos-b6d1ea417532fb0381318e9355218a310e95a663.zip | |
typo?
| -rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -33,7 +33,7 @@ in rec { | |||
| 33 | overrides = self: super: let | 33 | overrides = self: super: let |
| 34 | callPackage = pkgs.lib.callPackageWith ( pkgs // self ); | 34 | callPackage = pkgs.lib.callPackageWith ( pkgs // self ); |
| 35 | in { | 35 | in { |
| 36 | Glob = pkgs.haskell.lib.dontTest super.Glob; | 36 | Glob = pkgs.haskell.lib.dontCheck super.Glob; |
| 37 | 37 | ||
| 38 | trivmix = callPackage ./custom/trivmix {}; | 38 | trivmix = callPackage ./custom/trivmix {}; |
| 39 | inherit (pkgs.callPackage ./custom/thermoprint { extraPackages = (p: with p; [ persistent-postgresql ]); }) thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; | 39 | inherit (pkgs.callPackage ./custom/thermoprint { extraPackages = (p: with p; [ persistent-postgresql ]); }) thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; |
