pkgs/applications: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
47e997598c
commit
5d566c43b4
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, glib, gtk2, pkgconfig, hamlib }:
|
||||
{ lib, stdenv, fetchurl, glib, gtk2, pkg-config, hamlib }:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xlog";
|
||||
version = "2.0.19";
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
# glib-2.62 deprecations
|
||||
NIX_CFLAGS_COMPILE = "-DGLIB_DISABLE_DEPRECATION_WARNINGS";
|
||||
|
||||
buildInputs = [ glib pkgconfig gtk2 hamlib ];
|
||||
buildInputs = [ glib pkg-config gtk2 hamlib ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "An amateur radio logging program";
|
||||
|
||||
Reference in New Issue
Block a user