mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-signintech-gopdf: Remove examples.
* gnu/packages/golang.scm (go-github-com-signintech-gopdf): Remove examples. [arguments] <#:phases>: Add remove-examples phase. Signed-off-by: Hilton Chain <hako@ultrarare.space> Change-Id: I0a285c30856d3b22fa8abdbe71e1f0e149dae082
This commit is contained in:
parent
33dc981d27
commit
9a47afb3de
1 changed files with 7 additions and 1 deletions
|
@ -2250,7 +2250,13 @@ TrueType font files in your system's user and system font directories.")
|
||||||
"1h6cslvid5v8fiymydj4irrzi8f91knsx8rgbzp2b8favclhwxxg"))))
|
"1h6cslvid5v8fiymydj4irrzi8f91knsx8rgbzp2b8favclhwxxg"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/signintech/gopdf"))
|
(list
|
||||||
|
#:import-path "github.com/signintech/gopdf"
|
||||||
|
#:phases #~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'remove-examples
|
||||||
|
(lambda* (#:key import-path #:allow-other-keys)
|
||||||
|
(delete-file-recursively
|
||||||
|
(string-append "src/" import-path "/examples")))))))
|
||||||
(propagated-inputs (list go-github-com-pkg-errors
|
(propagated-inputs (list go-github-com-pkg-errors
|
||||||
go-github-com-phpdave11-gofpdi))
|
go-github-com-phpdave11-gofpdi))
|
||||||
(home-page "https://github.com/signintech/gopdf")
|
(home-page "https://github.com/signintech/gopdf")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue