[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/12: gnu: redkite: Do not use unstable tarball.
From: |
guix-commits |
Subject: |
08/12: gnu: redkite: Do not use unstable tarball. |
Date: |
Wed, 13 Nov 2019 18:18:57 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 83ba0e429101d5ab5cfa2f09a3e0441657b59fe0
Author: Marius Bakke <address@hidden>
Date: Wed Nov 13 22:18:41 2019 +0100
gnu: redkite: Do not use unstable tarball.
* gnu/packages/audio.scm (redkite)[source]: Change to GIT-FETCH.
---
gnu/packages/audio.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 291b554..15ba454 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3799,12 +3799,14 @@ stream to one or more IceCast and/or ShoutCast
servers.")
(version "0.6.2")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://gitlab.com/geontime/redkite/-/archive/v"
- version "/redkite-v" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/geontime/redkite.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "0qif1x3s96zi81zkg11zkszf2i5mvfyrg9b3z2lr0jpzihgblk7y"))))
+ "1i874izajbdhlfacwwj84qrsxf7g4y6nblzxalrkzaap9sa7d1r6"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ;no tests included
- 01/12: gnu: sratom: Propagate required inputs., (continued)
- 01/12: gnu: sratom: Propagate required inputs., guix-commits, 2019/11/13
- 03/12: gnu: Add sherlock-lv2., guix-commits, 2019/11/13
- 02/12: gnu: sratom: Adjust indentation., guix-commits, 2019/11/13
- 04/12: gnu: Add libltc., guix-commits, 2019/11/13
- 06/12: gnu: Add zam-plugins., guix-commits, 2019/11/13
- 07/12: gnu: Add redkite., guix-commits, 2019/11/13
- 09/12: gnu: Add geonkick., guix-commits, 2019/11/13
- 05/12: gnu: Add x42-plugins., guix-commits, 2019/11/13
- 11/12: gnu: Add dpf-plugins., guix-commits, 2019/11/13
- 12/12: gnu: Add avldrums-lv2., guix-commits, 2019/11/13
- 08/12: gnu: redkite: Do not use unstable tarball.,
guix-commits <=
- 10/12: gnu: geonkick: Do not use unstable source tarball., guix-commits, 2019/11/13