[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: extractpdfmark: Improve package style.
From: |
guix-commits |
Subject: |
07/07: gnu: extractpdfmark: Improve package style. |
Date: |
Thu, 6 Oct 2022 18:59:54 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8319be779f0d780aa801c9fa1be853781c680dda
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Oct 7 00:51:13 2022 +0200
gnu: extractpdfmark: Improve package style.
* gnu/packages/pdf.scm (extractpdfmark)[arguments]: Use G-expressions. Fix
phase name.
[native-inputs]: Remove labels.
---
gnu/packages/pdf.scm | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 6a04c4b0f8..915f96bb3f 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -124,18 +124,18 @@
(base32 "0yzc3ajgdfb4ssxp49g2vrki45kl144j39bg0wdn6h9dc14kzmx4"))))
(build-system gnu-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-before 'check 'start-xorg-server
- ;; The test suite wants to write to /homeless-shelter
- (lambda _ (setenv "HOME" (getcwd)))))))
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'set-home
+ ;; The test suite wants to write to /homeless-shelter
+ (lambda _ (setenv "HOME" (getcwd)))))))
(native-inputs
- `(("autoconf" ,autoconf)
- ("automake" ,automake)
- ("gettext" ,gettext-minimal)
- ("ghostscript" ,ghostscript)
- ("pkg-config" ,pkg-config)
- ("texlive" ,texlive-tiny)))
+ (list autoconf
+ automake
+ gettext-minimal
+ ghostscript
+ pkg-config
+ texlive-tiny))
(inputs
(list poppler))
(home-page "https://github.com/trueroad/extractpdfmark")
- branch master updated (cb731c80ff -> 8319be779f), guix-commits, 2022/10/06
- 05/07: gnu: emacs-lcr: Update to 1.2., guix-commits, 2022/10/06
- 07/07: gnu: extractpdfmark: Improve package style.,
guix-commits <=
- 06/07: gnu: extractpdfmark: Update to 1.1.1., guix-commits, 2022/10/06
- 03/07: gnu: emacs-ement: Update to 0.3.1., guix-commits, 2022/10/06
- 01/07: gnu: emacs-debbugs: Update to 0.34., guix-commits, 2022/10/06
- 02/07: gnu: emacs-emms: Update to 12., guix-commits, 2022/10/06
- 04/07: gnu: emacs-org-re-reveal: Update to 3.16.0., guix-commits, 2022/10/06