Commit graph

205951 commits

Author SHA1 Message Date
Christian Kampka 563eea492b
nixosTests.hadoop.hdfs: Port tests to python 2019-12-17 09:37:02 +01:00
Lassulus f061413686
Merge pull request #74722 from gnidorah/mame
mame: 0.215 -> 0.216
2019-12-17 07:57:54 +01:00
worldofpeace 67d1525945 pantheon.granite: 5.2.5 -> 5.3.0
https://github.com/elementary/granite/releases/tag/5.3.0
2019-12-17 01:57:14 -05:00
worldofpeace 6ea98c1329
Merge pull request #75555 from worldofpeace/libgpod-python2-byehun
libgpod: drop pygobject2
2019-12-17 01:47:24 -05:00
worldofpeace 77d0815c5b
Merge pull request #75123 from chkno/workspace-grid-is-now-workspace-matrix
Gnome extension workspace-grid is now workspace-matrix
2019-12-17 01:45:09 -05:00
worldofpeace b34344718b
Merge pull request #75377 from pacien/riot-v1.5.6
riot-{web,desktop}: 1.5.5 -> 1.5.6
2019-12-17 01:43:06 -05:00
worldofpeace 586df03d5b remmina: 1.3.4 -> 1.3.7
According to the release notes this is a
"This release is meant to prepare the stable release for January, before the freeze in Debian an Ubuntu ".
Not sure what that means, but I expect a stable release
in NixOS 20.03 for sure.

https://gitlab.com/Remmina/Remmina/-/tags/v1.3.7
2019-12-17 01:35:08 -05:00
Mario Rodas 5e5ce79db4
Merge pull request #75807 from jbedo/strelka
strelka: fix broken build
2019-12-16 23:52:35 -05:00
Mario Rodas c1ec8ba244
Merge pull request #75809 from marsam/update-gauche
gauche: 0.9.8 -> 0.9.9
2019-12-16 22:52:52 -05:00
Mario Rodas 26eecab3ca
Merge pull request #75404 from filalex77/fusuma-1.3.0
fusuma: 0.10.2 -> 1.3.0
2019-12-16 22:42:29 -05:00
Mario Rodas f95f587630
Merge pull request #75768 from filalex77/hydroxide-0.2.11
hydroxide: init at 0.2.11
2019-12-16 22:34:10 -05:00
Mario Rodas df10128a6b
Merge pull request #75756 from filalex77/coredns-1.6.6
coredns: 1.3.1 -> 1.6.6
2019-12-16 22:26:12 -05:00
Mario Rodas 4419653793
Merge pull request #75775 from equirosa/croc
croc: 6.4.6 -> 6.4.7
2019-12-16 22:22:06 -05:00
Mario Rodas 535eba7d40
Merge pull request #75806 from lilyball/cocoapods-beta
cocoapods-beta: 1.8.4 -> 1.9.0.beta.1
2019-12-16 21:56:51 -05:00
Jonathan Ringer ef3756ff1b Revert "python: gym: 0.15.3 -> 0.15.4"
0.15.4 requires python-opencv, which isn't packaged yet,
and is not trival to package

This reverts commit 8ee4062480.
2019-12-16 18:08:44 -08:00
Chris Ostrouchov 9b372dcf2a pythonPackages.casbin: init at 0.8.3 2019-12-16 17:45:01 -08:00
Mario Rodas 56a206efe9
gauche: 0.9.8 -> 0.9.9
Release notes: https://practical-scheme.net/gauche/gmemo/?Release%200.9.9
2019-12-16 20:20:20 -05:00
Burke Libbey 62e680cdcf ruby-modules: parse build_flags correctly:
In building a gem whose native extension is a Rakefile, the previous
version of this code will call essentially `rake ""`, when it means to
call `rake`.

This change converts `""` into `[]` rather than `[""]`.
2019-12-17 00:58:32 +00:00
Justin Bedo c3f09c33eb
strelka: fix broken build 2019-12-17 11:20:32 +11:00
Lily Ballard ab9bdca091 cocoapods-beta: 1.8.4 -> 1.9.0.beta.1 2019-12-16 16:15:34 -08:00
Timo Kaufmann db59e94059
Merge pull request #75801 from timokau/ecl-libffi-abi
ecl: fix build with libffi 3.3
2019-12-17 00:10:04 +01:00
Chris Ostrouchov 21770f817c python3Packages.aiorun: init at 2019.11.1 2019-12-16 14:54:50 -08:00
Timo Kaufmann 00c3761322 ecl: fix build with libffi 3.3
The build was broken by the recent libffi update
(53a04a2df0) because of this upstream
change:

ef76205647

I have changed the usage of FFI_SYSV as gentoo suggests:

https://wiki.gentoo.org/wiki/Libffi_3.3_porting_notes/FFI_SYSV

I'm not entirely sure if that is the right call here, but I haven't
noticed any regressions in my testing and its definitely better than a
broken build.

Upstream: https://gitlab.com/embeddable-common-lisp/ecl/issues/302
2019-12-16 23:02:26 +01:00
Jonathan Ringer b443abf914 python3Packages.starfish: disable due to incompatible dependencies
isn't compatible with latest python-dateutil or scikit-image
2019-12-16 12:59:41 -08:00
Chris Ostrouchov c68dad170f python3Packages.aiokafka: init at 0.5.2 2019-12-16 12:57:32 -08:00
Puck Meerburg 6f942e765a cups-dymo: fix build 2019-12-16 19:48:05 +00:00
Bignaux Ronan 3ad650a14b rasm: init at 0.116 2019-12-16 11:28:34 -08:00
Frederik Rietdijk 7aedd744d8 Merge master into staging-next 2019-12-16 20:28:10 +01:00
Maciej Krüger 9af73d9326 pick-colour-picker: init at unstable-2019-10-11 2019-12-16 11:16:11 -08:00
Graham Christensen 75b8f3820d
Merge pull request #75779 from grahamc/dockertools/fixup-max-layers
dockerTools.buildLayeredImage: update maxlayers from 24 to 100 to match documentation
2019-12-16 14:11:36 -05:00
Graham Christensen 2c4dff6ef2
Merge pull request #75780 from grahamc/dockertools/mark-api-stable
dockerTools: the API has basically never changed
2019-12-16 14:11:17 -05:00
Graham Christensen c3186349b7
Merge pull request #75778 from grahamc/dockertools/example-drop-unneeded-contents
docker examples: Drop unneeded contents list
2019-12-16 13:34:34 -05:00
Dmitry Kalinkin 7891f3d706
Merge pull request #75730 from veprbl/pr/texlive_bin_pygmentex
texlive: provide a working pygmentex executable
2019-12-16 13:21:24 -05:00
Graham Christensen 310a028a0c
dockerTools: the API has basically never changed 2019-12-16 13:18:28 -05:00
Graham Christensen 9c02760855
dockerTools.buildLayeredImage: update maxlayers from 24 to 100 to match documentation
mkManyPureLayers already was changed, and this function was not updated.
2019-12-16 13:14:21 -05:00
Graham Christensen 77452740c6
docker examples: Drop unneeded contents list 2019-12-16 13:11:27 -05:00
Graham Christensen 12e2416380
dockerTools.buildLayeredImage: Exclude top level implementation detail layers 2019-12-16 13:03:15 -05:00
Graham Christensen 700f4c5388
dockerTools.buildLayeredImage: prepare to exclude some paths
Without changing behavior, since this code is fiddly, make it possible
to add a filtering step before packaging individual paths.
2019-12-16 12:57:04 -05:00
Alex Branham b9a558aaa4 R: Update CRAN and bioconductor packages
Closes https://github.com/NixOS/nixpkgs/pull/75010.
2019-12-16 18:56:49 +01:00
Alex Branham 7af84afa2a R: 3.6.1 -> 3.6.2
Closes https://github.com/NixOS/nixpkgs/pull/75587.
2019-12-16 18:56:49 +01:00
Graham Christensen aec80dddc0
dockerTools.buildLayeredImage: pass a list of closures to mkManyPureLayers so it can exclude the top-most level
Before, every docker image had three extra layers:

1. A `closure` layer which is an internal implementation detail of
   calculating the closure of the container
2. a `name-config.json` layer which is the images' run-time
   configuration, and has no business being *in* the image as a layer.
3. a "bulk-layers" layer which is again and implementation detail
   around collecting the image's closure.

None of these layers need to be in the final product.
2019-12-16 12:48:05 -05:00
Graham Christensen f6d75f550e
dockerTools.buildLayeredImage: tweak formatting on contentsEnv 2019-12-16 12:36:45 -05:00
Maximilian Bosch e1c6965beb
cargo-raze: 0.2.8 -> 0.2.10
https://github.com/google/cargo-raze/releases/tag/v0.2.9
https://github.com/google/cargo-raze/releases/tag/v0.2.10
2019-12-16 18:29:41 +01:00
Eduardo Quiros 93a51b8d1e croc: 6.4.6 -> 6.4.7 2019-12-16 11:29:24 -06:00
Salar Rahmanian ce2adeb6b6 Add split-term vim plugin 2019-12-16 09:11:14 -08:00
Salar Rahmanian f48fb5ca0a Add vim-slash vim plugin 2019-12-16 09:11:14 -08:00
Salar Rahmanian 7ff19f9d59 Add gen_tags vim plugin 2019-12-16 09:11:14 -08:00
Salar Rahmanian 9ec0c1bb7e Add smartpairs vim plugin 2019-12-16 09:11:14 -08:00
Salar Rahmanian bccadf3a5b Update existing pluging 2019-12-16 09:11:14 -08:00
Jonathan Ringer aea972ab91 python3Packages.mesa: 0.8.6 -> unstable-2019-12-09
their last official release was so long ago that
patches no longer cleanly apply
2019-12-16 09:05:23 -08:00