ossp-uuid: Meta fixup
This commit is contained in:
parent
9c6d4533d0
commit
3ede091d56
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||||||
sha256= "11a615225baa5f8bb686824423f50e4427acd3f70d394765bdff32801f0fd5b0";
|
sha256= "11a615225baa5f8bb686824423f50e4427acd3f70d394765bdff32801f0fd5b0";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.ossp.org/pkg/lib/uuid/;
|
homepage = http://www.ossp.org/pkg/lib/uuid/;
|
||||||
description = "OSSP uuid ISO-C and C++ shared library";
|
description = "OSSP uuid ISO-C and C++ shared library";
|
||||||
longDescription =
|
longDescription =
|
||||||
@ -35,6 +35,7 @@ stdenv.mkDerivation {
|
|||||||
short lifetime and to reliably identifying very persistent
|
short lifetime and to reliably identifying very persistent
|
||||||
objects across a network.
|
objects across a network.
|
||||||
'';
|
'';
|
||||||
license = stdenv.lib.licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user