Fix some platforms

This commit is contained in:
William A. Kennington III
2015-04-25 21:27:53 -07:00
parent bdf2329262
commit 14d52d7e0d
3 changed files with 7 additions and 3 deletions
@@ -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 ];
};
}