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

@ -14,8 +14,10 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ libraw1394 ];
meta = {
meta = with stdenv.lib; {
homepage = http://www.linux1394.org;
license = "LGPL";
platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];
};
}

View File

@ -8,9 +8,11 @@ stdenv.mkDerivation rec {
sha256 = "0w5sw06p51wfq2ahgql93ljkkp3hqprifzcxq8dq71c8zcbgyg58";
};
meta = {
meta = with stdenv.lib; {
description = "Library providing direct access to the IEEE 1394 bus through the Linux 1394 subsystem's raw1394 user space interface";
homepage = "https://ieee1394.wiki.kernel.org/index.php/Libraries#libraw1394";
license = ["GPL" "LGPL"];
platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];
};
}

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