[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/22: gnu: nginx-xslscript: Move out of the way.
From: |
guix-commits |
Subject: |
03/22: gnu: nginx-xslscript: Move out of the way. |
Date: |
Wed, 30 Sep 2020 18:25:27 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 7c413c3575371557dc3998b2a65c36ca1ada2cd6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 1 00:06:25 2020 +0200
gnu: nginx-xslscript: Move out of the way.
The nginx and nginx-documentation packages need to be updated in tandem.
nginx-xslscript has no good reason to come between them.
* gnu/packages/web.scm (nginx-xslscript): Relocate.
---
gnu/packages/web.scm | 84 ++++++++++++++++++++++++++--------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 9de9f87..1912e59 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -318,48 +318,6 @@ and as a proxy to reduce the load on back-end HTTP or mail
servers.")
;; except for two source files which are bsd-4 licensed.
(license (list license:bsd-2 license:expat license:bsd-3 license:bsd-4))))
-(define nginx-xslscript
- (let ((revision 11)
- (changeset "01dc9ba12e1b"))
- (package
- (name "nginx-xslscript")
- (version
- (simple-format #f "2014-03-31-~A-~A" revision changeset))
- (source (origin
- (method hg-fetch)
- (uri (hg-reference
- (url "http://hg.nginx.org/xslscript")
- (changeset changeset)))
- (file-name (string-append name "-" version))
- (sha256
- (base32
- "0am8zvdx3jmiwkg5q07qjaw5r26r4i2v5i4yr8a1k0jgib6ii08g"))))
- (build-system gnu-build-system)
- (arguments
- '(#:tests? #f ; No test suite
- #:phases
- (modify-phases %standard-phases
- (delete 'configure)
- (delete 'build)
- (replace 'install
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((out-bin (string-append
- (assoc-ref outputs "out")
- "/bin")))
- (mkdir-p out-bin)
- (copy-file "xslscript.pl"
- (string-append
- out-bin
- "/xslscript.pl"))
- #t))))))
- (home-page "http://hg.nginx.org/xslscript")
- (synopsis "XSLScript with NGinx specific modifications")
- (description
- "XSLScript is a terse notation for writing complex XSLT stylesheets.
-This is modified version, specifically intended for use with the NGinx
-documentation.")
- (license license:bsd-2))))
-
(define-public nginx-documentation
;; This documentation should be relevant for the current nginx package.
(let ((version "1.19.3")
@@ -549,6 +507,48 @@ supported at your website.")
;; binary:
(package-license nginx)))))))
+(define nginx-xslscript
+ (let ((revision 11)
+ (changeset "01dc9ba12e1b"))
+ (package
+ (name "nginx-xslscript")
+ (version
+ (simple-format #f "2014-03-31-~A-~A" revision changeset))
+ (source (origin
+ (method hg-fetch)
+ (uri (hg-reference
+ (url "http://hg.nginx.org/xslscript")
+ (changeset changeset)))
+ (file-name (string-append name "-" version))
+ (sha256
+ (base32
+ "0am8zvdx3jmiwkg5q07qjaw5r26r4i2v5i4yr8a1k0jgib6ii08g"))))
+ (build-system gnu-build-system)
+ (arguments
+ '(#:tests? #f ; No test suite
+ #:phases
+ (modify-phases %standard-phases
+ (delete 'configure)
+ (delete 'build)
+ (replace 'install
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let ((out-bin (string-append
+ (assoc-ref outputs "out")
+ "/bin")))
+ (mkdir-p out-bin)
+ (copy-file "xslscript.pl"
+ (string-append
+ out-bin
+ "/xslscript.pl"))
+ #t))))))
+ (home-page "http://hg.nginx.org/xslscript")
+ (synopsis "XSLScript with NGinx specific modifications")
+ (description
+ "XSLScript is a terse notation for writing complex XSLT stylesheets.
+This is modified version, specifically intended for use with the NGinx
+documentation.")
+ (license license:bsd-2))))
+
(define-public lighttpd
(package
(name "lighttpd")
- branch master updated (7607ace -> 5faca52), guix-commits, 2020/09/30
- 05/22: gnu: escpr: Mark up description., guix-commits, 2020/09/30
- 20/22: gnu: gnome-bluetooth: Update to 3.34.2., guix-commits, 2020/09/30
- 14/22: gnu: pcb-rnd: Update to 2.2.4., guix-commits, 2020/09/30
- 12/22: gnu: python-rq: Update to 1.5.2., guix-commits, 2020/09/30
- 15/22: gnu: cozy: Update to 0.7.2., guix-commits, 2020/09/30
- 03/22: gnu: nginx-xslscript: Move out of the way.,
guix-commits <=
- 19/22: gnu: srt: Update to 1.4.2., guix-commits, 2020/09/30
- 02/22: gnu: nginx-documentation: Update to 1.19.3-2603-94ebfbcd68bb., guix-commits, 2020/09/30
- 01/22: gnu: nginx: Update to 1.19.3., guix-commits, 2020/09/30
- 06/22: gnu: signify: Update to 30., guix-commits, 2020/09/30
- 10/22: gnu: stellarium: Update to 0.20.3., guix-commits, 2020/09/30
- 08/22: gnu: perl-dbd-sqlite: Update to 1.66., guix-commits, 2020/09/30
- 16/22: gnu: nml: Update to 0.5.3., guix-commits, 2020/09/30
- 04/22: gnu: php: Update to 7.4.11., guix-commits, 2020/09/30
- 07/22: gnu: perl-db-file: Update to 1.854., guix-commits, 2020/09/30
- 22/22: gnu: wireshark: Update to 3.2.7., guix-commits, 2020/09/30