gtk2: move pname & version inside

Since there will not be any updates.
This commit is contained in:
Jan Tojnar 2020-11-05 09:44:14 +01:00
parent d9b4611dd4
commit 64b75ad5c0
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

@ -12,12 +12,9 @@ assert cupsSupport -> cups != null;
with stdenv.lib;
let
pname = "gtk+";
version = "2.24.32"; # remove passthru on next update
in
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "gtk+";
version = "2.24.32";
src = fetchurl {
url = "mirror://gnome/sources/gtk+/2.24/${pname}-${version}.tar.xz";
@ -75,8 +72,6 @@ stdenv.mkDerivation rec {
'';
passthru = {
# passthru to prevent rebuild but allow pname and version
inherit pname version;
gtkExeEnvPostBuild = ''
rm $out/lib/gtk-2.0/2.10.0/immodules.cache
$out/bin/gtk-query-immodules-2.0 $out/lib/gtk-2.0/2.10.0/immodules/*.so > $out/lib/gtk-2.0/2.10.0/immodules.cache