gnu: aumix: Use Web Archive URLs.
* gnu/packages/linux.scm (aumix)[source, home-page]: Use copies archived by the Wayback Machine.master
parent
0f766e8439
commit
8a9a7ae36e
|
@ -3476,6 +3476,7 @@ settings.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
"https://web.archive.org/web/20211201184543/"
|
||||||
"http://www.jpj.net/~trevor/aumix/releases/aumix-"
|
"http://www.jpj.net/~trevor/aumix/releases/aumix-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -3486,7 +3487,8 @@ settings.")
|
||||||
;; Allow compilation with GCC 10.
|
;; Allow compilation with GCC 10.
|
||||||
'(#:configure-flags '("CFLAGS=-O2 -g -fcommon")))
|
'(#:configure-flags '("CFLAGS=-O2 -g -fcommon")))
|
||||||
(inputs (list ncurses))
|
(inputs (list ncurses))
|
||||||
(home-page "http://www.jpj.net/~trevor/aumix.html")
|
(home-page (string-append "https://web.archive.org/web/20211201184543/"
|
||||||
|
"http://jpj.net/~trevor/aumix.html"))
|
||||||
(synopsis "Audio mixer for X and the console")
|
(synopsis "Audio mixer for X and the console")
|
||||||
(description
|
(description
|
||||||
"Aumix adjusts an audio mixer from X, the console, a terminal,
|
"Aumix adjusts an audio mixer from X, the console, a terminal,
|
||||||
|
|
Reference in New Issue