diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-20 00:51:38 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-20 00:51:38 +0200 |
| commit | 8f0939b2a26414bbf9878b43edc8417069676019 (patch) | |
| tree | dd402e8bd6cafdd865e206e6296f49e91b0317a6 | |
| parent | a1c7f26be06d1dd1ca95e12f215dd1a387e0edf0 (diff) | |
| download | nixos-8f0939b2a26414bbf9878b43edc8417069676019.tar nixos-8f0939b2a26414bbf9878b43edc8417069676019.tar.gz nixos-8f0939b2a26414bbf9878b43edc8417069676019.tar.bz2 nixos-8f0939b2a26414bbf9878b43edc8417069676019.tar.xz nixos-8f0939b2a26414bbf9878b43edc8417069676019.zip | |
be more specific
| -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 | cabal = super.cabalNoTest; | 36 | Glob = haskell.lib.dontTest 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; |
