pkgs/desktops: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
82ba45d59e
commit
5fffcef915
@@ -8,7 +8,7 @@
|
||||
, libxml2, libxslt, libiconv
|
||||
, libobjc, libgcrypt
|
||||
, icu
|
||||
, pkgconfig, portaudio
|
||||
, pkg-config, portaudio
|
||||
, libiberty
|
||||
}:
|
||||
let
|
||||
@@ -20,7 +20,7 @@ gsmakeDerivation {
|
||||
url = "ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-${version}.tar.gz";
|
||||
sha256 = "10xjrv5d443wzll6lf9y65p6v9kvx7xxklhsm1j05y93vwgzl0w8";
|
||||
};
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
propagatedBuildInputs = [
|
||||
aspell audiofile
|
||||
cups
|
||||
|
||||
Reference in New Issue
Block a user