GNU bug report logs - #62393
[PATCH 1/2] gnu: Add cl-collider.

Previous Next

Package: guix-patches;

Reported by: "jgart" <jgart <at> dismail.de>

Date: Wed, 22 Mar 2023 21:47:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 62393 <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: jgart <jgart <at> dismail.de>
Cc: 62393 <at> debbugs.gnu.org
Subject: Re: [bug#62393] [PATCH 1/2] gnu: Add cl-collider.
Date: Mon, 27 Mar 2023 09:07:50 +0000
[Message part 1 (text/plain, inline)]
Patch for cl-osc pushed as acbdaec070f39b723a1b964ffa7fbd4b640bbd8e.

Concerning the patch for cl-collider, the 'patch-executables' phase
replaces "jack-connect" with "scsynth":

--8<---------------cut here---------------start------------->8---
(add-after 'unpack 'patch-executables
  (lambda* (#:key inputs #:allow-other-keys)
    (substitute* "server.lisp"
      (("which scsynth")
       (search-input-file inputs "/bin/scsynth"))
      (("jack_connect")
       (search-input-file inputs "/bin/scsynth")))))
--8<---------------cut here---------------end--------------->8---

Is it really supposed to be like that?

Also, in "server.lisp", doesn't the path for plugins (*sc-plugin-paths*
variable) need to be patched too?
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 51 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.