tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tint2: add versionCheckHook
Stefan Frijters
1 year ago
a76d0ea4
573b14b4
+4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ti
tint2
package.nix
+4
pkgs/by-name/ti/tint2/package.nix
···
22
22
libXdmcp,
23
23
libstartup_notification,
24
24
wrapGAppsHook3,
25
25
+
versionCheckHook,
25
26
}:
26
27
27
28
stdenv.mkDerivation rec {
···
85
86
substituteInPlace src/launcher/apps-common.c src/launcher/icon-theme-common.c \
86
87
--replace-fail /usr/share/ /run/current-system/sw/share/
87
88
'';
89
89
+
90
90
+
nativeInstallCheckInputs = [ versionCheckHook ];
91
91
+
doInstallCheck = true;
88
92
89
93
meta = with lib; {
90
94
homepage = "https://gitlab.com/nick87720z/tint2";