screen-message: clean up icon-theme.cache

This commit is contained in:
Robert Helgesson 2018-03-06 21:39:41 +01:00
parent 9cfeabb327
commit 488f88a70e
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, autoreconfHook, pkgconfig, gtk3 }:
{ stdenv, fetchurl, autoreconfHook, pkgconfig, gtk3, hicolor-icon-theme }:
stdenv.mkDerivation rec {
name = "screen-message-${version}";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ gtk3 ];
buildInputs = [ gtk3 hicolor-icon-theme ];
# screen-message installs its binary in $(prefix)/games per default
makeFlags = [ "execgamesdir=$(out)/bin" ];