Add dependencies for candy icons
This commit is contained in:
parent
6c52aa0afb
commit
4c66ef1ed6
|
@ -1,8 +1,4 @@
|
||||||
{
|
{ stdenvNoCC, fetchFromGitHub, gtk3, libsForQt5, gnome, hicolor-icon-theme }:
|
||||||
stdenvNoCC,
|
|
||||||
fetchFromGitHub,
|
|
||||||
gtk3,
|
|
||||||
}:
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "candy-icon-theme";
|
pname = "candy-icon-theme";
|
||||||
version = "6a35be5cb133c6be8314807f55da3d795e24fb86";
|
version = "6a35be5cb133c6be8314807f55da3d795e24fb86";
|
||||||
|
@ -17,6 +13,9 @@ stdenvNoCC.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ gtk3 ];
|
nativeBuildInputs = [ gtk3 ];
|
||||||
|
|
||||||
|
buildInputs =
|
||||||
|
[ libsForQt5.breeze-icons gnome.adwaita-icon-theme hicolor-icon-theme ];
|
||||||
|
|
||||||
dontDropIconThemeCache = true;
|
dontDropIconThemeCache = true;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
{
|
{ stdenvNoCC, fetchFromGitHub, gtk3, candy-icon-theme, gnome-icon-theme
|
||||||
stdenvNoCC,
|
, ubuntu-themes, cinnamon, elementary-xfce-icon-theme }:
|
||||||
fetchFromGitHub,
|
|
||||||
gtk3,
|
|
||||||
}:
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "sweet-folder-theme";
|
pname = "sweet-folder-theme";
|
||||||
version = "b2192ff1412472f036fdf9778c6b9dbcb6c044ec";
|
version = "b2192ff1412472f036fdf9778c6b9dbcb6c044ec";
|
||||||
|
@ -17,6 +14,14 @@ stdenvNoCC.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ gtk3 ];
|
nativeBuildInputs = [ gtk3 ];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
candy-icon-theme
|
||||||
|
gnome-icon-theme
|
||||||
|
ubuntu-themes
|
||||||
|
cinnamon.mint-x-icons
|
||||||
|
elementary-xfce-icon-theme
|
||||||
|
];
|
||||||
|
|
||||||
dontDropIconThemeCache = true;
|
dontDropIconThemeCache = true;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue