pkgs/games: pkg-config -> pkgconfig (2)
This commit is contained in:
committed by
Jonathan Ringer
parent
76f93cc731
commit
bd42003f87
@@ -1,6 +1,6 @@
|
||||
{ mkDerivation
|
||||
, lib, stdenv
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, zlib
|
||||
, qtbase
|
||||
, qtsvg
|
||||
@@ -20,7 +20,7 @@ mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig
|
||||
pkg-config
|
||||
qmake
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user