aboutsummaryrefslogtreecommitdiff
path: root/tests/cran.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-07-26 07:31:38 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-07-26 09:47:22 +0200
commit781a2befeeeaf5bc97d118705a15b29ce47050b3 (patch)
treeb71a6cf692ae2998bc9f8c57cd490cb3cfbeb8f0 /tests/cran.scm
parent1829e9d80f2a976458ebfca7838d3300a39caa22 (diff)
downloadguix-781a2befeeeaf5bc97d118705a15b29ce47050b3.tar.gz
guix-781a2befeeeaf5bc97d118705a15b29ce47050b3.zip
gnu: gsegrafix: Update to 1.0.7.2.
This keeps this ancient package on life support for now. * gnu/packages/maths.scm (gsegrafix): Update to 1.0.7.2. [source]: Download from gsegrafix-experimental's Savannah. [arguments]: Drop obsolete LDFLAGS. Disable static library build. [inputs]: Remove libgnomecanvas, libbonoboui, libgnomeui, libgnomeprintui, and popt. Add glib and gtk+.
Diffstat (limited to 'tests/cran.scm')
0 files changed, 0 insertions, 0 deletions
packages/version-control.scm, gnu/packages/video.scm, gnu/packages/virtualization.scm, gnu/packages/vpn.scm, gnu/packages/web-browsers.scm, gnu/packages/web.scm, gnu/packages/wicd.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm: Update module references. Ricardo Wurmus 2018-06-22gnu: libsemanage: Return #t from all phases....* gnu/packages/selinux.scm (libsemanage)[arguments]: Substitute INVOKE for SYSTEM*. Tobias Geerinckx-Rice 2018-03-25gnu: libselinux: Use invoke....* gnu/packages/selinux.scm (libselinux)[arguments]: Use invoke in the 'pywrap' and 'install-pywrap' phases. Mark H Weaver 2018-01-29gnu: libsepol: Fix build on non-x86_64....* gnu/packages/selinux.scm (libsepol)[arguments]: Add phase "portability". (checkpolicy, libselinux, libsemanage, secilc, python-sepolgen, python-setools, policycoreutils)[arguments]: Remove inherited phase "portability". Ricardo Wurmus 2018-01-25gnu: Update SELinux packages....* gnu/packages/selinux.scm (libsepol): Update to 2.7, release 20170804. [source]: Fetch from git. (checkpolicy)[arguments]: Set LIBSEPOLA. (libselinux)[arguments]: Likewise; remove build phase "patch-libsepol-path". (python-sepolgen)[arguments]: Adjust directory name in "enter-dir". (python-setools): Update to 4.1.1. [source]: Fetch from git. (policycoreutils)[source]: Remove patch. [arguments]: Remove build phases "fix-glib-cflags", "fix-linkage-with-libsepol", "fix-target-paths", and "wrap-python-tools". [inputs]: Remove python-wrapper, python-sepolgen, python-setools, python-ipy, libcap-ng, pcre, dbus, dbus-glib, and glib. * gnu/packages/patches/policycoreutils-make-sepolicy-use-python3.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Ricardo Wurmus 2017-06-15gnu: libselinux: Propagate libsepol and pcre....Both libsepol and pcre required by libselinux.pc. * gnu/packages/selinux.scm (libselinux)[inputs]: Move libsepol and pcre... [propagated-inputs]: ...here. Kei Kebreau 2017-04-22gnu: Add policycoreutils....* gnu/packages/selinux.scm (policycoreutils): New variable. Ricardo Wurmus 2017-04-22gnu: Add python-setools....* gnu/packages/selinux.scm (python-setools): New variable. Ricardo Wurmus 2017-04-22gnu: Add python-sepolgen....* gnu/packages/selinux.scm (python-sepolgen): New variable. Ricardo Wurmus 2017-04-22gnu: Add secilc....* gnu/packages/selinux.scm (secilc): New variable. Ricardo Wurmus 2017-04-22gnu: Add libsemanage....* gnu/packages/selinux.scm (libsemanage): New variable. Ricardo Wurmus 2017-04-22gnu: Add libselinux....* gnu/packages/selinux.scm (libselinux): New variable. Ricardo Wurmus 2017-04-22gnu: Add checkpolicy....* gnu/packages/selinux.scm (checkpolicy): New variable. Ricardo Wurmus 2017-04-22gnu: Add libsepol....* gnu/packages/selinux.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Ricardo Wurmus