From 2299f5cd78a9874ec7797d02d9bd53cc3c30b698 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Tue, 3 Oct 2017 22:28:51 +0200 Subject: gnu: python-nose-timer: Add missing patch. * gnu/packages/patches/python-nose-timer-drop-ordereddict.patch: New file. * gnu/local.mk: Add it. --- gnu/local.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/local.mk') diff --git a/gnu/local.mk b/gnu/local.mk index 88d24fab27..c802b7b340 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -984,6 +984,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-genshi-isstring-helper.patch \ %D%/packages/patches/python-genshi-stripping-of-unsafe-script-tags.patch \ %D%/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch \ + %D%/packages/patches/python-nose-timer-drop-ordereddict.patch \ %D%/packages/patches/python-parse-too-many-fields.patch \ %D%/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ %D%/packages/patches/python-statsmodels-fix-tests.patch \ -- cgit v1.2.3 class='sub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/http-client.scm
0a12ab04701&showmsg=1'>Expand)
AgeCommit message (Expand)Author
Author
2017-11-01system: Return early in skeleton '.bashrc' when the shell is non-interactive....Marius Bakke
2017-11-01system: Test for interactive shell instead of `cat` in skeleton '.bashrc'....Marius Bakke
2017-07-27system: Add 'grep --color' alias in '.bash_profile' skeleton....Ludovic Courtès
2017-07-25system: Add a default '.guile' skeleton....Ludovic Courtès
2017-07-11system: Refer to native packages when appropriate....Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'....Ludovic Courtès
2017-02-01system: More 'file-append' instead of #~(string-append #$thing …)....Ludovic Courtès
2017-02-01system: Create home directories once 'file-systems' is up....Ludovic Courtès
2016-08-28system: Do not create the home directory of "nobody"....Ludovic Courtès
2016-08-28system: Add 'create-home-directory?' field to <user-account>....Ludovic Courtès
2016-07-20Merge branch 'master' into core-updatesLudovic Courtès
2016-07-13system: Change the shell of 'nobody' to 'nologin'....Ludovic Courtès
2016-07-12gnu: Switch to 'with-imported-modules'....Ludovic Courtès
2016-05-13Merge branch 'master' into core-updatesLeo Famulari
2016-05-06system: Do not export PS1 in /etc/skel/.bashrc....Alex Griffin
2016-04-03gnu: fontconfig: Find fonts in the system profile....Alex Kost
2016-03-20system: Make sure fonts are searched for in the system profile....Ludovic Courtès
2016-03-20system: Allow account skeletons to be directories....Ludovic Courtès
2015-11-11system: Populate /etc/shells from ACCOUNT-SERVICE-TYPE....Ludovic Courtès
2015-10-10services: Introduce extensible services....Ludovic Courtès
2015-10-10system: Account skeleton API is non-monadic....Ludovic Courtès
2015-07-17system: Fix typo in 'PS1' in skeleton '.bashrc'....Ludovic Courtès
2015-07-01environment: Define 'GUIX_ENVIRONMENT'....Ludovic Courtès
2015-05-25system: Define '%base-user-accounts'....Ludovic Courtès
2015-05-24system: Make sure user accounts refer to existing groups....Ludovic Courtès
2015-03-16system: Skeleton '.bashrc' now exports the 'SHELL' variable....Ludovic Courtès
2015-03-12system: Adjust '.bashrc' skeleton for non-interactive SSH sessions....Ludovic Courtès