about summary refs log tree commit diff
path: root/pkgs/tools/misc/lbdb/default.nix
diff options
context:
space:
mode:
authorJean-Alexandre Peyroux <m@j4.pe>2013-08-27 11:08:11 +0200
committerJean-Alexandre Peyroux <m@j4.pe>2013-08-27 11:08:11 +0200
commited522b59c64cf9cd9055c81466d819c92d6cba3e (patch)
tree3b5fedcd3f1907c95a808ae9c0c9f50ef7800d6a /pkgs/tools/misc/lbdb/default.nix
parentd0f40f17b8a531f9aad8c44ec601284b6a9c2986 (diff)
downloadnixlib-ed522b59c64cf9cd9055c81466d819c92d6cba3e.tar
nixlib-ed522b59c64cf9cd9055c81466d819c92d6cba3e.tar.gz
nixlib-ed522b59c64cf9cd9055c81466d819c92d6cba3e.tar.bz2
nixlib-ed522b59c64cf9cd9055c81466d819c92d6cba3e.tar.lz
nixlib-ed522b59c64cf9cd9055c81466d819c92d6cba3e.tar.xz
nixlib-ed522b59c64cf9cd9055c81466d819c92d6cba3e.tar.zst
nixlib-ed522b59c64cf9cd9055c81466d819c92d6cba3e.zip
Modif lbdb package. Following the remarks after the 1st commit.
* add in all-packages.nix sorted alphabetically
* add platforms and license in default.nix
Diffstat (limited to 'pkgs/tools/misc/lbdb/default.nix')
-rw-r--r--pkgs/tools/misc/lbdb/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/tools/misc/lbdb/default.nix b/pkgs/tools/misc/lbdb/default.nix
index 8775a7dc8373..1974935342b7 100644
--- a/pkgs/tools/misc/lbdb/default.nix
+++ b/pkgs/tools/misc/lbdb/default.nix
@@ -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)";
 	};
 }