diff options
Diffstat (limited to 'gnu/packages/accessibility.scm')
| -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") |
