mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-21 11:33:24 +00:00
xbase: add license
This commit is contained in:
parent
d513d6115f
commit
9aa4a78b96
|
@ -25,10 +25,10 @@ stdenv.mkDerivation {
|
|||
})
|
||||
];
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://linux.techass.com/projects/xdb/;
|
||||
description = "C++ class library formerly known as XDB";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.lgpl2;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue