gnu: nspr: Use 'modify-phases' syntax.
* gnu/packages/gnuzilla.scm (nspr)[arguments]: Use 'modify-phases' syntax.master
parent
84fb4bd907
commit
04952bd732
|
@ -179,11 +179,9 @@ in C/C++.")
|
||||||
(string-append "LDFLAGS=-Wl,-rpath="
|
(string-append "LDFLAGS=-Wl,-rpath="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/lib"))
|
"/lib"))
|
||||||
#:phases (alist-cons-before
|
#:phases (modify-phases %standard-phases
|
||||||
'configure 'chdir
|
(add-before 'configure 'chdir
|
||||||
(lambda _
|
(lambda _ (chdir "nspr") #t)))))
|
||||||
(chdir "nspr"))
|
|
||||||
%standard-phases)))
|
|
||||||
(home-page
|
(home-page
|
||||||
"https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR")
|
"https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR")
|
||||||
(synopsis "Netscape API for system level and libc-like functions")
|
(synopsis "Netscape API for system level and libc-like functions")
|
||||||
|
|
Reference in New Issue