Merge pull request #7053 from spwhitt/wavpack

wavpack: build on Darwin
This commit is contained in:
Arseniy Seroka 2015-03-29 00:02:24 +03:00
commit 22a5d5790d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
description = "Hybrid audio compression format";
homepage = http://www.wavpack.com/;
license = licenses.bsd3;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ codyopel ];
};
}