pkgs/applications: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
47e997598c
commit
5d566c43b4
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, autoconf, automake, pkgconfig, glib
|
||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, autoconf, automake, pkg-config, glib
|
||||
, perl, ncurses5, hamlib, xmlrpc_c }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1xpgs4k27pjd9mianfknknp6mf34365bcp96wrv5xh4dhph573rj";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook autoconf automake pkgconfig perl ];
|
||||
nativeBuildInputs = [ autoreconfHook autoconf automake pkg-config perl ];
|
||||
buildInputs = [ glib ncurses5 hamlib xmlrpc_c ];
|
||||
|
||||
configureFlags = [ "--enable-hamlib" "--enable-fldigi-xmlrpc" ];
|
||||
|
||||
Reference in New Issue
Block a user