From 54f0468fb56d52d9f98ac8d1974afd35bccd427e Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 29 Jun 2021 01:13:06 +0200 Subject: Revert parts of "gnu: Add i7z." This reverts parts of commit a8b705252bdcb642999258859ada1c2f43706092, because it's apparently revert things day, and also I'm an idiot --- gnu/packages/radio.scm | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'gnu/packages/radio.scm') diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index b00b33ca38..991d2e3a2e 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -481,13 +481,11 @@ used by RDS Spy, and audio files containing @dfn{multiplex} signals (MPX).") (version "3.9.0.0") (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gnuradio/gnuradio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) + (method url-fetch) + (uri (string-append "https://www.gnuradio.org/releases/gnuradio/" + "gnuradio-" version ".tar.xz")) (sha256 - (base32 "1fbl8lslzrkx7lpkibhvs6gvhqnn8yrrq3n6irybfnifh2536d36")))) + (base32 "1jvm9xd0l2pz1fww4zii6hl7ccnvy256nrf70ljb594n7j9j49ha")))) (build-system cmake-build-system) (native-inputs `(("doxygen" ,doxygen) @@ -552,11 +550,6 @@ used by RDS Spy, and audio files containing @dfn{multiplex} signals (MPX).") "/share/javascript/mathjax")) #:phases (modify-phases %standard-phases - (add-after 'unpack 'make-source-writable - (lambda _ - ;; The test_add and test_newmod open(sources, "w") for some reason. - (for-each make-file-writable - (find-files "." ".*")))) (add-after 'unpack 'fix-paths (lambda* (#:key inputs #:allow-other-keys) (let ((qwt (assoc-ref inputs "qwt"))) -- cgit v1.2.3