guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/17: gnu: clipman: Simplify package.


From: guix-commits
Subject: 11/17: gnu: clipman: Simplify package.
Date: Wed, 27 Mar 2024 19:09:28 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit cf5c8c49021f7a4280d9e9dd99cacb50a0106742
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Mar 22 22:24:17 2024 +0000

    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
---
 gnu/packages/xdisorg.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 044d7c341b..8d3fd446ee 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3240,15 +3240,13 @@ After selection, the clip is put onto the PRIMARY and 
CLIPBOARD X selections.")
                         (add-before 'build 'patch
                           (lambda _
                             (substitute* "src/github.com/yory8/clipman/main.go"
-                              (("gopkg.in/alecthomas/kingpin.v2")
-                               "github.com/alecthomas/kingpin")
                               (("\"wl-copy\"")
                                (string-append "\"" (which "wl-copy") "\"")))))
                         (delete 'install-license-files))))
     (native-inputs (list go-github-com-alecthomas-template
                          go-github-com-alecthomas-units))
     (inputs (list go-github-com-kballard-go-shellquote
-                  go-github-com-alecthomas-kingpin
+                  go-gopkg-in-alecthomas-kingpin-v2
                   libnotify
                   wl-clipboard))
     (synopsis "Basic clipboard manager with support for persisting copy 
buffers")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]