diff options
| author | Jelle Licht <jlicht@fsfe.org> | 2018-05-10 19:48:25 +0200 |
|---|---|---|
| committer | Jelle Licht <jlicht@fsfe.org> | 2018-05-25 14:01:40 +0200 |
| commit | e7ca985973e63543ff209e333c8b062ed5fdb9e5 (patch) | |
| tree | 9357620e184b4855db2134d0642520d6d9abcfb4 /gnu | |
| parent | fbe1b85b63a77d3a239b511b82021a48496360b9 (diff) | |
gnu: footswitch: Update to ca43d53f.
* gnu/packages/accessibility.scm (footswitch): Update to ca43d53f.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/accessibility.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm index c9d9b099c57..d399f98f094 100644 --- a/gnu/packages/accessibility.scm +++ b/gnu/packages/accessibility.scm | |||
| @@ -83,7 +83,7 @@ available to help to click.") | |||
| 83 | (license license:gpl2+))) | 83 | (license license:gpl2+))) |
| 84 | 84 | ||
| 85 | (define-public footswitch | 85 | (define-public footswitch |
| 86 | (let ((commit "deedd87fd90fad90ce342aeabafd4a3198d7d3d4") | 86 | (let ((commit "ca43d53fc2002520cc825d119702afc124303e73") |
| 87 | (revision "2")) | 87 | (revision "2")) |
| 88 | (package | 88 | (package |
| 89 | (name "footswitch") | 89 | (name "footswitch") |
| @@ -95,7 +95,8 @@ available to help to click.") | |||
| 95 | (commit commit))) | 95 | (commit commit))) |
| 96 | (file-name (git-file-name name version)) | 96 | (file-name (git-file-name name version)) |
| 97 | (sha256 | 97 | (sha256 |
| 98 | (base32 "1ys90wqyz62kffa8m3hgaq1dl7f29x3mrc3zqfjrkbn2ps0k6ps0")))) | 98 | (base32 |
| 99 | "14pyzc4ws1mj859xs9n4x83wzxxvd3bh5bdxzr6nv267xwx1mq68")))) | ||
| 99 | (build-system gnu-build-system) | 100 | (build-system gnu-build-system) |
| 100 | (native-inputs | 101 | (native-inputs |
| 101 | `(("pkg-config" ,pkg-config))) | 102 | `(("pkg-config" ,pkg-config))) |
| @@ -112,6 +113,7 @@ available to help to click.") | |||
| 112 | (let ((bin (string-append (assoc-ref outputs "out") | 113 | (let ((bin (string-append (assoc-ref outputs "out") |
| 113 | "/bin"))) | 114 | "/bin"))) |
| 114 | (install-file "footswitch" bin) | 115 | (install-file "footswitch" bin) |
| 116 | (install-file "scythe" bin) | ||
| 115 | #t)))))) | 117 | #t)))))) |
| 116 | (home-page "https://github.com/rgerganov/footswitch") | 118 | (home-page "https://github.com/rgerganov/footswitch") |
| 117 | (synopsis "Command line utility for PCsensor foot switch") | 119 | (synopsis "Command line utility for PCsensor foot switch") |
