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:
parent
d0f40f17b8
commit
ed522b59c6
@ -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)";
|
||||
};
|
||||
}
|
||||
|
@ -7927,6 +7927,8 @@ let
|
||||
|
||||
lastwatch = callPackage ../applications/audio/lastwatch { };
|
||||
|
||||
lbdb = callPackage ../tools/misc/lbdb { };
|
||||
|
||||
lci = callPackage ../applications/science/logic/lci {};
|
||||
|
||||
ldcpp = callPackage ../applications/networking/p2p/ldcpp {
|
||||
@ -8114,7 +8116,6 @@ let
|
||||
};
|
||||
|
||||
mutt = callPackage ../applications/networking/mailreaders/mutt { };
|
||||
lbdb = callPackage ../tools/misc/lbdb { };
|
||||
|
||||
ruby_gpgme = callPackage ../development/libraries/ruby_gpgme {
|
||||
ruby = ruby19;
|
||||
|
Loading…
Reference in New Issue
Block a user