mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
pkgs: remove gnome namespace to top-level
This commit is contained in:
parent
663322b348
commit
07156ac9dd
@ -7,7 +7,7 @@
|
|||||||
, glib
|
, glib
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, wrapGAppsHook3
|
, wrapGAppsHook3
|
||||||
, gnome
|
, gnome-shell
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonPackage rec {
|
python3Packages.buildPythonPackage rec {
|
||||||
@ -29,7 +29,7 @@ python3Packages.buildPythonPackage rec {
|
|||||||
buildInputs = [ glib ];
|
buildInputs = [ glib ];
|
||||||
|
|
||||||
postPatch = ''
|
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; {
|
meta = with lib; {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
, lib
|
, lib
|
||||||
, fetchFromGitLab
|
, fetchFromGitLab
|
||||||
, glib
|
, glib
|
||||||
, gnome
|
, nautilus
|
||||||
, gtksourceview5
|
, gtksourceview5
|
||||||
, libadwaita
|
, libadwaita
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
glib
|
glib
|
||||||
gnome.nautilus
|
nautilus
|
||||||
pkg-config
|
pkg-config
|
||||||
wrapGAppsHook4
|
wrapGAppsHook4
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user