pkgs/applications: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
47e997598c
commit
5d566c43b4
@@ -1,4 +1,4 @@
|
||||
{lib, stdenv, fetchurl, pkgconfig, gtk2, synergy}:
|
||||
{lib, stdenv, fetchurl, pkg-config, gtk2, synergy}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "quicksynergy";
|
||||
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1pi8503bg8q1psw50y6d780i33nnvfjqiy9vnr3v52pdcfip8pix";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [
|
||||
gtk2
|
||||
synergy
|
||||
|
||||
Reference in New Issue
Block a user