Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								053b10c3ef 
								
							 
						 
						
							
							
								
								channels: Add mechanism to patch checkouts of the 'guix channel.  
							
							... 
							
							
							
							* guix/channels.scm (<patch>): New record type.
(apply-patches): New procedure.
(latest-channel-instance)[dot-git?]: New procedure.
Use 'update-cached-checkout' and 'add-to-store' instead of
'latest-repository-commit'.  Call 'apply-patches' when CHANNEL is the
'guix channel.
(%patches): New variable.
* guix/git.scm (url+commit->name): Make public.
* tests/channels.scm ("latest-channel-instances includes channel dependencies")
("latest-channel-instances excludes duplicate channel dependencies"):
Mock 'update-cached-checkout' instead of 'latest-repository-commit'.
Wrap body in 'with-store' and pass the store to 'latest-channel-instances'. 
							
						 
						
							2020-05-07 10:06:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4ba425060a 
								
							 
						 
						
							
							
								
								channels: Add 'latest-channel-instance'.  
							
							... 
							
							
							
							* guix/channels.scm (latest-channel-instance): New procedure.
(latest-channel-instances): Use it. 
							
						 
						
							2020-05-07 10:06:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								60131df02b 
								
							 
						 
						
							
							
								
								doc: Add container example to run a web browser.  
							
							... 
							
							
							
							* doc/guix.texi (Invoking `guix environment'): Add paragraph and example to
  run Eolie in a guix environment container.  Add `container' cindex for the
  first container example, and the `certificates' cindex for the web browser
  example. 
							
						 
						
							2020-05-07 10:04:14 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e5f1f5ce07 
								
							 
						 
						
							
							
								
								gnu: warsow-qfusion: Remove bundled binaries and inputs.  
							
							... 
							
							
							
							* gnu/packages/game-development.scm (warsow-qfusion)[source]: Add snippet to
  remove unused bundled binaries and inputs. 
							
						 
						
							2020-05-07 09:58:56 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3078c05eb2 
								
							 
						 
						
							
							
								
								gnu: sbcl-iolib.grovel: Deprecate in favour of sbcl-cffi-grovel.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-iolib.grovel): Deprecate since upstream has
  removed it; they are now using cffi-grovel instead. 
							
						 
						
							2020-05-07 09:23:06 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d35a0f1452 
								
							 
						 
						
							
							
								
								gnu: sbcl-trivial-backtrace: Fix typo in description.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-trivial-backtrace)[description]: Replace
  "On" with "One". 
							
						 
						
							2020-05-07 09:23:06 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jan (janneke) Nieuwenhuizen 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1339a03b6d 
								
							 
						 
						
							
							
								
								gnu: glibc/hurd-headers: Cross-build fix for the Hurd.  
							
							... 
							
							
							
							* gnu/packages/base.scm (glibc/hurd-headers)[native-inputs]: Add mig; when
cross-building use 32-bit mig. 
							
						 
						
							2020-05-07 07:11:33 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jan (janneke) Nieuwenhuizen 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								598be42dfa 
								
							 
						 
						
							
							
								
								syscalls: Add ioctl flags for the Hurd.  
							
							... 
							
							
							
							Use
    #include <stdio.h>
    #include <net/if.h>
    #include <hurd/ioctl.h>
    int
    main ()
    {
      printf ("SIOCSIFFLAGS #x%x\n", SIOCSIFFLAGS);
      printf ("SIOCGIFADDR #x%x\n", SIOCGIFADDR);
      printf ("SIOCSIFADDR #x%x\n", SIOCSIFADDR);
      printf ("SIOCGIFNETMASK #x%x\n", SIOCGIFNETMASK);
      printf ("SIOCSIFNETMASK #x%x\n", SIOCSIFNETMASK);
    #if 0
      printf ("SIOCADDRT #x%x\n", SIOCADDRT);
      printf ("SIOCDELRT #x%x\n", SIOCDELRT);
    #endif
    }
to fill in some blanks.  Adding and removing route apparently not supported.
* guix/build/syscalls.scm (SIOCSIFFLAGS SIOCGIFADDR, SIOCSIFADDR,
SIOCGIFNETMASK, SIOCSIFNETMASK): 
							
						 
						
							2020-05-07 07:11:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									L p R n d n 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								bed695aa94 
								
							 
						 
						
							
							
								
								gnu: lightdm-gtk-greeter: Wrap binary.  
							
							... 
							
							
							
							* gnu/package/display-managers.scm (lightdm-gtk-greeter)[inputs]: Add
shared-mime-info.
[arguments]: Add "wrap-program" phase.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 
							
						 
						
							2020-05-07 00:08:11 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									L p R n d n 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								13b012754e 
								
							 
						 
						
							
							
								
								gnu: lightdm-gtk-greeter: Fix .desktop file.  
							
							... 
							
							
							
							* gnu/packages/display-managers.scm (lightdm-gtk-greeter)[arguments]: Fix
reference to greeter in .desktop file with "fix-.desktop-file" phase.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 
							
						 
						
							2020-05-07 00:08:11 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									L p R n d n 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4e6396983a 
								
							 
						 
						
							
							
								
								gnu: lightdm-gtk-greeter: Fix at-spi runtime dependency.  
							
							... 
							
							
							
							* gnu/packages/display-manager.scm (lightdm-gtk-greeter): Fix at-spi runtime
dependency.
[inputs]: Add at-spi2-core.
[arguments]: Add "--enable-at-spi-command" configure flag.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 
							
						 
						
							2020-05-07 00:08:11 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									L p R n d n 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0097e931d0 
								
							 
						 
						
							
							
								
								gnu: lightdm: Add vala bindings.  
							
							... 
							
							
							
							* gnu/packages/display-managers.scm (lightdm)[native-inputs]: Add vala.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 
							
						 
						
							2020-05-07 00:08:10 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									L p R n d n 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								373c5dfadf 
								
							 
						 
						
							
							
								
								gnu: lightdm: Update to 1.30.0.  
							
							... 
							
							
							
							* gnu/packages/display-managers.scm (lightdm): Update to 1.30.0.
[arguments]: Re-enable all tests by removing 'disable-broken-tests phase.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 
							
						 
						
							2020-05-07 00:08:10 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5b9bdeb52c 
								
							 
						 
						
							
							
								
								gnu: Add plymouth.  
							
							... 
							
							
							
							* gnu/packages/freedesktop.scm (plymouth): New variable.
Co-authored-by: Nikita <nikita@n0.is>
Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 
							
						 
						
							2020-05-07 00:08:10 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c263cfdcde 
								
							 
						 
						
							
							
								
								Merge branch 'master' into core-updates  
							
							
							
						 
						
							2020-05-06 23:37:40 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Giacomo Leidi 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								13c18af1d8 
								
							 
						 
						
							
							
								
								gnu: nix: Update to 2.3.4.  
							
							... 
							
							
							
							* gnu/packages/package-management.scm (nix): Update to 2.3.4,
[inputs]: Add boost, brotli, editline.
Signed-off-by: Marius Bakke <mbakke@fastmail.com> 
							
						 
						
							2020-05-06 22:49:56 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Giacomo Leidi 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b84ea6c9db 
								
							 
						 
						
							
							
								
								gnu: Add editline.  
							
							... 
							
							
							
							* gnu/packages/libedit.scm (editline): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com> 
							
						 
						
							2020-05-06 22:49:56 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Giacomo Leidi 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								409d2907b8 
								
							 
						 
						
							
							
								
								gnu: supercollider: Update to 3.11.0.  
							
							... 
							
							
							
							This also restores IDE support.
* gnu/packages/audio.scm (supercollider): Update to 3.11.0.
[outputs]: Add an "ide" output.
[configure-flags]: Enable Qt IDE, fortify source and build scsynth as a
shared library.
[phases]: Do not delete no longer existing failing tests and add
an 'install-ide phase.
[native-inputs]: Add qttools and ableton-link.
[inputs]: Add qtbase, qtdeclarative, qtsvg, qtwebchannel and qtwebsockets.
[propagated-inputs]: Add qtwebengine.
Signed-off-by: Marius Bakke <mbakke@fastmail.com> 
							
						 
						
							2020-05-06 22:49:56 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Giacomo Leidi 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								17aa4eb4e1 
								
							 
						 
						
							
							
								
								gnu: Add ableton-link.  
							
							... 
							
							
							
							* gnu/packages/audio.scm (ableton-link): New variable.
* gnu/packages/patches/ableton-link-system-libraries-debian.patch: Patch
CMakeLists.txt to use system libraries.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Marius Bakke <mbakke@fastmail.com> 
							
						 
						
							2020-05-06 22:49:56 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Hill 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0e741a8975 
								
							 
						 
						
							
							
								
								gnu: Add gnome-shell-extension-clipboard-indicator.  
							
							... 
							
							
							
							* gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator):
New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com> 
							
						 
						
							2020-05-06 22:49:56 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jean-Baptiste Note 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b2b9b227f3 
								
							 
						 
						
							
							
								
								gnu: Add makepasswd.  
							
							... 
							
							
							
							* gnu/packages/password-utils.scm (makepasswd): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com> 
							
						 
						
							2020-05-06 22:49:55 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Hill 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a6919866b0 
								
							 
						 
						
							
							
								
								gnu: webkitgtk: Patch to share store via Bubblewrap.  
							
							... 
							
							
							
							Fixes <https://bugs.gnu.org/40837 >.
* gnu/packages/patches/webkitgtk-share-store.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/webkit.scm (webkitgtk)[source](patches): Use it.
Co-authored-by: Marius Bakke <mbakke@fastmail.com> 
							
						 
						
							2020-05-06 22:49:55 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3ed94ed8c2 
								
							 
						 
						
							
							
								
								services: Do not use symbolic links in PulseAudio variables.  
							
							... 
							
							
							
							This addresses <https://bugs.gnu.org/40837 > by making these configuration
files more easily accessible within the WebKitGTK sandbox.
* gnu/services/sound.scm (pulseaudio-environment): Move below
PULSEAUDIO-CONF-ENTRY.  Instantiate PULSE_CONFIG and PULSE_CLIENTCONFIG
entries directly instead of referring to /etc/pulse.
(pulseaudio-etc): Do not create /etc/pulse/client.conf and /etc/pulse/daemon.conf. 
							
						 
						
							2020-05-06 22:49:55 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Timotej Lazar 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e3bf2a66a2 
								
							 
						 
						
							
							
								
								gnu: endless-sky: Update to 0.9.12.  
							
							... 
							
							
							
							* gnu/packages/games.scm (endless-sky): Update to 0.9.12.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il> 
							
						 
						
							2020-05-06 22:24:37 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Maxim Cournoyer 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3b7f3108e0 
								
							 
						 
						
							
							
								
								gnu: php: Remove failing tests.  
							
							... 
							
							
							
							* gnu/packages/php.scm (php)[phases]{prepare-tests}: Remove the
ext/gd/tests/bug65148.phpt, ext/gd/tests/bug66590.phpt,
ext/gd/tests/bug73869.phpt, ext/gd/tests/webp_basic.phpt and
ext/gd/tests/imagecreatefromstring_webp.phpt tests. 
							
						 
						
							2020-05-06 13:32:08 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								758f32afdb 
								
							 
						 
						
							
							
								
								gnu: sbcl-type-i: Update to 20191203.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-type-i): Update to 20191203. 
							
						 
						
							2020-05-06 18:15:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c75e349467 
								
							 
						 
						
							
							
								
								gnu: sbcl-trivial-features: Update to 20200403.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-trivial-features): Update to 20200403. 
							
						 
						
							2020-05-06 18:15:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								36ceab7da0 
								
							 
						 
						
							
							
								
								gnu: sbcl-trivial-cltl2: Update to 20200301.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-trivial-cltl2): Update to 20200301. 
							
						 
						
							2020-05-06 18:15:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ba69e6e699 
								
							 
						 
						
							
							
								
								gnu: sbcl-trivia: Update to 20200301.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-trivia): Update to 20200301. 
							
						 
						
							2020-05-06 18:15:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								27c7df2991 
								
							 
						 
						
							
							
								
								gnu: sbcl-quri: Update to 20191020.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 20191020. 
							
						 
						
							2020-05-06 18:15:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ef4a5a858c 
								
							 
						 
						
							
							
								
								gnu: sbcl-plump: Update to 20200415.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-plump): Update to 20200415. 
							
						 
						
							2020-05-06 18:15:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								438d8113d0 
								
							 
						 
						
							
							
								
								gnu: sbcl-named-readtables: Update to 20200506.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-named-readtables): Update to 20200506. 
							
						 
						
							2020-05-06 18:15:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c9d9795f70 
								
							 
						 
						
							
							
								
								gnu: sbcl-local-time: Update to 20200303.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-local-time): Update to 20200303. 
							
						 
						
							2020-05-06 18:15:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								47e7300814 
								
							 
						 
						
							
							
								
								gnu: sbcl-fast-http: Update to 20190910.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-fast-http): Update to 20190910. 
							
						 
						
							2020-05-06 18:15:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5b22df94b4 
								
							 
						 
						
							
							
								
								gnu: Add syntax-interpol.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (cl-syntax-interpol, sbcl-syntax-interpol): New variables. 
							
						 
						
							2020-05-06 18:15:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0627ad3002 
								
							 
						 
						
							
							
								
								gnu: sbcl-cl-syntax-annot: Inherit from sbcl-cl-syntax.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-cl-syntax-annot): Inherit from
  sbcl-cl-syntax and remove unnecessary fields. 
							
						 
						
							2020-05-06 18:15:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f15cc738f4 
								
							 
						 
						
							
							
								
								gnu: sbcl-trivial-gray-streams: Update to 20180909.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-trivial-gray-streams): Update to 20180909. 
							
						 
						
							2020-05-06 18:15:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								481f41e372 
								
							 
						 
						
							
							
								
								gnu: sbcl-fast-io: Update to 20200404.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-fast-io): Update to 20200404. 
							
						 
						
							2020-05-06 18:15:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e067ef9597 
								
							 
						 
						
							
							
								
								gnu: sbcl-dexador: Update to 0.9.14.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-dexador): Update to 0.9.14. 
							
						 
						
							2020-05-06 18:15:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								6dd4931a6e 
								
							 
						 
						
							
							
								
								gnu: sbcl-cl-prevalence: Update to 20191028.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-cl-prevalence): Update to 20191028. 
							
						 
						
							2020-05-06 18:15:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d7043fd9a3 
								
							 
						 
						
							
							
								
								gnu: sbcl-cl-base64: Update to 3.3.4.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-cl-base64): Update to 3.3.4. 
							
						 
						
							2020-05-06 18:15:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								14620ce775 
								
							 
						 
						
							
							
								
								gnu: sbcl-cl+ssl: Update to 20200314.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-cl+ssl): Update to 20200314. 
							
						 
						
							2020-05-06 18:15:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								34e0f90a98 
								
							 
						 
						
							
							
								
								gnu: sbcl-alexandria: Update to 1.0.1.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-alexandria): Update to 1.0.1. 
							
						 
						
							2020-05-06 18:15:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								bdfd1d1801 
								
							 
						 
						
							
							
								
								gnu: sbcl-s-sysdeps: Update to 20200415.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-s-sysdeps): Update to 20200415. 
							
						 
						
							2020-05-06 18:15:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1addc2018f 
								
							 
						 
						
							
							
								
								gnu: sbcl-cl-cffi-gtk: Update to 20200417.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-cl-cffi-gtk-boot0): Update to 20200417.
(sbcl-cl-cffi-gtk-glib)[inputs]: Add sbcl-bordeaux-threads. 
							
						 
						
							2020-05-06 18:15:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8e5968099a 
								
							 
						 
						
							
							
								
								gnu: sbcl-babel: Update to 20200116.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-babel): Update to 20200116. 
							
						 
						
							2020-05-06 18:15:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d4c0456564 
								
							 
						 
						
							
							
								
								gnu: sbcl-closer-mop: Update to 20200430.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-closer-mop): Update to 20200430. 
							
						 
						
							2020-05-06 18:15:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pierre Neidhardt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								53c4a0da09 
								
							 
						 
						
							
							
								
								gnu: sbcl-iolib: Update to 20200425.  
							
							... 
							
							
							
							* gnu/packages/lisp-xyz.scm (sbcl-iolib): Update to 20200425. 
							
						 
						
							2020-05-06 18:15:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Danny Milosavljevic 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								426adb4fc5 
								
							 
						 
						
							
							
								
								gnu: gnome-todo: Add patch metadata.  
							
							... 
							
							
							
							Follow-up to b17b29454d 
							
						 
						
							2020-05-06 18:10:51 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Danny Milosavljevic 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b17b29454d 
								
							 
						 
						
							
							
								
								gnu: gnome-todo: Fix build.  
							
							... 
							
							
							
							* gnu/packages/patches/gnome-todo-delete-esource-duplicate.patch: New file.
* gnu/packages/gnome.scm (gnome-todo)[source]: Add it.
* gnu/local.mk (dist_patch_DATA): Add it. 
							
						 
						
							2020-05-06 17:37:48 +02:00