enlightenment.efl: use pkg-config instead of the alias pkgconfig
This commit is contained in:
parent
bf0370c045
commit
38a1e2f7ee
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
, fetchurl
|
||||
, meson
|
||||
, ninja
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, SDL2
|
||||
, alsaLib
|
||||
, bullet
|
||||
|
@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
|
|||
meson
|
||||
ninja
|
||||
gtk3
|
||||
pkgconfig
|
||||
pkg-config
|
||||
check
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue