Update mark-executable step

This commit is contained in:
TakeV 2023-07-19 14:45:36 -07:00
parent e5386665c5
commit afaf6ec4c2
Signed by: TakeV
GPG Key ID: A64F41345C7400AF
1 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@
#:use-module (gnu packages commencement)
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-26))
(define-public meowy-webring
(package
(name "meowy-webring")
@ -25,8 +26,8 @@
(build-system copy-build-system)
(arguments (list #:install-plan #~'(("609d7519-f5ba-4e97-8709-d9c4ed5cb115" "bin/meowy-webring"))
#:phases #~(modify-phases %standard-phases
(add-after 'install-plan 'mark-executable
(lambda _ (chmod "bin/meowy-webring" 554))))))
(add-before 'install 'mark-executable
(lambda _ (chmod #$output 755))))))
(synopsis "The Solar Punk's webring, now in Guix!")
(description "meowy-webring will watch a JSON file describing an ordered list of URLs (and optionally, site names) to create a webring accessible through links between them.")
(native-inputs (list pkg-config gcc-toolchain))