nudoku: fix w/musl, disable nls
(cherry picked from commit 027b93ae5f1efe713dc213d56f0f2e4d9858db54)
This commit is contained in:
parent
62adf1c56b
commit
52332244bd
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ autoreconfHook pkgconfig gettext ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig gettext ];
|
||||||
buildInputs = [ ncurses ];
|
buildInputs = [ ncurses ];
|
||||||
|
|
||||||
|
configureFlags = stdenv.lib.optional stdenv.hostPlatform.isMusl "--disable-nls";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An ncurses based sudoku game";
|
description = "An ncurses based sudoku game";
|
||||||
homepage = "http://jubalh.github.io/nudoku/";
|
homepage = "http://jubalh.github.io/nudoku/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user