gnu: pdfarranger: Update to 1.10.1.

* gnu/packages/pdf.scm (pdfarranger): Update to 1.10.1.
[arguments]: Add set-home phase.

Change-Id: Id31925e7e34fc4b23abb73456bac8cd0012f1d6f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Jack Hill 2023-11-11 16:50:39 -05:00 committed by Ludovic Courtès
parent d74faef4f7
commit 17213c1b20
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 3 deletions

View File

@ -1388,7 +1388,7 @@ manage or manipulate PDFs.")
(define-public pdfarranger
(package
(name "pdfarranger")
(version "1.9.2")
(version "1.10.1")
(source
(origin
(method git-fetch)
@ -1397,7 +1397,7 @@ manage or manipulate PDFs.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1zj1fdaqih9d878yxy96ivgqyg4j31slvh2gqsyz2l2vj3s8z54x"))))
(base32 "0bi3yyns05yamml5jcnqvdaf7i19jg636wb1fj2mwlial9ww7zwp"))))
(build-system python-build-system)
(arguments
(list
@ -1409,7 +1409,10 @@ manage or manipulate PDFs.")
(let ((program (string-append #$output "/bin/pdfarranger")))
(wrap-program program
`("GI_TYPELIB_PATH" ":" prefix
(,(getenv "GI_TYPELIB_PATH"))))))))))
(,(getenv "GI_TYPELIB_PATH")))))))
(add-before 'sanity-check 'set-home
(lambda _
(setenv "HOME" "/tmp"))))))
(native-inputs
(list intltool python-distutils-extra))
(inputs