Skip to content

Commit d4df07d

Browse files
deskflow: 1.18.0 -> 1.19.0 (#378642)
2 parents 14dbb42 + 2f9f9ec commit d4df07d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pkgs/by-name/de/deskflow/package.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,18 @@
2929
libsysprof-capture,
3030
lerc,
3131
doxygen,
32+
writableTmpDirAsHomeHook,
3233
}:
34+
3335
stdenv.mkDerivation rec {
3436
pname = "deskflow";
35-
version = "1.18.0";
37+
version = "1.19.0";
3638

3739
src = fetchFromGitHub {
3840
owner = "deskflow";
3941
repo = "deskflow";
4042
tag = "v${version}";
41-
hash = "sha256-FdpDaJ+pphy2+8prlKst0DjmdbcZOmNp+lKN5xdnvC8=";
43+
hash = "sha256-Jj2BNqz4pIJ468pywJRKu6GjgGX31GZZtDLHgcvC3JE=";
4244
};
4345

4446
postPatch = ''
@@ -95,11 +97,12 @@ stdenv.mkDerivation rec {
9597

9698
doCheck = true;
9799

100+
nativeCheckInputs = [ writableTmpDirAsHomeHook ];
101+
98102
checkPhase = ''
99103
runHook preCheck
100104
101105
export QT_QPA_PLATFORM=offscreen
102-
export HOME=$(mktemp -d)
103106
./bin/unittests
104107
./bin/integtests
105108

0 commit comments

Comments
 (0)