mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
screen-message: clean up icon-theme.cache
This commit is contained in:
parent
9cfeabb327
commit
488f88a70e
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user