summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-08-20 00:51:38 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-08-20 00:51:38 +0200
commit8f0939b2a26414bbf9878b43edc8417069676019 (patch)
treedd402e8bd6cafdd865e206e6296f49e91b0317a6
parenta1c7f26be06d1dd1ca95e12f215dd1a387e0edf0 (diff)
downloadnixos-8f0939b2a26414bbf9878b43edc8417069676019.tar
nixos-8f0939b2a26414bbf9878b43edc8417069676019.tar.gz
nixos-8f0939b2a26414bbf9878b43edc8417069676019.tar.bz2
nixos-8f0939b2a26414bbf9878b43edc8417069676019.tar.xz
nixos-8f0939b2a26414bbf9878b43edc8417069676019.zip
be more specific
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index ebaeec03..6f927601 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -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;