forked from mirrors/nixpkgs
libvolume_id: add license
This commit is contained in:
parent
2862ba321a
commit
2b99f89db3
|
@ -1,8 +1,8 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libvolume_id-0.81.1";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.marcuscom.com/downloads/libvolume_id-0.81.1.tar.bz2";
|
||||
sha256 = "029z04vdxxsl8gycm9whcljhv6dy4b12ybsxdb99jr251gl1ifs5";
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue