diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/kde-internet.scm | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm index d08c6eaeea2..43cf31e9684 100644 --- a/gnu/packages/kde-internet.scm +++ b/gnu/packages/kde-internet.scm | |||
| @@ -190,16 +190,17 @@ framework. It builds XMPP clients complying with the XMPP Compliance Suites | |||
| 190 | (package | 190 | (package |
| 191 | (name "kaidan") | 191 | (name "kaidan") |
| 192 | (version "0.15.0") | 192 | (version "0.15.0") |
| 193 | (source (origin | 193 | (source |
| 194 | (method url-fetch) | 194 | (origin |
| 195 | (uri (string-append "mirror://kde/unstable/kaidan/" version | 195 | (method url-fetch) |
| 196 | "/kaidan-" version ".tar.xz")) | 196 | (uri (string-append "mirror://kde/unstable/kaidan/" version |
| 197 | (modules '((guix build utils))) | 197 | "/kaidan-" version ".tar.xz")) |
| 198 | (snippet | 198 | (modules '((guix build utils))) |
| 199 | #~(begin | 199 | (snippet |
| 200 | (delete-file-recursively "3rdparty"))) | 200 | #~(begin |
| 201 | (sha256 | 201 | (delete-file-recursively "3rdparty"))) |
| 202 | (base32 "11g4lifji6gh9zmpgyx4dnmxyzzwkhhj84j2w9r4bvgqm2pxdhnd")))) | 202 | (sha256 |
| 203 | (base32 "11g4lifji6gh9zmpgyx4dnmxyzzwkhhj84j2w9r4bvgqm2pxdhnd")))) | ||
| 203 | (build-system qt-build-system) | 204 | (build-system qt-build-system) |
| 204 | (arguments | 205 | (arguments |
| 205 | (list | 206 | (list |
| @@ -215,7 +216,8 @@ framework. It builds XMPP clients complying with the XMPP Compliance Suites | |||
| 215 | (lambda _ | 216 | (lambda _ |
| 216 | (let ((gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH"))) | 217 | (let ((gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH"))) |
| 217 | (wrap-program (string-append #$output "/bin/kaidan") | 218 | (wrap-program (string-append #$output "/bin/kaidan") |
| 218 | `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))))))))) | 219 | `("GST_PLUGIN_SYSTEM_PATH" ":" prefix |
| 220 | (,gst-plugin-path))))))))) | ||
| 219 | (native-inputs (list extra-cmake-modules | 221 | (native-inputs (list extra-cmake-modules |
| 220 | pkg-config)) | 222 | pkg-config)) |
| 221 | (inputs (list bash-minimal | 223 | (inputs (list bash-minimal |
