pkgs/games: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
2fbc36f3d8
commit
47e997598c
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, gettext, ncurses }:
|
||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, gettext, ncurses }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "nudoku";
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace configure.ac --replace 0.19 0.20
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig gettext ];
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config gettext ];
|
||||
buildInputs = [ ncurses ];
|
||||
|
||||
configureFlags = lib.optional stdenv.hostPlatform.isMusl "--disable-nls";
|
||||
|
||||
Reference in New Issue
Block a user