nudoku: fix for gettext 0.20
This commit is contained in:
parent
52332244bd
commit
7187eae189
@ -11,6 +11,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0rj8ajni7gssj0qbf1jn51699sadxwsr6ca2718w74psv7acda8h";
|
sha256 = "0rj8ajni7gssj0qbf1jn51699sadxwsr6ca2718w74psv7acda8h";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Allow gettext 0.20
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace configure.ac --replace 0.19 0.20
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig gettext ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig gettext ];
|
||||||
buildInputs = [ ncurses ];
|
buildInputs = [ ncurses ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user