1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

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 ];
};
}