guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ae507120da33eac2b2c90ef6c85f54f68cc0287b
Author: Carlos Durán Domínguez <[email protected]>
AuthorDate: Tue Feb 24 18:20:37 2026 +0100

    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 <[email protected]>
---
 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

Reply via email to