about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/wayfire/wf-shell.nix
diff options
context:
space:
mode:
authorMarkus S. Wamser <github-dev@mail2013.wamser.eu>2021-11-13 23:28:25 +0100
committerMarkus S. Wamser <github-dev@mail2013.wamser.eu>2022-10-12 16:00:16 +0200
commitc9d167f174f284c56cf4a08d284a1106d79ea391 (patch)
tree5cc9b3221fb412501592251a42571a76b97a702f /pkgs/applications/window-managers/wayfire/wf-shell.nix
parent9ff71f97c885dd46c25dd5927ea24f3bcfd9e9bb (diff)
pkgs.applications: remove unused args
Diffstat (limited to 'pkgs/applications/window-managers/wayfire/wf-shell.nix')
-rw-r--r--pkgs/applications/window-managers/wayfire/wf-shell.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/wayfire/wf-shell.nix b/pkgs/applications/window-managers/wayfire/wf-shell.nix
index bd9bcb30d107d..51111932cd237 100644
--- a/pkgs/applications/window-managers/wayfire/wf-shell.nix
+++ b/pkgs/applications/window-managers/wayfire/wf-shell.nix
@@ -1,5 +1,4 @@
-{ stdenv, lib, fetchurl, meson, ninja, pkg-config, wayland, git
-, alsa-lib, gtkmm3, gtk-layer-shell, pulseaudio, wayfire, wf-config
+{ stdenv, lib, fetchurl, meson, ninja, pkg-config, wayland, alsa-lib, gtkmm3, gtk-layer-shell, pulseaudio, wayfire, wf-config
 }:
 
 stdenv.mkDerivation rec {