From ae507120da33eac2b2c90ef6c85f54f68cc0287b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Dur=C3=A1n=20Dom=C3=ADnguez?= Date: Tue, 24 Feb 2026 18:20:37 +0100 Subject: [PATCH] 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 --- gnu/packages/engineering.scm | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 94ccd90a83..534654fbe6 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