lol

ldb: 1.1.26 -> 1.1.27

Also, strip the modules to prevent a dependency on gcc.

+6 -2
+6 -2
pkgs/development/libraries/ldb/default.nix
··· 3 3 }: 4 4 5 5 stdenv.mkDerivation rec { 6 - name = "ldb-1.1.26"; 6 + name = "ldb-1.1.27"; 7 7 8 8 src = fetchurl { 9 9 url = "mirror://samba/ldb/${name}.tar.gz"; 10 - sha256 = "1rmjv12pf57vga8s5z9p9d90rlfckc1lqjbcp89r83cq5fkwfhw8"; 10 + sha256 = "1b1mkl5p8swb67s9aswavhzswlib34hpgsv66zgns009paf2df6d"; 11 11 }; 12 + 13 + outputs = [ "out" "dev" ]; 12 14 13 15 buildInputs = [ 14 16 python pkgconfig readline tdb talloc tevent popt ··· 23 25 "--bundled-libraries=NONE" 24 26 "--builtin-libraries=replace" 25 27 ]; 28 + 29 + stripDebugList = "bin lib modules"; 26 30 27 31 meta = with stdenv.lib; { 28 32 description = "A LDAP-like embedded database";