pkgs/tools: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
fce00d15c2
commit
76f93cc731
@@ -1,11 +1,11 @@
|
||||
{ lib, stdenv, fetchurl, pkgconfig, libX11, libXtst, qt4 }:
|
||||
{ lib, stdenv, fetchurl, pkg-config, libX11, libXtst, qt4 }:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "qjoypad-4.1.0";
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/qjoypad/${name}.tar.gz";
|
||||
sha256 = "1jlm7i26nfp185xrl41kz5z6fgvyj51bjpz48cg27xx64y40iamm";
|
||||
};
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ libX11 libXtst qt4 ];
|
||||
NIX_LDFLAGS = "-lX11";
|
||||
patchPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user