We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 9480628 commit 0134709Copy full SHA for 0134709
pkgs/development/libraries/getdata/default.nix
@@ -1,12 +1,14 @@
1
-{ stdenv, fetchurl }:
+{ stdenv, fetchurl, libtool }:
2
stdenv.mkDerivation rec {
3
name = "getdata-${version}";
4
- version = "0.9.4";
+ version = "0.10.0";
5
src = fetchurl {
6
url = "mirror://sourceforge/getdata/${name}.tar.xz";
7
- sha256 = "0kikla8sxv6f1rlh77m86dajcsa7b1029zb8iigrmksic27mj9ja";
+ sha256 = "18xbb32vygav9x6yz0gdklif4chjskmkgp06rwnjdf9myhia0iym";
8
};
9
10
+ buildInputs = [ libtool ];
11
+
12
meta = with stdenv.lib; {
13
description = "Reference implementation of the Dirfile Standards";
14
license = licenses.lgpl21Plus;
0 commit comments