numix-icon-theme-square: numix-icon-theme is a runtime dependency

This commit is contained in:
José Romildo Malaquias 2020-02-19 09:02:14 -03:00
parent db0b13969c
commit ee53155c26

View File

@ -11,11 +11,11 @@ stdenv.mkDerivation rec {
sha256 = "0pjbi2g7wk8gyr4lvp8fvcb8z29kc3l6v19a45axgadnc609hqw7"; sha256 = "0pjbi2g7wk8gyr4lvp8fvcb8z29kc3l6v19a45axgadnc609hqw7";
}; };
nativeBuildInputs = [ gtk3 numix-icon-theme ]; nativeBuildInputs = [ gtk3 ];
propagatedBuildInputs = [ buildInputs = [ numix-icon-theme ];
hicolor-icon-theme
]; propagatedBuildInputs = [ hicolor-icon-theme ];
dontDropIconThemeCache = true; dontDropIconThemeCache = true;