Fix tarball

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy
2013-07-13 15:54:39 -04:00
parent e820a54431
commit 3b274caaac
8 changed files with 132 additions and 18 deletions
@@ -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;
};