nestopia: fix icon theme
This commit is contained in:
parent
7d54467ad0
commit
4b10de8182
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, fetchpatch, pkgconfig, SDL2, alsaLib, gtk3, mesa_glu,
|
{ stdenv, fetchFromGitHub, fetchpatch, pkgconfig, SDL2, alsaLib, gtk3, mesa_glu
|
||||||
makeWrapper, mesa, libarchive, libao, unzip, xdg_utils, gsettings_desktop_schemas,
|
, makeWrapper, mesa, libarchive, libao, unzip, xdg_utils, gsettings_desktop_schemas
|
||||||
epoxy, gdk_pixbuf
|
, epoxy, gdk_pixbuf, gnome3, wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -20,7 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig
|
|
||||||
SDL2
|
SDL2
|
||||||
alsaLib
|
alsaLib
|
||||||
epoxy
|
epoxy
|
||||||
@ -28,12 +27,17 @@ stdenv.mkDerivation rec {
|
|||||||
gdk_pixbuf
|
gdk_pixbuf
|
||||||
mesa_glu
|
mesa_glu
|
||||||
mesa
|
mesa
|
||||||
makeWrapper
|
|
||||||
libarchive
|
libarchive
|
||||||
libao
|
libao
|
||||||
unzip
|
unzip
|
||||||
xdg_utils
|
xdg_utils
|
||||||
gsettings_desktop_schemas
|
gnome3.adwaita-icon-theme
|
||||||
|
];
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
pkgconfig
|
||||||
|
makeWrapper
|
||||||
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user