Zen

Translation

English type: lisp
(define-public ejemplo (package (name "ejemplo") ;; se omiten otros campos (build-system gnu-build-system) (arguments '(#:phases (modify-phases %standard-phases (delete 'configure) (add-before 'build 'proporciona-prefijo-en-makefile (lambda* (#:key outputs #:allow-other-keys) ;; Modifica el archivo de make para que la ;; variable 'PREFIX' apunte a "out". (let ((out (assoc-ref outputs "out"))) (substitute* "Makefile" (("PREFIX =.*") (string-append "PREFIX = " out "\n"))) #true))))))))
English Spanish Actions
 

Loading…

User avatar None

String updated in the repository

a year ago
User avatar None

Source string changed

a year ago
Browse all string changes

Things to check

Mismatched \n 1

Number of \n literals in translation does not match source

Reset

Mismatching line breaks 2

Number of new lines in translation does not match source

Reset

Glossary

English Spanish
input guix Glossary
package guix Glossary
substitute guix Glossary

14620056 String information

Source string description
type: lisp
Flags
no-wrap
Source string location
guix-git/doc/guix.texi:10691
String age
a year ago
Last updated
11 hours ago
Source string age
a year ago
Translation file
po/doc/guix-manual.es.po, string 3974