X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/7295171e264260acfc7e44c08f0b56641c01d107..14528483fb78fbeb8fcb6136c080799b58b31854:/gnu/packages/gnome.scm diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2abb73a175..6923522e18 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -329,6 +329,12 @@ bindings.") "configure" "Makefile.in")) #t)) + (add-after 'unpack 'patch-tests + (lambda* (#:key outputs #:allow-other-keys) + (substitute* (find-files "." "\\.js$") + (("#!/usr/bin/env seed") + (string-append "#!" (getcwd) "/src/seed"))) + #t)) (add-before 'build 'patch-docbook-xml (lambda* (#:key inputs #:allow-other-keys) (with-directory-excursion "doc"