[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/20: gnu: libdazzle: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
18/20: gnu: libdazzle: Don't use NAME in source URI. |
Date: |
Tue, 19 Feb 2019 04:03:13 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 687b4909c93c3aa10698fd4d0bb30052527ebf00
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Feb 19 07:37:10 2019 +0100
gnu: libdazzle: Don't use NAME in source URI.
* gnu/packages/gnome.scm (libdazzle)[source]: Hard-code NAME.
---
gnu/packages/gnome.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index efbb2af..3dce24d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7506,9 +7506,9 @@ hexadecimal or ASCII. It is useful for editing binary
files in general.")
(version "3.28.5")
(source (origin
(method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
+ (uri (string-append "mirror://gnome/sources/libdazzle/"
(version-major+minor version) "/"
- name "-" version ".tar.xz"))
+ "libdazzle-" version ".tar.xz"))
(sha256
(base32
"08qdwv2flywnh6kibkyv0pnm67pk8xlmjh4yqx6hf13hyhkxkqgg"))))
@@ -7529,9 +7529,9 @@ hexadecimal or ASCII. It is useful for editing binary
files in general.")
(setenv "DISPLAY" ":1")
#t)))))
(native-inputs
- `(("glib" ,glib "bin") ; glib-compile-resources
+ `(("glib" ,glib "bin") ; glib-compile-resources
("pkg-config" ,pkg-config)
- ;; For tests
+ ;; For tests.
("xorg-server" ,xorg-server)))
(inputs
`(("glib" ,glib)
- branch master updated (3375692 -> 3154ac3), guix-commits, 2019/02/19
- 04/20: gnu: containerd: Update to 1.2.4., guix-commits, 2019/02/19
- 02/20: gnu: python-pymysql: Update to 0.9.3., guix-commits, 2019/02/19
- 03/20: gnu: docker: Fix build on btrfs., guix-commits, 2019/02/19
- 13/20: gnu: gegl: Don't use NAME in source URI., guix-commits, 2019/02/19
- 01/20: gnu: perl-db-file: Update to 1.843., guix-commits, 2019/02/19
- 12/20: gnu: gegl: Update to 0.4.12., guix-commits, 2019/02/19
- 11/20: gnu: babl: Update to 0.1.62., guix-commits, 2019/02/19
- 07/20: gnu: protozero: Update to 1.6.5., guix-commits, 2019/02/19
- 06/20: gnu: memcached: Update to 1.5.12., guix-commits, 2019/02/19
- 18/20: gnu: libdazzle: Don't use NAME in source URI.,
guix-commits <=
- 16/20: gnu: workrave: Compute source COMMIT from VERSION., guix-commits, 2019/02/19
- 19/20: gnu: unbound: Update to 1.9.0., guix-commits, 2019/02/19
- 05/20: gnu: gerbv: Update to 2.7.0., guix-commits, 2019/02/19
- 09/20: gnu: protozero: Fix typo in description., guix-commits, 2019/02/19
- 17/20: gnu: ghex: Don't use NAME in source URI., guix-commits, 2019/02/19
- 20/20: gnu: stgit: Don't use unstable tarball., guix-commits, 2019/02/19
- 10/20: gnu: hiawatha: Update to 10.9., guix-commits, 2019/02/19
- 14/20: gnu: gimp: Update to 2.10.8., guix-commits, 2019/02/19
- 08/20: gnu: protozero: Don't use unstable tarball., guix-commits, 2019/02/19
- 15/20: gnu: soundconverter: Update to 3.0.1., guix-commits, 2019/02/19