mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
ossp-uuid: Meta fixup
This commit is contained in:
parent
9c6d4533d0
commit
3ede091d56
|
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||
sha256= "11a615225baa5f8bb686824423f50e4427acd3f70d394765bdff32801f0fd5b0";
|
||||
};
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.ossp.org/pkg/lib/uuid/;
|
||||
description = "OSSP uuid ISO-C and C++ shared library";
|
||||
longDescription =
|
||||
|
@ -35,6 +35,7 @@ stdenv.mkDerivation {
|
|||
short lifetime and to reliably identifying very persistent
|
||||
objects across a network.
|
||||
'';
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue