diff options
author | Franz Geffke <franz@pantherx.org> | 2023-10-15 10:29:18 +0100 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2023-10-15 10:29:18 +0100 |
commit | fe6cf4e70beb4a9442eeeb5230d2cccf6b694074 (patch) | |
tree | c3138354ae0f597a20bf8125102cc91a9c8b25db /px | |
parent | e1d76340f29042916241e1c85ea75d6ee5f1f273 (diff) |
px-terminal-launcher: v0.2.1: fix build step
Diffstat (limited to 'px')
-rw-r--r-- | px/packages/desktop.scm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/px/packages/desktop.scm b/px/packages/desktop.scm index d52cca6..cf28bd8 100644 --- a/px/packages/desktop.scm +++ b/px/packages/desktop.scm @@ -159,19 +159,6 @@ (uri (string-append "https://source.pantherx.org/" name "_" version ".tgz")) (sha256 (base32 "0p8hi95mvb516pvgxq4j6wybp336748m97b3kch0p1m296y6mvzw")))) (build-system qt-build-system) - (arguments - `(#:tests? #f ; no tests - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'patch-source - (lambda* (#:key inputs outputs #:allow-other-keys) - (substitute* "mainwindow.cpp" - (("matrix-call-auto-accept-load-params.py") - (string-append (assoc-ref outputs "out") "/bin/matrix-call-auto-accept-load-params.py"))) - (substitute* "scripts/matrix-call-auto-accept-load-params.py" - (("matrix-client-call-auto-accept") - (string-append (assoc-ref inputs "matrix-client-call-auto-accept") - "/bin/matrix-client-call-auto-accept")))))))) (native-inputs (list qttools-5 pkg-config |