~unwox/guix-pkgs

86d367e8863d5cb4c7098056ec9448bc6c5752fe — unwox 2 months ago fc725b8 master
fix build of binary php packages
1 files changed, 2 insertions(+), 2 deletions(-)

M unwox/php.scm
M unwox/php.scm => unwox/php.scm +2 -2
@@ 405,7 405,7 @@ systems, web content management systems and web frameworks." )
      `(#:install-plan (list '("composer.phar" "bin/composer"))
        #:phases
        (modify-phases %standard-phases
          (add-after 'copy 'make-executable
          (add-after 'install 'make-executable
            (lambda* (#:key outputs #:allow-other-keys)
              (chmod (string-append (assoc-ref %outputs "out") "/bin/composer") #o555))))))
    (synopsis "Dependency Manager for PHP")


@@ 431,7 431,7 @@ systems, web content management systems and web frameworks." )
      `(#:install-plan (list '("phpactor.phar" "bin/phpactor"))
        #:phases
        (modify-phases %standard-phases
          (add-after 'copy 'make-executable
          (add-after 'install 'make-executable
            (lambda* (#:key outputs #:allow-other-keys)
              (chmod (string-append (assoc-ref %outputs "out") "/bin/phpactor") #o555))))))
    (synopsis "PHP Language Server (binary)")