about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/wayfire/wf-shell.nix
diff options
context:
space:
mode:
authorSamuel Gräfenstein <git@samuelgrf.com>2021-03-16 18:05:31 +0100
committerSamuel Gräfenstein <git@samuelgrf.com>2021-03-17 00:00:15 +0100
commit672cd0c8e78467cb55d83b814510362ba5af2b7b (patch)
treef2d353a40af5a73aeda9dccf80a684f4cacabbee /pkgs/applications/window-managers/wayfire/wf-shell.nix
parent95173989739d6ac6e049aba3dc74b57903e5004a (diff)
treewide: gnome3.gtkmm -> gtkmm3
Fix building with `config.allowAliases = false;`.
Diffstat (limited to 'pkgs/applications/window-managers/wayfire/wf-shell.nix')
-rw-r--r--pkgs/applications/window-managers/wayfire/wf-shell.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/wayfire/wf-shell.nix b/pkgs/applications/window-managers/wayfire/wf-shell.nix
index 3948e9a32abc1..cc99e79fca8d2 100644
--- a/pkgs/applications/window-managers/wayfire/wf-shell.nix
+++ b/pkgs/applications/window-managers/wayfire/wf-shell.nix
@@ -1,5 +1,5 @@
 { stdenv, lib, fetchurl, meson, ninja, pkg-config, wayland, git
-, alsaLib, gnome3, gtk-layer-shell, pulseaudio, wayfire, wf-config
+, alsaLib, gtkmm3, gtk-layer-shell, pulseaudio, wayfire, wf-config
 }:
 
 stdenv.mkDerivation rec {
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ meson ninja pkg-config wayland ];
   buildInputs = [
-    alsaLib gnome3.gtkmm gtk-layer-shell pulseaudio wayfire wf-config
+    alsaLib gtkmm3 gtk-layer-shell pulseaudio wayfire wf-config
   ];
 
   mesonFlags = [ "--sysconfdir" "/etc" ];