qogir-icon-theme: add missing parent icon themes

This commit is contained in:
José Romildo Malaquias
2020-04-19 21:29:34 -03:00
parent 7cd86ce7a1
commit 0c859757b2
+3 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, gtk3 }: { stdenv, fetchFromGitHub, gtk3, hicolor-icon-theme }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "qogir-icon-theme"; pname = "qogir-icon-theme";
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ gtk3 ]; nativeBuildInputs = [ gtk3 ];
propagatedBuildInputs = [ hicolor-icon-theme ];
dontDropIconThemeCache = true; dontDropIconThemeCache = true;
installPhase = '' installPhase = ''