screen-message: clean up icon-theme.cache

+2 -2
+2 -2
pkgs/tools/X11/screen-message/default.nix
··· 1 - { stdenv, fetchurl, autoreconfHook, pkgconfig, gtk3 }: 1 + { stdenv, fetchurl, autoreconfHook, pkgconfig, gtk3, hicolor-icon-theme }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "screen-message-${version}"; ··· 10 10 }; 11 11 12 12 nativeBuildInputs = [ autoreconfHook pkgconfig ]; 13 - buildInputs = [ gtk3 ]; 13 + buildInputs = [ gtk3 hicolor-icon-theme ]; 14 14 15 15 # screen-message installs its binary in $(prefix)/games per default 16 16 makeFlags = [ "execgamesdir=$(out)/bin" ];