mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat: fix gnome
This commit is contained in:
parent
2bf645b787
commit
a0f9d0ab48
2 changed files with 4 additions and 4 deletions
|
|
@ -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=./
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue