diff --git a/guix-punk/packages/meowy-webring.scm b/guix-punk/packages/meowy-webring.scm index 3d26608..eb0e04e 100644 --- a/guix-punk/packages/meowy-webring.scm +++ b/guix-punk/packages/meowy-webring.scm @@ -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))