gnu: flwrap: Use git repository.
The tarballs of older versions are not kept on the website. * gnu/packages/radio.scm (flwrap)[source]: Switch to git repository. [native-inputs]: Add autoconf and automake.master
parent
224582c54f
commit
689b525db0
|
@ -686,14 +686,18 @@ or USB connection.")
|
||||||
(version "1.3.5")
|
(version "1.3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "http://www.w1hkj.com/files/flwrap/flwrap-"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://git.code.sf.net/p/fldigi/flwrap")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qqivqkkravcg7j45740xfky2q3k7czqpkj6y364qff424q2pppg"))))
|
(base32 "0xkhr82smfr7wpb9xl05wf7bz3vi2mr4xkcr2s8v6mblhgsdhqwg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("autoconf" ,autoconf)
|
||||||
|
("automake" ,automake)
|
||||||
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("fltk" ,fltk)
|
`(("fltk" ,fltk)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
|
|
Reference in New Issue