summary refs log tree commit diff
path: root/pkgs/applications/misc/xfontsel
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-17 09:09:27 +0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-16 23:49:59 -0800
commit5d566c43b4877ad32fb096e4d606b57eaa6dfe37 (patch)
treee7cc057fed0ce2eb44ae2978be5b4e64c8d41dcd /pkgs/applications/misc/xfontsel
parent47e997598cd0e51f4a0071bb4e90cb2bdcc38dde (diff)
downloadnixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar.gz
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar.bz2
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar.lz
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar.xz
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.tar.zst
nixpkgs-5d566c43b4877ad32fb096e4d606b57eaa6dfe37.zip
pkgs/applications: pkgconfig -> pkg-config
Diffstat (limited to 'pkgs/applications/misc/xfontsel')
-rw-r--r--pkgs/applications/misc/xfontsel/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/xfontsel/default.nix b/pkgs/applications/misc/xfontsel/default.nix
index 13bda4f2332..10034fbe1b1 100644
--- a/pkgs/applications/misc/xfontsel/default.nix
+++ b/pkgs/applications/misc/xfontsel/default.nix
@@ -2,7 +2,7 @@
 # at https://www.x.org/releases/individual/.
 # That is why this expression is not inside pkgs.xorg
 
-{lib, stdenv, fetchurl, makeWrapper, libX11, pkgconfig, libXaw}:
+{lib, stdenv, fetchurl, makeWrapper, libX11, pkg-config, libXaw}:
 stdenv.mkDerivation rec {
   name = "xfontsel-1.0.6";
 
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
     sha256 = "0700lf6hx7dg88wq1yll7zjvf9gbwh06xff20yffkxb289y0pai5";
   };
 
-  nativeBuildInputs = [ pkgconfig ];
+  nativeBuildInputs = [ pkg-config ];
   buildInputs = [libX11 makeWrapper libXaw];
 
   # Without this, it gets Xmu as a dependency, but without rpath entry