Commit graph

213976 commits

Author SHA1 Message Date
Vladimír Čunát 1b96f9b68c
Merge #80460: maintainers: fix 0x4A6F 2020-02-18 21:28:27 +01:00
Samuel Leathers fa7dcc7b13
Merge pull request #80461 from danieldk/ftfy-5.7
python3Packages.ftfy: 5.6 -> 5.7
2020-02-18 15:02:10 -05:00
tviti 2cfad8fa28
Revert "hdf5-fortran: Mark broken on Darwin" (#80419)
This reverts commit 8836c4d71b.

Closes #79952
2020-02-18 14:52:22 -05:00
Lassulus d6b7e5493a
Merge pull request #80462 from Profpatsch/writers-use-runCommandLocal-for-scripts
writers: use run command local for scripts
2020-02-18 20:40:58 +01:00
Profpatsch 7f3091f26a CODEOWNERS: add lassulus and Profpatsch to build-support/writers 2020-02-18 19:59:48 +01:00
Profpatsch 493c357720 pkgs/build-support/writers: use runCommandLocal for scripts
If we just want to write a non-compiled script (e.g. writeDash), it’s
usually a lot faster just doing it locally. That’s what
`runCommandLocal` was introduced for, so let’s use it in `writers`.
2020-02-18 19:53:18 +01:00
Daniël de Kok 77aa1a7f5b python3Packages.ftfy: 5.6 -> 5.7
Changelog:

https://github.com/LuminosoInsight/python-ftfy/blob/master/CHANGELOG.md#version-57-february-18-2020

The most important change in this version is the update of Unicode
character categories data to Unicode 12.1. This fixes the Python 3.8
build.
2020-02-18 19:44:58 +01:00
Kovacsics Robert 2c7ba2060d
xonsh: Fix broken tests
Pulls in a patch committed a couple of days after the 0.9.13 release
(the one here), to fix the tests.

(cherry picked from commit bf822c4caa96666d5ee1c20870229b9f6484e5cd)
2020-02-18 19:14:25 +01:00
Thomas Tuegel b3a47c62fb
Merge pull request #80448 from Mic92/zshenv
Revert "zsh: don't clobber the environment of non-login shells"
2020-02-18 11:48:39 -06:00
David Wood 60a3d9dd6b nixos/jirefeau: add services.jirafeau module
Signed-off-by: David Wood <david.wood@codeplay.com>
2020-02-18 09:37:44 -08:00
David Wood 11beaa4251 jirafeau: init at 4.1.1
Signed-off-by: David Wood <david.wood@codeplay.com>
2020-02-18 09:37:44 -08:00
Frederik Rietdijk 9fede4c38e
Merge pull request #76279 from PsyanticY/s3bro
s3bro: init at 2.8
2020-02-18 18:37:24 +01:00
Drew Risinger 29b98e4cf5 pythonPackages.dill: enable tests
Disable a few failing tests, see comments for what's failing.
2020-02-18 18:34:09 +01:00
Brett Lyons 0eb33b0485 vimPlugins.notational-fzf-vim: init at 2019-12-03 2020-02-18 09:06:46 -08:00
Brett Lyons 44c7211625 vimPlugins: Update 2020-02-18 09:06:46 -08:00
worldofpeace c4de30cce1
Merge pull request #80099 from tfc/port-run-in-machine-test
nixosTests.run-in-machine: Port to Python
2020-02-18 12:03:16 -05:00
zowoq 72c145115b metasploit: 5.0.45 -> 5.0.74 2020-02-18 08:32:09 -08:00
Jörg Thalheim 55819e6c86
Revert "zsh: don't clobber the environment of non-login shells"
This reverts commit 6a756af3e7.

Currently zshenv by default only set fpath and HELPDIR without exporting them.
A parent shell would also not set those variables usually as they are shell local.

It also sources a file called set-environment but this is protected by an
environment variable called __NIXOS_SET_ENVIRONMENT_DONE. Hence any modification
done by the parent shell should persist as long as __NIXOS_SET_ENVIRONMENT_DONE
is not unset.

This behavior deviates from what we do in bashrc and breaks common setups such
as tmux/mosh or screen.

Fixes #80437
2020-02-18 15:52:21 +00:00
(cdep)illabout 55e1529335 symlinkJoin: add more documentation 2020-02-18 16:35:28 +01:00
(cdep)illabout ae607de23d linkFarmFromDrvs: Add a trivial builder to create a linkFarm from a list of derivations 2020-02-18 16:35:28 +01:00
Andreas Rammhold c2b6b6d97e
Merge pull request #80431 from andir/firefox73.0.1
firefox: 73.0 -> 73.0.1
2020-02-18 16:01:19 +01:00
Florian Klink ac1e9490cd
Merge pull request #80010 from edef1c/fix-gsutil-crash
google-cloud-sdk: fix gsutil startup crash
2020-02-18 15:41:50 +01:00
Tim Steinbach 68558d8c5d
vivaldi: 2.11.1811.33-1 -> 2.11.1811.38-1 2020-02-18 09:37:33 -05:00
Andreas Rammhold 453589696b
Merge pull request #79816 from andir/buildRustCrate-no-override-dep
buildRustCrate: remove superfluous dependency overrides
2020-02-18 15:18:44 +01:00
José Romildo Malaquias 0bcd9a5262
Merge pull request #79939 from romildo/upd.mate
mate: update to version 1.24.0
2020-02-18 11:15:10 -03:00
Will Dietz bdcee483b6 nm-tray: init at 0.4.3 2020-02-18 15:04:21 +01:00
Mario Rodas aba59a9169
Merge pull request #80406 from marsam/update-ytop
ytop: 0.4.0 -> 0.5.1
2020-02-18 08:53:08 -05:00
Mario Rodas 7a5cdb7996
Merge pull request #80408 from marsam/update-circleci-cli
circleci-cli: 0.1.5879 -> 0.1.6072
2020-02-18 08:52:37 -05:00
Jörg Thalheim 58f0fe72d4
Merge pull request #80373 from P-E-Meunier/webpack-dev-server
nodePackages.webpack-dev-server: init at 3.10.3
2020-02-18 13:36:09 +00:00
edef 5bda7e7fb2 google-cloud-sdk: remove gsutil test
The command module references the tests, and since all command modules
get imported at startup, dbaafbbf73
turned it into a startup crash.

Unless you're actively hacking on gsutil, this command isn't much use,
so we're better off without it.
2020-02-18 13:31:42 +00:00
edef 0c403efde9 google-cloud-sdk: disable checking for gsutil updates
The update checking mechanism references the tests, and thus
dbaafbbf73 turned it into a crash at
startup.

It isn't much use in nixpkgs, so we're better off without it.
2020-02-18 13:31:42 +00:00
edef f8c8f523a8
Merge pull request #80279 from edef1c/ocitools-exec
doc/ociTools: exec is a shell builtin, not an external command
2020-02-18 13:18:03 +00:00
Andreas Rammhold 52920a6b2c
firefox: 73.0 -> 73.0.1 2020-02-18 13:26:40 +01:00
Pierre-Étienne Meunier c058060402 nodePackages.webpack-dev-server: init at 3.10.3 2020-02-18 11:54:23 +00:00
Danylo Hlynskyi 329102c47b
Merge #80328: postgresql: minor updates (security)
Forward-picked from merge 036c524a2e in staging to master,
as upstream claims it fixes CVE-2020-1720.
https://www.postgresql.org/about/news/2011/
2020-02-18 10:48:39 +01:00
Vladimír Čunát f595677418
efibootmgr: fixup build on i686
Same as efivar; I believe it doesn't really needs LTO.  I checked:
nix build -f nixos/release-combined.nix nixos.iso_minimal.i686-linux
2020-02-18 10:30:23 +01:00
Georges Dubus af8d7003cf
Merge pull request #79941 from cole-h/fish
fish: 3.0.2 -> 3.1.0
2020-02-18 10:14:48 +01:00
Michele Guerini Rocco 92442113a3
Merge pull request #80350 from rnhmjoj/unscii
unscii: cleanup and split outputs
2020-02-18 09:16:02 +01:00
Michele Guerini Rocco d61f235639
Merge pull request #80366 from rnhmjoj/ucs-fonts
ucs-fonts: generate pcf, otb and split output
2020-02-18 09:15:34 +01:00
Francesco Gazzetta eb2ab18614 milkytracker: set cmake sdl variable to fix build
ZHF: #80379
2020-02-18 00:14:56 -08:00
MetaDark 327c4b7ea6 protontricks: 1.4 -> 1.4.1 2020-02-18 00:12:54 -08:00
Rakesh Gupta 50593c6f1e Added additional dependency boto3, needed for s3 cache support 2020-02-18 00:08:54 -08:00
Michael Raskin ac51e3a63e
Merge pull request #79879 from r-ryantm/auto-update/allegro
allegro5: 5.2.5.0 -> 5.2.6.0
2020-02-18 08:05:21 +00:00
Michael Raskin 9d165398dd
Merge pull request #75534 from averelld/pdftk-new
pdftk: reinit at 3.0.8
2020-02-18 08:04:49 +00:00
Michael Raskin 2a52e5edd2
Merge pull request #79174 from cstich/julia-1.3.1
julia: 1.1 -> 1.3
2020-02-18 08:03:25 +00:00
Michael Raskin b7b2f31577
Merge pull request #80375 from mmilata/libreoffice-bump-6.4
libreoffice-still: 6.2.6.2 -> 6.3.5.2, libreoffice-fresh: 6.3.0.4 -> 6.4.1.1
2020-02-18 07:59:55 +00:00
Silvan Mosberger 9408c29404 mint: 0.5.0 -> 0.7.1
This also fixes the build with the latest crystal version
2020-02-17 23:54:02 -08:00
Orivej Desh 43ee8097d9 aseprite-unfree: 1.2.11 -> 1.2.16.3
Restore the comment explaining the split between free and unfree versions
deleted in caa4e6dcb2.
2020-02-18 07:51:50 +00:00
Orivej Desh 3ad2c20fe6 aseprite-unfree: fix build
It fails with:

src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp:15:10: fatal error: GL/glx.h: No such file or directory
   15 | #include <GL/glx.h>
2020-02-18 07:51:50 +00:00
Benjamin Hipple 4b212b91af mdbook: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-17 23:23:37 -08:00