3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

186193 commits

Author SHA1 Message Date
worldofpeace a7edafd0d3 gtk3: cleanup expression 2019-07-17 10:45:06 +02:00
Nikolay Amiantov b1fc8e24a2 primus: fix for libglvnd
Fixes #48795.
2019-07-17 11:44:21 +03:00
R. RyanTM db0655886d glib: 2.60.3 -> 2.60.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/glib/versions
2019-07-17 10:43:46 +02:00
R. RyanTM b62679839f libev: 4.25 -> 4.27
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libev/versions
2019-07-17 10:42:35 +02:00
Robert Scott 3e5ccd4300 openjpeg: enable tests 2019-07-17 10:34:41 +02:00
Robert Scott 5c85b24edc pythonPackages.jpylyzer: init at 1.18.0
include as application too
2019-07-17 10:34:41 +02:00
Demin Dmitriy ea688c051d git: remove runtime dependency on gcc
Reduces gitMinimal closure size from 329.6M to 174.8M.

Fixes the issue https://github.com/NixOS/nixpkgs/issues/64350.

In git 2.22.0 git-stash is no longer a shell script and now it is just a symlink to git.
`postInstall` assumed that it was a shell script, tried to patch it and
ended up corrupting the file and made `strip` refuse stripping it.
2019-07-17 10:33:13 +02:00
Will Dietz d5dc9a2140 iputils: 20190515 -> 20190709
https://github.com/iputils/iputils/releases/tag/s20190709

See release notes for details,
but of particular note is that
this expression is now quite simpler
due to the following:

* ninfod now builds w/nettle!
* update includes patches we fetched from upstream
* cross should be handled now, during move to meson
  * prelim testing confirms, meson makes it much easier
    to get things right re:explanation given in comment
    (not propagating host/target info)
* issue re:musl+idn2 appears resolved re:compilation,
  but results in unclear runtime errors regarding
  "invalid flags".  Keep disabled as before as this
  is clearer at the expression level and reports
  failure to resolve instead which is a bit clearer.
  (testing with systemd-less iputils)

This also means our iputils is openssl-free,
which if nothing else is a nice reduction in trans. size :).
(quick imperfect comparison shows:
  39MB -> 35MB w/glibc
  11.4 -> 7.9 w/musl
)

iputils: nvm no IDN w/musl

iputils: nvm keep idn disabled w/musl
2019-07-17 10:31:17 +02:00
Ambroz Bizjak 3e867d16cd strip setup hook: Strip using --strip-unneeded instead of --strip-debug. 2019-07-17 10:31:01 +02:00
Dmitry Kalinkin 325f37f935 llvm_*,clang_*: allow src overrides 2019-07-17 10:30:05 +02:00
Robert Scott c996567948 zeromq: 4.3.1 -> 4.3.2 2019-07-17 10:25:35 +02:00
volth 97ea621a56 perlPackages.buildPerlModule: allow pre/post hooks
buildPerlModule did not allow to specify hooks like preCheck or postInstall
it also did not allow to override buildPhase or installPhase
2019-07-17 10:23:40 +02:00
Roman Volosatovs 7fd4ec66e7 go: Add rvolosatovs to maintainers 2019-07-17 10:22:58 +02:00
Roman Volosatovs adf5588512 go_1_11: 1.11.11 -> 1.11.12 2019-07-17 10:22:58 +02:00
Roman Volosatovs 6e85a5a788 go_1_12: 1.12.6 -> 1.12.7 2019-07-17 10:22:58 +02:00
Nikolay Amiantov da295a1206 python2: backport fix for pyc race condition, part 2
Turns out fixing this only in importlib is not sufficient and we
need to backport CPython part of the fix too.

This patch is based on https://hg.python.org/cpython/rev/c16063765d3a
but because the code around is different there are some changes (C-strings
instead of Python objects etc.)

With this patch Tensorflow builds successfully on many-core machine.
2019-07-17 10:22:11 +02:00
Marek Mahut 9a6bd59111 libxslt: CVE-2019-13118 2019-07-17 10:16:55 +02:00
Marek Mahut 3aefa76106 libxslt: CVE-2019-13117 2019-07-17 10:16:55 +02:00
Marek Mahut 0238946872 unzip: CVE-2019-13232 2019-07-17 10:15:08 +02:00
Frederik Rietdijk 0d832585b7 Merge staging-next into staging 2019-07-17 10:14:29 +02:00
Frederik Rietdijk 69476b4d90 Merge master into staging-next 2019-07-17 10:14:04 +02:00
R. RyanTM 3f3403bfcf x265: 3.0 -> 3.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/x265/versions
2019-07-17 10:11:29 +02:00
Matthieu Coudron 2cd8924235 python3Packages.python-language-server: 0.26.1 -> 0.27.0 2019-07-17 10:08:50 +02:00
Matthieu Coudron 274bb2e34d python3Packages.pyls-mypy: 0.1.3 -> 0.1.6 2019-07-17 10:08:50 +02:00
Taito Horiuchi 7c355b6a6d pythonPackages.robotframework: 3.0.4 -> 3.1.2
pythonPackages.robotframework: source file is zip formated
2019-07-17 10:08:19 +02:00
Jamey Sharp d4e5748c1b nixos/openldap: fix assertion
In commit d43dc68db3, @Mic92 split the
rootpw option to allow specifying it in a file kept outside the Nix
store, as an alternative to specifying the password directly in the
config.

Prior to that, rootpw's type was `str`, but in order to allow both
alternatives, it had to become `nullOr str` with a default of `null`. So
I can see why this assertion, that either rootpw or rootpwFile are
specified, makes sense to add here.

However, these options aren't used if the configDir option is set, so as
written this assertion breaks valid configurations, including the
configuration used by nixos/tests/ldap.nix.

So this patch fixes the assertion so that it doesn't fire if configDir
is set.
2019-07-17 11:08:10 +03:00
Nikolay Amiantov 294751a4fc
Merge pull request #62955 from abbradar/resolvconf
resolvconf service: init
2019-07-17 11:07:12 +03:00
Vladyslav Burzakovskyy 0f5e19cc2b pythonPackages.isoweek: init at 1.3.3 2019-07-17 10:06:12 +02:00
Chris Ostrouchov a0fae1b615 pythonPackages.decorator: 4.3.2 -> 4.4.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov a1fd212536 pythonPackages.odo: refactor 0.5.1 -> unstable-2019-07-16 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 124d108d7d pythonPackages.pytest-mpl: refactor fix broken python 2 test 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 2c08f7dadd pythonPackages.robotframework-tools: 0.1a114 -> 0.1rc4 2019-07-17 10:02:03 +02:00
Chris Ostrouchov bdd84a0257 pythonPackages.zetup: refactor fix broken 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 28f1c7765d pythonPackages.modeled: init at 0.1.8 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 52840a2557 pythonPackages.sunpy: init at 1.0.2 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 85e027d914 pythonPackages.pytest_3: refactor fix broken build of old package 2019-07-17 10:02:03 +02:00
Chris Ostrouchov daf811fa6d pythonPackages.drms: init at 0.5.6 2019-07-17 10:02:03 +02:00
Chris Ostrouchov ccdd093064 pythonPackages.glymur: init at 0.8.18 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 504134a4a0 pythonPackages.asdf: init at 2.3.3 2019-07-17 10:02:03 +02:00
Chris Ostrouchov bd82932de3 pythonPackages.parfive: init at 1.0.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov ad4bbe8684 pythonPackages.aioftp: init at 0.13.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 7523cd4f89 pythonPackages.trustme: refactor add idna as dependency needed downstream 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 7e929898d7 pythonPackages.pytest-socket: init at 0.3.3 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 1832c1c52e pythonPackages.pytest-astropy: init at 0.5.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 45ee5f6d28 pythonPackages.pytest-arraydiff: init at 0.3 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 3291b8dadf pythonPackages.pytest-openfiles: init at 0.3.2 2019-07-17 10:02:03 +02:00
Chris Ostrouchov e175b841f8 pythonPackages.pytest-remotedata: init at 0.3.1 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 5bf65feaaa pythonPackages.pytest-doctestplus: init at 0.3.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov eceb53f082 pythonPackages.pydy: init at 0.5.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov b965b4b7ae pythonPackages.yt: init at 3.5.1 2019-07-17 10:02:03 +02:00