From ee53155c26f0b790f3c619e3553fe399c8c276ad Mon Sep 17 00:00:00 2001 From: José Romildo Malaquias Date: Wed, 19 Feb 2020 09:02:14 -0300 Subject: numix-icon-theme-square: numix-icon-theme is a runtime dependency --- pkgs/data/icons/numix-icon-theme-square/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/data/icons') diff --git a/pkgs/data/icons/numix-icon-theme-square/default.nix b/pkgs/data/icons/numix-icon-theme-square/default.nix index 4d872f206e47..644d20cccfdb 100644 --- a/pkgs/data/icons/numix-icon-theme-square/default.nix +++ b/pkgs/data/icons/numix-icon-theme-square/default.nix @@ -11,11 +11,11 @@ stdenv.mkDerivation rec { sha256 = "0pjbi2g7wk8gyr4lvp8fvcb8z29kc3l6v19a45axgadnc609hqw7"; }; - nativeBuildInputs = [ gtk3 numix-icon-theme ]; + nativeBuildInputs = [ gtk3 ]; - propagatedBuildInputs = [ - hicolor-icon-theme - ]; + buildInputs = [ numix-icon-theme ]; + + propagatedBuildInputs = [ hicolor-icon-theme ]; dontDropIconThemeCache = true; -- cgit 1.4.1