#!@SHELL@
# A shorthand for "guix perform-download", for use by the daemon.
if test "x$GUIX_UNINSTALLED" = "x"
then
prefix="@prefix@"
exec_prefix="@exec_prefix@"
exec "@bindir@/guix" perform-download "$@"
else
exec guix perform-download "$@"
fi
href='https://git.koszko.org/guix/atom/gnu/packages/gimp.scm?h=koszko' type='application/atom+xml'/>
Age | Commit message (Collapse) | Author |
|
* gnu/packages/gimp.scm (babl): Update to 0.1.96.
|
|
* gnu/packages/gimp.scm (gimp): Update to 2.10.32.
|
|
* gnu/packages/gimp.scm (gegl): Update to 0.4.36.
|
|
* gnu/packages/gimp.scm (babl): Update to 0.1.92.
|
|
* gnu/packages/gimp.scm (glimpse)[source]: Fix indentation.
[arguments]: Use gexps.
[phases]{install-sitecustomize}: Delete phase.
[native-inputs]: Use new style.
[inputs]: Use new style. Delete python-2 and python2-pygtk.
|
|
* gnu/packages/gimp.scm (gimp)[inputs]: Delete python-2 and python2-pygtk.
[configure-flags]: Use gexps. Add "--disable-python".
[phases]: Delete argument.
[inputs, native-inputs]: Use new style.
|