summary refs log tree commit diff
path: root/pkgs/applications/audio/xmms/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/xmms/default.nix')
-rw-r--r--pkgs/applications/audio/xmms/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/audio/xmms/default.nix b/pkgs/applications/audio/xmms/default.nix
index a0e2d4729179..a7743b861ebb 100644
--- a/pkgs/applications/audio/xmms/default.nix
+++ b/pkgs/applications/audio/xmms/default.nix
@@ -7,5 +7,8 @@ stdenv.mkDerivation {
     md5 = "03a85cfc5e1877a2e1f7be4fa1d3f63c" ;
   };
 
+  # Patch borrowed from SuSE 10.0 to fix pause/continue on ALSA.
+  patches = [./alsa.patch];
+
   buildInputs = [alsaLib esound libogg libvorbis glib gtk];
 }