summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-01-11 16:31:47 +0100
committermakefu <github@syntax-fehler.de>2019-01-11 16:31:47 +0100
commit82ecfd8086baf4ceb2efc50ff24c52fc61f1b837 (patch)
tree35e96aa5d292586183e2ef2f611248bdb4eb4969
parent46b6e89c79f0012d9a2b46d2a11f5683a3b47e9d (diff)
ma pkgs.quodlibet: disable tests for now
-rw-r--r--makefu/5pkgs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/5pkgs/default.nix b/makefu/5pkgs/default.nix
index 59db86a8..8ae41427 100644
--- a/makefu/5pkgs/default.nix
+++ b/makefu/5pkgs/default.nix
@@ -21,6 +21,7 @@ with super.lib; with builtins; let
in {
quodlibet = super.pkgs.stdenv.lib.overrideDerivation super.quodlibet (old: {
+ doCheck = false; # 1 error because of warnings (possibly upstream)
patches = [ ./custom/quodlibet/single-digit-discnumber.patch
./custom/quodlibet/remove-override-warning.patch ];
});