gnome3.gtk -> gtk3

Fix building with `config.allowAliases = false;`.
This commit is contained in:
Samuel Gräfenstein
2021-03-17 00:00:21 +01:00
parent c8ef61d419
commit a4efd8c3e1
4 changed files with 9 additions and 9 deletions
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchurl, meson, ninja, pkg-config, wayland, wrapGAppsHook
, gnome3, libevdev, libxml2, wayfire, wayland-protocols, wf-config, wf-shell
, gtk3, libevdev, libxml2, wayfire, wayland-protocols, wf-config, wf-shell
}:
stdenv.mkDerivation rec {
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ meson ninja pkg-config wayland wrapGAppsHook ];
buildInputs = [
gnome3.gtk libevdev libxml2 wayfire wayland
gtk3 libevdev libxml2 wayfire wayland
wayland-protocols wf-config wf-shell
];