~ruther/guix-local

e51ff9c2ac7e9f465ea09661d75326172a82e2f5 — Liliana Marie Prikler 1 year, 8 months ago 82de874
gnu: blueprint-compiler-0.4: Fix build.

* gnu/packages/gnome.scm (blueprint-compiler-0.4)[arguments]: Drop ‘fix-tests’
phase.
1 files changed, 6 insertions(+), 1 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +6 -1
@@ 3410,7 3410,12 @@ compiles to GTKBuilder XML.")
              (file-name (string-append name "-" version "-checkout"))
              (sha256
               (base32
                "0hj7f4xhwjc4x32r3lswwclbw37fw3spy806g4plkmym25hz4ydy"))))))
                "0hj7f4xhwjc4x32r3lswwclbw37fw3spy806g4plkmym25hz4ydy"))))
    (arguments
     (substitute-keyword-arguments (package-arguments blueprint-compiler)
       ((#:phases phases)
        #~(modify-phases #$phases
            (delete 'fix-tests)))))))

(define-public cambalache
  (package