summary refs log tree commit diff
path: root/pkgs/tools/audio/beets/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-01-04 16:34:11 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-01-04 16:41:52 +0100
commita6673133efda088c44d73f0c1ae752f59587e3f4 (patch)
treec3adeba114b82674af0a0db668110229bea5d70a /pkgs/tools/audio/beets/default.nix
parentf3e94514d31e477f8802faea4ed1eafa7130f60d (diff)
downloadnixpkgs-a6673133efda088c44d73f0c1ae752f59587e3f4.tar
nixpkgs-a6673133efda088c44d73f0c1ae752f59587e3f4.tar.gz
nixpkgs-a6673133efda088c44d73f0c1ae752f59587e3f4.tar.bz2
nixpkgs-a6673133efda088c44d73f0c1ae752f59587e3f4.tar.lz
nixpkgs-a6673133efda088c44d73f0c1ae752f59587e3f4.tar.xz
nixpkgs-a6673133efda088c44d73f0c1ae752f59587e3f4.tar.zst
nixpkgs-a6673133efda088c44d73f0c1ae752f59587e3f4.zip
beets: Add patch for fixing bucket tests.
See, that's why I hate the gregorian calendar and new years eve: People
tend to celebrate things that are absolutely irrelevant, like this
comment.

The test however assumed that either beets or its test suite would never
survive 2015, so this test should assure it won't survive in >= 2015 :-)

Anyway, the patch is from upstream master, so we can drop it once 1.3.10
is released.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/tools/audio/beets/default.nix')
-rw-r--r--pkgs/tools/audio/beets/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/audio/beets/default.nix b/pkgs/tools/audio/beets/default.nix
index 7e14154eb20..7148ca62027 100644
--- a/pkgs/tools/audio/beets/default.nix
+++ b/pkgs/tools/audio/beets/default.nix
@@ -106,6 +106,7 @@ in buildPythonPackage rec {
   patches = [
     ./mediafile-codec-fix.patch
     ./replaygain-default-audiotools.patch
+    ./test-bucket-fix-year.patch
   ];
 
   postPatch = ''