pkgs/shells: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
d13840759c
commit
82ba45d59e
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, editline }:
|
||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, editline }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "jush";
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1azvghrh31gawd798a254ml4id642qvbva64zzg30pjszh1087n8";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||
|
||||
buildInputs = [ editline ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user