tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
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
libXdmcp,
23
libstartup_notification,
24
wrapGAppsHook3,
0
25
}:
26
27
stdenv.mkDerivation rec {
···
85
substituteInPlace src/launcher/apps-common.c src/launcher/icon-theme-common.c \
86
--replace-fail /usr/share/ /run/current-system/sw/share/
87
'';
0
0
0
88
89
meta = with lib; {
90
homepage = "https://gitlab.com/nick87720z/tint2";
···
22
libXdmcp,
23
libstartup_notification,
24
wrapGAppsHook3,
25
+
versionCheckHook,
26
}:
27
28
stdenv.mkDerivation rec {
···
86
substituteInPlace src/launcher/apps-common.c src/launcher/icon-theme-common.c \
87
--replace-fail /usr/share/ /run/current-system/sw/share/
88
'';
89
+
90
+
nativeInstallCheckInputs = [ versionCheckHook ];
91
+
doInstallCheck = true;
92
93
meta = with lib; {
94
homepage = "https://gitlab.com/nick87720z/tint2";