Modif lbdb package. Following the remarks after the 1st commit.

* add in all-packages.nix sorted alphabetically
* add platforms and license in default.nix
This commit is contained in:
Jean-Alexandre Peyroux
2013-08-27 11:08:11 +02:00
parent d0f40f17b8
commit ed522b59c6
2 changed files with 6 additions and 3 deletions
+4 -2
View File
@@ -14,7 +14,9 @@ stdenv.mkDerivation {
buildInputs = [ perl finger_bsd ];
meta = {
homepage = "http://www.spinnaker.de/lbdb/";
description = "The Little Brother's Database (lbdb)";
homepage = "http://www.spinnaker.de/lbdb/";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
description = "The Little Brother's Database (lbdb)";
};
}