~ruther/guix-local

8a984cb3 — Mark H Weaver 11 years ago
Merge branch 'master' into xorg-updates
fb916f4d — Mark H Weaver 11 years ago
gnu: qemu: Update to 2.2.0.

* gnu/packages/qemu.scm (qemu): Update to 2.2.0.
00c09300 — Mark H Weaver 11 years ago
gnu: pingus: Add glu to inputs.

* gnu/packages/games.scm (pingus): Add glu to inputs.
276a8f71 — Mark H Weaver 11 years ago
gnu: gnubik: Add glu to inputs.

* gnu/packages/games.scm (gnubik): Add glu to inputs.
6a95024c — Mark H Weaver 11 years ago
gnu: gnubg: Add glu to inputs.

* gnu/packages/games.scm (gnubg): Add glu to inputs.
9cb3036f — Mark H Weaver 11 years ago
gnu: sdl: Fix incompatibility with libx11-1.6.

* gnu/packages/patches/sdl-libx11-1.6.patch: New file
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/sdl.scm (sdl): Add patch.
cc8b02f4 — Mark H Weaver 11 years ago
gnu: gtkglext: Add glu to inputs.

* gnu/packages/gnome.scm (gtkglext): Add glu to inputs.
e933ad3d — Mark H Weaver 11 years ago
gnu: ntp: Update to 4.2.8.

* gnu/packages/ntp.scm (ntp): Update to 4.2.8.  Add openssl to inputs.
  Add pkg-config to native-inputs.  Change source URI to archive.ntp.org.
53a427cf — Mark H Weaver 11 years ago
gnu: ntp: Update to 4.2.8.

* gnu/packages/ntp.scm (ntp): Update to 4.2.8.  Add openssl to inputs.
  Add pkg-config to native-inputs.  Change source URI to archive.ntp.org.
f948656c — Mark H Weaver 11 years ago
Merge branch 'master' into xorg-updates
764c077b — Ludovic Courtès 11 years ago
Revert "gnu: matplotlib: Comment out python2-matplotlib."

This reverts commit afc720d34c43a2fcf0b5871226c15ad6c5f73697.
78a27453 — Ludovic Courtès 11 years ago
build-system/python: Fix 'package-with-explicit-python'.

Reported by Federico Beffa <beffa@ieee.org>
and Eric Bavier <ericbavier@gmail.com>.

* guix/build-system/python.scm (package-with-explicit-python): Do
  nothing when P's build system is not PYTHON-BUILD-SYSTEM.
afc720d3 — Federico Beffa 11 years ago
gnu: matplotlib: Comment out python2-matplotlib.

* gnu/packages/python.scm (python2-matplotlib, python2-scipy, python2-numpy):
  Comment out python2-matplotlib and the packages making use of it as the
  generation of the derivation of these packages takes very long.
a193b824 — Mark H Weaver 11 years ago
Optimize package-transitive-supported-systems.

* guix/packages.scm (first-value): Remove.
  (define-memoized/v): New macro.
  (package-transitive-supported-systems): Rewrite.
d95523fb — Ludovic Courtès 11 years ago
packages: Sort Scheme file lists used by 'fold-packages'.

* gnu/packages.scm (scheme-files): Call 'sort' on result.
7dcf67c0 — Mark H Weaver 11 years ago
Merge branch 'master' into xorg-updates
ce44657a — Mark H Weaver 11 years ago
Really remove the 'nix-upstream' submodule.

* nix-upstream: Remove subproject.
eea3e54c — 宋文武 11 years ago
gnu: Add xfce4-terminal.

* gnu/packages/xfce.scm (xfce4-terminal): New variable.
ea57378f — 宋文武 11 years ago
gnu: Add vte.

* gnu/packages/gnome.scm (vte, vte/gtk+-2): New variables.
d2611ffb — Mark H Weaver 11 years ago
gnu: Consistently use modular xorg source URIs in xorg.scm.

* gnu/packages/xorg.scm (bigreqsproto, compositeproto, damageproto)
  (dmxproto, encodings, font-adobe100dpi, font-adobe75dpi, font-alias)
  (font-arabic-misc, font-cronyx-cyrillic, font-dec-misc, font-isas-misc)
  (font-micro-misc, font-misc-cyrillic, font-misc-ethiopic, font-misc-misc)
  (font-mutt-misc, font-schumacher-misc, font-screen-cyrillic, font-sony-misc)
  (font-sun-misc, font-util, font-winitzki-cyrillic, font-xfree86-type1)
  (libpthread-stubs, libwindowswm, libxdmcp, libxkbfile, libxscrnsaver)
  (luit, recordproto, renderproto, resourceproto, scrnsaverproto, setxkbmap)
  (smproxy, windowswmproto, x11perf, xcb-proto, xcmiscproto, xcmsdb, xdriinfo)
  (xf86-input-void, xf86-video-newport, xf86bigfontproto, xf86dgaproto)
  (xf86driproto, xf86vidmodeproto, xgamma, xineramaproto, xkbevd, xlsatoms)
  (xorg-sgml-doctools, xpr, xwud, fixesproto, mkfontdir, libxcb, xcb-util)
  (xcb-util-image, xcb-util-keysyms, xcb-util-renderutil, kbproto, xbitmaps):
  Use source URIs with prefix mirror://xorg/individual/ for consistency.
  (dri3proto, presentproto, printproto): Remove comments about them not
  being part of X11R7.7.
Next