feat: fix gnome

This commit is contained in:
Kat Inskip 2022-09-29 10:55:32 -07:00
parent 2bf645b787
commit a0f9d0ab48
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 4 additions and 4 deletions

View file

@ -129,7 +129,7 @@ in {
fetchSubmodules = true;
};
nativeBuildInputs = [ glib libxml2 bc ];
buildInputs = [ gnome3.gnome-themes-extra gdk-pixbuf librsvg pkgs.sassc pkgs.inkscape pkgs.optipng ];
buildInputs = [ gnome.gnome-themes-extra gdk-pixbuf librsvg pkgs.sassc pkgs.inkscape pkgs.optipng ];
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
installPhase = ''
export HOME=./
@ -153,7 +153,7 @@ in {
fetchSubmodules = true;
};
nativeBuildInputs = [ glib libxml2 bc ];
buildInputs = [ gnome3.gnome-themes-extra gdk-pixbuf librsvg pkgs.sassc pkgs.inkscape pkgs.optipng ];
buildInputs = [ gnome.gnome-themes-extra gdk-pixbuf librsvg pkgs.sassc pkgs.inkscape pkgs.optipng ];
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
installPhase = ''
export HOME=./

View file

@ -1,4 +1,4 @@
{ gnome3
{ gnome
, stdenv
, gdk-pixbuf
, glib
@ -37,7 +37,7 @@ python3.pkgs.buildPythonApplication rec {
'';
nativeBuildInputs = [ makeWrapper wrapGAppsHook libxml2 gobject-introspection glib bc ];
propagatedBuildInputs = with python3.pkgs; [
gnome3.gnome-themes-extra gdk-pixbuf librsvg sassc inkscape optipng
gnome.gnome-themes-extra gdk-pixbuf librsvg sassc inkscape optipng
gobject-introspection
pygobject3
python3