commit
f1b4fe39af
1 changed files with 5 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.44";
|
version = "0.45.3";
|
||||||
in
|
in
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
with perlPackages;
|
with perlPackages;
|
||||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
||||||
name = "lbdb-${version}";
|
name = "lbdb-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.spinnaker.de/debian/lbdb_${version}.tar.gz";
|
url = "http://www.spinnaker.de/debian/lbdb_${version}.tar.gz";
|
||||||
sha256 = "0kjz3n2ilrg6yrz8z40714ppdprgwhbgvzcsjzs822l6da4qxna3";
|
sha256 = "01lx1nb5nlhwz663v35gg7crd36c78hnipq4z0dqyb9wjigwwg9k";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ goobook makeWrapper perl ConvertASN1 NetLDAP AuthenSASL ]
|
buildInputs = [ goobook makeWrapper perl ConvertASN1 NetLDAP AuthenSASL ]
|
||||||
|
@ -37,8 +37,9 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.spinnaker.de/lbdb/;
|
homepage = http://www.spinnaker.de/lbdb/;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
description = "The Little Brother's Database";
|
description = "The Little Brother's Database";
|
||||||
|
maintainers = [ maintainers.kaiha ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue