mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gkrellm: Update urls.
* gnu/packages/gkrellm.scm (gkrellm)[source]: Download from new site. [home-page]: Update to new site.
This commit is contained in:
parent
bf512da1e4
commit
3a66217ff2
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
|
||||||
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -33,7 +34,7 @@ (define-public gkrellm
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://members.dslextreme.com/users/billw/gkrellm/gkrellm-"
|
(uri (string-append "http://gkrellm.srcbox.net/releases/gkrellm-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -57,7 +58,7 @@ (define-public gkrellm
|
||||||
(list (string-append "INSTALLROOT=" out)
|
(list (string-append "INSTALLROOT=" out)
|
||||||
"CC=gcc"
|
"CC=gcc"
|
||||||
"X11_LIBS = -lX11 -lSM -lICE -lgmodule-2.0"))))
|
"X11_LIBS = -lX11 -lSM -lICE -lgmodule-2.0"))))
|
||||||
(home-page "http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html")
|
(home-page "http://gkrellm.srcbox.net/")
|
||||||
(synopsis "System monitors")
|
(synopsis "System monitors")
|
||||||
(description
|
(description
|
||||||
"GKrellM is a single process stack of system monitors which supports
|
"GKrellM is a single process stack of system monitors which supports
|
||||||
|
|
Loading…
Reference in a new issue