pkgs/desktops: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
82ba45d59e
commit
5fffcef915
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, pkgconfig, gettext, gtk3, mate, python3Packages }:
|
||||
{ lib, stdenv, fetchurl, pkg-config, gettext, gtk3, mate, python3Packages }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "python-caja";
|
||||
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig
|
||||
pkg-config
|
||||
gettext
|
||||
python3Packages.wrapPython
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user