[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/38: gnu: dstat: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
18/38: gnu: dstat: Don't use unstable tarball. |
Date: |
Fri, 8 Feb 2019 18:02:32 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit fc204d24be83a9b822145f3a232491f52304a5b5
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Dec 23 11:15:50 2018 +0100
gnu: dstat: Don't use unstable tarball.
* gnu/packages/admin.scm (dstat)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/admin.scm | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f6b70ca..ebc8936 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1979,22 +1979,22 @@ results (ndiff), and a packet generation and response
analysis tool (nping).")
(package
(name "dstat")
(version "0.7.3")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/dagwieers/dstat/archive/"
- version ".tar.gz"))
- (file-name (string-append "dstat-" version ".tar.gz"))
- (sha256
- (base32
- "16286z3y2lc9nsq8njzjkv6k2vyxrj9xiixj1k3gnsbvhlhkirj6"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dagwieers/dstat.git")
+ (commit version)))
+ (file-name (git-file-name "dstat" version))
+ (sha256
+ (base32 "0sbpna531034gr40w4g9cwz35s2fpf9h654paznsxw9fih91rfa5"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f ;; no make check
+ `(#:tests? #f ; no make check
#:make-flags (let ((out (assoc-ref %outputs "out")))
(list (string-append "DESTDIR=" out)
"prefix=/"))
- ;; no configure script
+ ;; No configure script.
#:phases (modify-phases %standard-phases (delete 'configure))))
(inputs `(("python-2" ,python-2)))
(synopsis "Versatile resource statistics tool")
- 16/38: gnu: igt-gpu-tools: Don't use NAME in source URI., (continued)
- 16/38: gnu: igt-gpu-tools: Don't use NAME in source URI., guix-commits, 2019/02/08
- 10/38: gnu: audit: Don't use NAME in source URI., guix-commits, 2019/02/08
- 21/38: gnu: fdupes: Don't use unstable tarball., guix-commits, 2019/02/08
- 19/38: gnu: progress: Don't use unstable tarball., guix-commits, 2019/02/08
- 32/38: gnu: abiword: Don't use NAME in source URI., guix-commits, 2019/02/08
- 37/38: gnu: perl-compress-raw-zlib: Update to 2.084., guix-commits, 2019/02/08
- 38/38: gnu: perl-io-compress: Update to 2.084., guix-commits, 2019/02/08
- 30/38: gnu: compton: Don't use unstable tarball., guix-commits, 2019/02/08
- 09/38: gnu: hungrycat: Don't use NAME in source URI., guix-commits, 2019/02/08
- 06/38: gnu: florence: Don't use NAME in source URI., guix-commits, 2019/02/08
- 18/38: gnu: dstat: Don't use unstable tarball.,
guix-commits <=
- 20/38: gnu: cpulimit: Don't use unstable tarball., guix-commits, 2019/02/08
- 15/38: gnu: daemontools: Don't assume sources match NAME., guix-commits, 2019/02/08
- 22/38: gnu: sedsed: Don't use unstable tarball., guix-commits, 2019/02/08
- 24/38: gnu: cbatticon: Don't use unstable tarball., guix-commits, 2019/02/08
- 23/38: gnu: interrobang: Use GIT-... helpers., guix-commits, 2019/02/08
- 34/38: gnu: gcab: Update to 1.2., guix-commits, 2019/02/08
- 28/38: gnu: microscheme: Don't use unstable tarball., guix-commits, 2019/02/08
- 33/38: gnu: libraw: Update to 0.19.2., guix-commits, 2019/02/08
- 29/38: gnu: bspwm: Don't use unstable tarball., guix-commits, 2019/02/08
- 17/38: gnu: sunxi-tools: Don't use unstable tarball., guix-commits, 2019/02/08