Fix some platforms

This commit is contained in:
William A. Kennington III
2015-04-25 15:54:12 -07:00
parent bdf2329262
commit 14d52d7e0d
3 changed files with 7 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
description = "SubBand Codec Library";
homepage = http://www.bluez.org/;
license = licenses.gpl2;
platforms = platforms.unix;
platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];
};
}