diff options
Diffstat (limited to 'gnu/packages/commencement.scm')
-rw-r--r-- | gnu/packages/commencement.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 7335aedec2..ea3a0afc23 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -3034,6 +3034,7 @@ memoized as a function of '%current-system'." ("flex" ,flex-boot0))) (inputs `(("flex" ,flex-boot0))) (arguments + ;; TODO: On next rebuild cycle, reuse phases from 'mig'. `(#:configure-flags `(,(string-append "LDFLAGS=-Wl,-rpath=" (assoc-ref %build-inputs "flex") "/lib/"))))))) |