pkgs: remove gnome namespace to top-level

This commit is contained in:
Gabriel Arazas 2024-12-03 11:50:13 +08:00
parent 663322b348
commit 07156ac9dd
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
, glib
, gobject-introspection
, wrapGAppsHook3
, gnome
, gnome-shell
}:
python3Packages.buildPythonPackage rec {
@ -29,7 +29,7 @@ python3Packages.buildPythonPackage rec {
buildInputs = [ glib ];
postPatch = ''
substituteInPlace gssp-recoll.py --replace "/usr/share" "${gnome.gnome-shell}/share"
substituteInPlace gssp-recoll.py --replace "/usr/share" "${gnome-shell}/share"
'';
meta = with lib; {

View File

@ -2,7 +2,7 @@
, lib
, fetchFromGitLab
, glib
, gnome
, nautilus
, gtksourceview5
, libadwaita
, autoreconfHook
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
autoreconfHook
glib
gnome.nautilus
nautilus
pkg-config
wrapGAppsHook4
];