3
0
Fork 0
forked from mirrors/nixpkgs

libvolume_id: add license

This commit is contained in:
Markus Kowalewski 2020-06-30 21:22:31 +02:00
parent 2862ba321a
commit 2b99f89db3
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -18,7 +18,8 @@ stdenv.mkDerivation {
cp -f libvolume_id.so.0 $out/lib/
";
meta = {
platforms = stdenv.lib.platforms.linux;
meta = with stdenv.lib; {
platforms = platforms.linux;
license = licenses.gpl2;
};
}