summary refs log tree commit diff
path: root/pkgs/development/libraries/libsamplerate
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2013-07-13 15:54:39 -0400
committerShea Levy <shea@shealevy.com>2013-07-13 15:54:39 -0400
commit3b274caaac78eda9d0a8f67c916f3b18ec111c59 (patch)
tree246160686c878abb3bc606fca7d743c9ab54a6f7 /pkgs/development/libraries/libsamplerate
parente820a54431bc4a3277378c468737b72b8a2d82e7 (diff)
downloadnixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar.gz
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar.bz2
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar.lz
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar.xz
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.tar.zst
nixlib-3b274caaac78eda9d0a8f67c916f3b18ec111c59.zip
Fix tarball
Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'pkgs/development/libraries/libsamplerate')
-rw-r--r--pkgs/development/libraries/libsamplerate/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libsamplerate/default.nix b/pkgs/development/libraries/libsamplerate/default.nix
index 3b7434dc9fbf..57eaf529a63f 100644
--- a/pkgs/development/libraries/libsamplerate/default.nix
+++ b/pkgs/development/libraries/libsamplerate/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     # you can choose one of the following licenses:
     # GPL or a commercial-use license (available at
     # http://www.mega-nerd.com/SRC/libsamplerate-cul.pdf)
-    licenses    = with licenses; [ gpl unfree ];
+    licenses    = with licenses; [ gpl3.shortName unfree ];
     maintainers = with maintainers; [ lovek323 ];
     platforms   = platforms.all;
   };