qogir-icon-theme: add missing parent icon themes

This commit is contained in:
José Romildo Malaquias 2020-04-17 20:52:26 -03:00
parent 7cd86ce7a1
commit 0c859757b2

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, gtk3 }:
{ stdenv, fetchFromGitHub, gtk3, hicolor-icon-theme }:
stdenv.mkDerivation rec {
pname = "qogir-icon-theme";
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ gtk3 ];
propagatedBuildInputs = [ hicolor-icon-theme ];
dontDropIconThemeCache = true;
installPhase = ''