summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-10-20 21:41:23 +0000
committerAlyssa Ross <hi@alyssa.is>2023-10-20 22:03:07 +0000
commit215518fbc0aafa522f4170851a446348811e3221 (patch)
tree2d0f23b1a926319618731e7bdcb5f36109a3037a /pkgs/applications/window-managers
parentbeb014d4ea0c2a489e4fa1bc87d6a1b3eecb3777 (diff)
downloadnixpkgs-215518fbc0aafa522f4170851a446348811e3221.tar
nixpkgs-215518fbc0aafa522f4170851a446348811e3221.tar.gz
nixpkgs-215518fbc0aafa522f4170851a446348811e3221.tar.bz2
nixpkgs-215518fbc0aafa522f4170851a446348811e3221.tar.lz
nixpkgs-215518fbc0aafa522f4170851a446348811e3221.tar.xz
nixpkgs-215518fbc0aafa522f4170851a446348811e3221.tar.zst
nixpkgs-215518fbc0aafa522f4170851a446348811e3221.zip
wmfocus: add expat build input
Currently, this is propagated from cairo, but that will soon no longer
be the case.
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/i3/wmfocus.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/i3/wmfocus.nix b/pkgs/applications/window-managers/i3/wmfocus.nix
index 1c06fc2ae28..43a1c13ee0e 100644
--- a/pkgs/applications/window-managers/i3/wmfocus.nix
+++ b/pkgs/applications/window-managers/i3/wmfocus.nix
@@ -1,5 +1,5 @@
 { lib, fetchFromGitHub, rustPlatform
-, xorg, python3, pkg-config, cairo, libxkbcommon }:
+, xorg, python3, pkg-config, cairo, expat, libxkbcommon }:
 
 rustPlatform.buildRustPackage rec {
   pname = "wmfocus";
@@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
   cargoHash = "sha256-4eoV/viI7Q7I7mIqcHVAyPf/y2RWaWX0B+mLZWMEbcI=";
 
   nativeBuildInputs = [ python3 pkg-config ];
-  buildInputs = [ cairo libxkbcommon xorg.xcbutilkeysyms ];
+  buildInputs = [ cairo expat libxkbcommon xorg.xcbutilkeysyms ];
 
   # For now, this is the only available featureset. This is also why the file is
   # in the i3 folder, even though it might be useful for more than just i3