File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2929 libsysprof-capture ,
3030 lerc ,
3131 doxygen ,
32+ writableTmpDirAsHomeHook ,
3233} :
34+
3335stdenv . 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
You can’t perform that action at this time.
0 commit comments