~ruther/guix-local

44df7807684bc26703f682e2f959e5c4d147e752 — Efraim Flashner 8 years ago c7b433d
gnu: lash: Don't build lashd.

This fixes bug#28174.

* gnu/packages/audio.scm (lash)[arguments]: Add phase to skip building lashd.
1 files changed, 9 insertions(+), 0 deletions(-)

M gnu/packages/audio.scm
M gnu/packages/audio.scm => gnu/packages/audio.scm +9 -0
@@ 1509,6 1509,15 @@ to be plugged into a wide range of audio synthesis and recording packages.")
               (base32
                "12z1vx3krrzsfccpah9xjs68900xvr7bw92wx8np5871i2yv47iw"))))
    (build-system gnu-build-system)
    (arguments
     '(#:phases
       (modify-phases %standard-phases
         ;; lashd embeds an ancient version of sigsegv so we just skip it
         (add-after 'unpack 'skip-lashd
           (lambda _
             (substitute* '("Makefile.am" "Makefile.in")
               (("lashd ") ""))
             #t)))))
    (inputs
     `(("bdb" ,bdb)
       ("gtk" ,gtk+-2)