libiec61883: Set platforms and update license
This commit is contained in:
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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user