summary refs log tree commit diff
path: root/pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-17 09:21:50 +0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-16 23:49:59 -0800
commit5fffcef915761939a2d78e679e43551dc1adf09e (patch)
treed1e88b3fabb6a528151738acf0691c97b27d78ac /pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin.nix
parent82ba45d59ea531f06e8849c284618067d2822d3a (diff)
downloadnixpkgs-5fffcef915761939a2d78e679e43551dc1adf09e.tar
nixpkgs-5fffcef915761939a2d78e679e43551dc1adf09e.tar.gz
nixpkgs-5fffcef915761939a2d78e679e43551dc1adf09e.tar.bz2
nixpkgs-5fffcef915761939a2d78e679e43551dc1adf09e.tar.lz
nixpkgs-5fffcef915761939a2d78e679e43551dc1adf09e.tar.xz
nixpkgs-5fffcef915761939a2d78e679e43551dc1adf09e.tar.zst
nixpkgs-5fffcef915761939a2d78e679e43551dc1adf09e.zip
pkgs/desktops: pkgconfig -> pkg-config
Diffstat (limited to 'pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin.nix')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin.nix
index ee1bff6733b..845f1b22e33 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchurl, pkgconfig, intltool, gtk3, libxfce4ui,
+{ lib, stdenv, fetchurl, pkg-config, intltool, gtk3, libxfce4ui,
   libxfce4util, xfce4-panel, libnotify, lm_sensors, hddtemp, netcat-gnu, xfce
 }:
 
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   };
 
   nativeBuildInputs = [
-    pkgconfig
+    pkg-config
     intltool
   ];