geeqie: Reduce closure size

This reduces the closure size from 568 MiB to 289 MiB.
This commit is contained in:
Eelco Dolstra
2018-10-08 18:13:29 +02:00
parent 7b9c4954f2
commit 8abfa4084b
4 changed files with 8 additions and 0 deletions
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
sha256 = "01ibniy4ich0fgpam53q252idm7f4fn5xg5qvizcfww90gn9652j";
};
outputs = [ "out" "dev" ];
propagatedBuildInputs = [ clutter gtk3 ];
nativeBuildInputs = [ meson ninja pkgconfig gobjectIntrospection ];