* [PATCH] build-system: cargo: Remove obsolete comment.
@ 2017-01-03 2:48 Danny Milosavljevic
0 siblings, 0 replies; only message in thread
From: Danny Milosavljevic @ 2017-01-03 2:48 UTC (permalink / raw)
To: guix-devel
* guix/build/cargo-build-system.scm (%standard-phases): Remove obsolete comment.
---
guix/build/cargo-build-system.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/guix/build/cargo-build-system.scm b/guix/build/cargo-build-system.scm
index 7d656a8d5..1c0064ed4 100644
--- a/guix/build/cargo-build-system.scm
+++ b/guix/build/cargo-build-system.scm
@@ -95,7 +95,6 @@
(mkdir out))))
(define %standard-phases
- ;; 'configure' phase is not needed.
(modify-phases gnu:%standard-phases
(replace 'configure configure)
(replace 'build build)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-03 2:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-03 2:48 [PATCH] build-system: cargo: Remove obsolete comment Danny Milosavljevic
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.