libiec61883: Set platforms and update license

This commit is contained in:
Spencer Whitt
2015-04-18 18:57:41 -04:00
parent deddaa6c0d
commit 0ffa2ffe2b
@@ -14,8 +14,9 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ libraw1394 ]; propagatedBuildInputs = [ libraw1394 ];
meta = { meta = with stdenv.lib; {
homepage = http://www.linux1394.org; homepage = http://www.linux1394.org;
license = "LGPL"; license = licenses.lgpl21Plus;
platforms = platforms.linux;
}; };
} }