diff options
author | makefu <github@syntax-fehler.de> | 2018-09-17 00:29:03 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-09-17 00:29:03 +0200 |
commit | 1424c4cdb66848005d84b153cc98d2047bbd30b2 (patch) | |
tree | 19439e61f3953f1a5f7ef3f931411f8163bbd60b /makefu/5pkgs/default.nix | |
parent | 04ab857228a55ae6627df2bf5714d7ab0b12ebe5 (diff) |
ma pkgs.quodlibet: add private patches
Diffstat (limited to 'makefu/5pkgs/default.nix')
-rw-r--r-- | makefu/5pkgs/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makefu/5pkgs/default.nix b/makefu/5pkgs/default.nix index 390c13ffe..d1aec70cb 100644 --- a/makefu/5pkgs/default.nix +++ b/makefu/5pkgs/default.nix @@ -20,6 +20,10 @@ with super.lib; with builtins; let (filterAttrs (_: eq "directory") (readDir path)); in { + quodlibet = super.pkgs.stdenv.lib.overrideDerivation super.quodlibet (old: { + patches = [ ./custom/quodlibet/single-digit-discnumber.patch + ./custom/quodlibet/remove-override-warning.patch ]; + }); alsa-hdspconf = callPackage ./custom/alsa-tools { alsaToolTarget="hdspconf";}; alsa-hdspmixer = callPackage ./custom/alsa-tools { alsaToolTarget="hdspmixer";}; alsa-hdsploader = callPackage ./custom/alsa-tools { alsaToolTarget="hdsploader";}; |