mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: clipman: Simplify package.
* gnu/packages/xdisorg.scm (clipman): [phases] <#:phases>: Adjust 'patch phase to relay on provided module import path. [inputs]: Remove go-github-com-alecthomas-kingpin; add go-gopkg-in-alecthomas-kingpin-v2. Change-Id: I3d9d82af29672ff94cdbd39b18ec4ed61b8e485f
This commit is contained in:
parent
b58717b419
commit
cf5c8c4902
1 changed files with 1 additions and 3 deletions
|
@ -3240,15 +3240,13 @@ After selection, the clip is put onto the PRIMARY and CLIPBOARD X selections.")
|
||||||
(add-before 'build 'patch
|
(add-before 'build 'patch
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "src/github.com/yory8/clipman/main.go"
|
(substitute* "src/github.com/yory8/clipman/main.go"
|
||||||
(("gopkg.in/alecthomas/kingpin.v2")
|
|
||||||
"github.com/alecthomas/kingpin")
|
|
||||||
(("\"wl-copy\"")
|
(("\"wl-copy\"")
|
||||||
(string-append "\"" (which "wl-copy") "\"")))))
|
(string-append "\"" (which "wl-copy") "\"")))))
|
||||||
(delete 'install-license-files))))
|
(delete 'install-license-files))))
|
||||||
(native-inputs (list go-github-com-alecthomas-template
|
(native-inputs (list go-github-com-alecthomas-template
|
||||||
go-github-com-alecthomas-units))
|
go-github-com-alecthomas-units))
|
||||||
(inputs (list go-github-com-kballard-go-shellquote
|
(inputs (list go-github-com-kballard-go-shellquote
|
||||||
go-github-com-alecthomas-kingpin
|
go-gopkg-in-alecthomas-kingpin-v2
|
||||||
libnotify
|
libnotify
|
||||||
wl-clipboard))
|
wl-clipboard))
|
||||||
(synopsis "Basic clipboard manager with support for persisting copy buffers")
|
(synopsis "Basic clipboard manager with support for persisting copy buffers")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue