summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorCarlos Durán Domínguez <wurt@wurt.eu>2026-02-24 18:20:37 +0100
committerCayetano Santos <csantosb@inventati.org>2026-03-02 14:56:20 +0100
commitae507120da33eac2b2c90ef6c85f54f68cc0287b (patch)
tree4dce935c1e227082a73bb9cd0e29e8c7f69c084d /gnu/packages
parent5fc3a79d054dde632b7258aa2251703f19c9df3a (diff)
gnu: audmes: Fix native input.
* gnu/packages/engineering.scm (audmes): Fix source input. [arguments]: <#:phases>: Remove it. [native-inputs]: Add libfccp; delete origin. Merges guix/guix!6679 Change-Id: Ica8f43939bb6fc7b89c43dba75af5593b1355031 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/engineering.scm20
1 files changed, 2 insertions, 18 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 94ccd90a836..534654fbe60 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1945,27 +1945,11 @@ language, ADMS transforms Verilog-AMS code into other target languages.")
(build-system cmake-build-system)
(arguments
(list
- #:tests? #false ;there are none
- #:phases
- '(modify-phases %standard-phases
- (add-after 'unpack 'prepare-csv.h
- (lambda* (#:key inputs #:allow-other-keys)
- (mkdir "libfccp")
- (install-file (search-input-file inputs "csv.h") "libfccp"))))))
+ #:tests? #f)) ;there are none
(inputs
(list alsa-lib pulseaudio wxwidgets))
(native-inputs
- (list unzip
- (let ((commit "4ade42d5f8c454c6c57b3dce9c51c6dd02182a66"))
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/ben-strasser/fast-cpp-csv-parser")
- (commit commit)))
- (file-name (git-file-name "csv.h" (git-version "0" "0" commit)))
- (sha256
- (base32
- "1y7ads97gkrjg1jc532n8gmjry0qhqxginw1gq7b4lk9s0pyl540"))))))
+ (list unzip libfccp))
(home-page "https://sourceforge.net/projects/audmes/")
(synopsis "Oscilloscope and spectrum analyzer using sound card")
(description