dateutils: fix build w/glibc-2.32
This commit is contained in:
parent
30286ebcc1
commit
08bc712843
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, autoreconfHook, tzdata }:
|
{ stdenv, fetchurl, autoreconfHook, tzdata, fetchpatch }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.4.7";
|
version = "0.4.7";
|
||||||
@ -9,6 +9,13 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "16jr9yjk8wgzfh22hr3z6mp4jm3fkacyibds4jj5xx5yymbm8wj9";
|
sha256 = "16jr9yjk8wgzfh22hr3z6mp4jm3fkacyibds4jj5xx5yymbm8wj9";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://bitbucket.org/hroptatyr/dateutils/commits/6813ed94534f2311fbe9164748919e39d60b0190/raw";
|
||||||
|
sha256 = "1zs3iizb172ha56g03rr8kzd8zx6qypiqsc11jw758mliwxk5rgc";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
buildInputs = [ tzdata ]; # needed for datezone
|
buildInputs = [ tzdata ]; # needed for datezone
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user