summary refs log tree commit diff
path: root/pkgs/applications/window-managers/dwm/dwm-status.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-01-19 13:50:04 +0100
committerJan Tojnar <jtojnar@gmail.com>2021-01-19 13:50:04 +0100
commitfc7bd322dfcd204ce6daa95285ff358999ff9a8d (patch)
tree152ad62f3f30148a64a247fc583af45c80cab40c /pkgs/applications/window-managers/dwm/dwm-status.nix
parent2d91ad963fe799fce74cf52d8d9ea2d4bc963a93 (diff)
parent1d26caa746f7eda613c5e87342889e55b9e5ba96 (diff)
downloadnixpkgs-fc7bd322dfcd204ce6daa95285ff358999ff9a8d.tar
nixpkgs-fc7bd322dfcd204ce6daa95285ff358999ff9a8d.tar.gz
nixpkgs-fc7bd322dfcd204ce6daa95285ff358999ff9a8d.tar.bz2
nixpkgs-fc7bd322dfcd204ce6daa95285ff358999ff9a8d.tar.lz
nixpkgs-fc7bd322dfcd204ce6daa95285ff358999ff9a8d.tar.xz
nixpkgs-fc7bd322dfcd204ce6daa95285ff358999ff9a8d.tar.zst
nixpkgs-fc7bd322dfcd204ce6daa95285ff358999ff9a8d.zip
Merge branch 'staging-next' into staging
Diffstat (limited to 'pkgs/applications/window-managers/dwm/dwm-status.nix')
-rw-r--r--pkgs/applications/window-managers/dwm/dwm-status.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/dwm/dwm-status.nix b/pkgs/applications/window-managers/dwm/dwm-status.nix
index d58b505ad4c..1724a2c9824 100644
--- a/pkgs/applications/window-managers/dwm/dwm-status.nix
+++ b/pkgs/applications/window-managers/dwm/dwm-status.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, rustPlatform, fetchFromGitHub, dbus, gdk-pixbuf, libnotify, makeWrapper, pkgconfig, xorg
+{ stdenv, lib, rustPlatform, fetchFromGitHub, dbus, gdk-pixbuf, libnotify, makeWrapper, pkg-config, xorg
 , enableAlsaUtils ? true, alsaUtils, coreutils
 , enableNetwork ? true, dnsutils, iproute, wirelesstools }:
 
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
     sha256 = "172qkzbi37j6wx81pyqqffi9wxbg3bf8nis7d15ncn1yfd5r4gqh";
   };
 
-  nativeBuildInputs = [ makeWrapper pkgconfig ];
+  nativeBuildInputs = [ makeWrapper pkg-config ];
   buildInputs = [ dbus gdk-pixbuf libnotify xorg.libX11 ];
 
   cargoSha256 = "041sd9zm1c3v6iihnwjcya2xg5yxb2y4biyxpjlfblz2srxa15dm";