[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: instantmusic: Fix build failure.
From: |
guix-commits |
Subject: |
01/03: gnu: instantmusic: Fix build failure. |
Date: |
Sun, 22 Sep 2019 18:11:47 -0400 (EDT) |
civodul pushed a commit to branch core-updates
in repository guix.
commit 4b577961d736d53063022d58483f0200ef860b2d
Author: Ludovic Courtès <address@hidden>
Date: Sun Sep 22 21:27:44 2019 +0200
gnu: instantmusic: Fix build failure.
This is a followup to 6bbb37a545912c6bb2513ee08587ee4fe39cc330.
* gnu/packages/music.scm (instantmusic): Move 'fix-file-permissions'
phase before 'install' rather than before 'check'.
---
gnu/packages/music.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index b81c2cb..1f6835f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -17,7 +17,7 @@
;;; Copyright © 2018 nee <address@hidden>
;;; Copyright © 2018 Stefan Reichör <address@hidden>
;;; Copyright © 2018 Pierre Neidhardt <address@hidden>
-;;; Copyright © 2018 Ludovic Courtès <address@hidden>
+;;; Copyright © 2018, 2019 Ludovic Courtès <address@hidden>
;;; Copyright © 2018 Björn Höfling <address@hidden>
;;; Copyright © 2019 Gabriel Hondet <address@hidden>
;;; Copyright © 2019 Timotej Lazar <address@hidden>
@@ -2794,7 +2794,7 @@ websites such as Libre.fm.")
(add-before 'build 'change-directory
(lambda _
(chdir "instantmusic-0.1") #t))
- (add-before 'check 'fix-file-permissions
+ (add-before 'install 'fix-file-permissions
(lambda _
;; Fix some read-only files that would cause a build
failure
(for-each (cut chmod <> #o644)