#!@SHELL@ # A shorthand for "guix substitute", for use by the daemon. if test "x$GUIX_UNINSTALLED" = "x" then prefix="@prefix@" exec_prefix="@exec_prefix@" exec "@bindir@/guix" substitute "$@" else exec guix substitute "$@" fi tle='Atom feed' href='https://git.koszko.org/guix/atom/gnu/packages/abduco.scm?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/abduco.scm
AgeCommit message (Collapse)Author
2020-09-24gnu: abduco: Use cc-for-target.Efraim Flashner
* gnu/packages/abduco.scm (abduco)[arguments]: Replace hard-coded gcc with cc-for-target in make-flags.
2020-02-29gnu: abduco: Use HTTPS home page and source URI.Björn Höfling
* gnu/packages/abduco.scm (abduco)[home-page]: Use HTTPS URI. [source]: Likewise.