Robert Hensing
f40ecb29aa
Add documentation for haskell-modules/lib.nix
2018-01-12 10:48:03 +01:00
Bas van Dijk
762f5ea557
python-modules: removed unnecessary name attributes
2018-01-12 10:17:51 +01:00
Bas van Dijk
c02a883169
pythonPackages.elasticsearch: move derivation to python-modules
2018-01-12 10:17:41 +01:00
adisbladis
dd85adf814
Merge pull request #33714 from apeyroux/up-grmmalecte
...
grammalecte: 0.5.18 -> 0.6.1
2018-01-12 13:15:46 +08:00
Kier Davis
6bfa42218d
avrgcc: bake path to avr-ar into avr-gcc-ar
...
gcc provides wrappers for binutils' ar, nm and ranlib
executables, which must be used instead when using link-time
optimisation. See also:
http://manpages.ubuntu.com/manpages/zesty/man1/aarch64-linux-gnu-gcc-ar-5.1.html
The upstream version of avr-gcc-ar searches in paths passed to
the configure script for the avr-ar binary that it wraps, falling
back to searching PATH instead. Thus currently avr-gcc-ar works on
Nix, but only if avrbinutils is already in the environment.
This change bakes the path to avr-ar into avr-gcc-ar, since its path
is known at compile time. It also no longer searches PATH, meaning the
user's local environment won't override this path.
Note that avr-gcc-nm and avr-gcc-ranlib are compiled from the same
source file as avr-gcc-ar, just with different compiler flags.
Testing on master (without avrbinutils in the environment):
$ nix-build -A avrgcc
$ result/bin/avr-gcc-ar --version
result/bin/avr-gcc-ar: Cannot find binary 'avr-ar'
Testing on branch with this fix:
$ nix-build -A avrgcc
$ result/bin/avr-gcc-ar --version
GNU ar (GNU Binutils) 2.26.20160125
...
2018-01-12 00:48:35 +00:00
Daiderd Jordan
10c6439a89
Merge pull request #33756 from acowley/pngpp-darwin
...
pngpp: darwin support
2018-01-11 23:26:47 +01:00
rnhmjoj
3f642b4d62
zimg: 2.6.1 -> 2.7
2018-01-11 22:47:24 +01:00
Anthony Cowley
ed559bf5d3
pngpp: darwin support
...
1) Building with clang is addressed by navigating a minor #if in some
of the code.
2) I noticed that even when things were building correctly, passing
`${out}` as a variable assignment to `make` was actually not working:
there were compiler warnings about missing include directories whose
bogus paths involved the literal string `out`. I ended up fixing this
by performing the assignment to the make variable `PREFIX` in the
`Makefile` itself.
2018-01-11 15:49:17 -05:00
Linus Heckemann
9ab77680b6
bullet: fix build on aarch64
2018-01-11 19:30:19 +03:00
Linus Heckemann
93cdceafb8
bullet: 2.86.1 -> 2.87
2018-01-11 19:30:19 +03:00
adisbladis
e42c4c0789
Merge pull request #33751 from ankhers/update_elixir_rc
...
Update Elixir 1.6 RC
2018-01-12 00:14:07 +08:00
Justin Wood
4cd40bb062
Update Elixir 1.6 RC
2018-01-11 11:02:47 -05:00
Peter Simons
aecc868ac1
Merge pull request #33733 from dhess/arm-cross-fixes
...
ghc, haskell-modules: ARM cross build fixes.
2018-01-11 16:56:20 +01:00
Drew Hess
e4f3fe051e
ghc, haskell-modules: ARM cross build fixes.
...
As requested in #33405 .
2018-01-11 10:45:44 -05:00
Shea Levy
4e78aeb441
callCabal2nix: Fix calling with a path in the store.
2018-01-11 10:17:56 -05:00
Shea Levy
fb069b77ee
Merge branch 'callCabal2nix-cleanSourceWith'
2018-01-11 09:21:50 -05:00
Lancelot SIX
e47fa2a92b
gdbm: 1.13 -> 1.14
...
See http://lists.gnu.org/archive/html/info-gnu/2018-01/msg00000.html
for release information
2018-01-11 14:07:52 +01:00
Peter Simons
db8a42963b
Merge pull request #33735 from dhess/swagger2-armv7l
...
haskell-modules: swagger2 still needs dontHaddock on armv7l-linux.
2018-01-11 12:45:07 +01:00
Michael Raskin
18ca43f339
Merge pull request #33612 from fare-patches/master
...
Update gambit and gerbil
2018-01-11 09:38:08 +00:00
adisbladis
d4917695b5
faad2: 2.7 -> 2.8.8
2018-01-11 17:31:47 +08:00
Francois-Rene Rideau
699c8cc832
gerbil: 0.12-DEV-836-gcde6802 -> 0.12-DEV-1030-gbbed3bc
2018-01-11 04:28:18 -05:00
adisbladis
f1faffacd1
pythonPackages.botocore: 1.8.21 -> 1.8.26
2018-01-11 17:20:52 +08:00
Drew Hess
84e4caacc5
haskell-modules: swagger2 still needs dontHaddock on armv7l-linux.
2018-01-11 00:59:55 -08:00
Orivej Desh
2f6b88551b
Merge pull request #33225 from LumiGuide/opencv-3.4.0
...
opencv: 3.3.1 -> 3.4.0
2018-01-11 08:29:05 +00:00
adisbladis
15b1432435
libvorbis: Fix CVE-2017-14160, CVE-2017-14632 & CVE-2017-14633
2018-01-11 05:25:09 +01:00
Peter Hoeg
c80dc05ed6
Merge pull request #33144 from catern/master
...
supervise: 1.0.0 -> 1.1.0 and supervise_api fixes
2018-01-11 11:51:28 +08:00
Kamil Chmielewski
a628055e5c
ponyc: FIX $CC undefined, using gcc as the linker
...
https://github.com/ponylang/ponyc/issues/2482
2018-01-11 03:46:16 +01:00
adisbladis
f5e39b2c26
Merge pull request #33727 from jluttine/update-salmon
...
pythonPackages.salmon: bec795cd -> 3.0.0
2018-01-11 09:54:33 +08:00
adisbladis
9d56002c39
Merge pull request #33707 from frontsideair/nodejs-9.4.0
...
nodejs: 9.3.0 -> 9.4.0
2018-01-11 09:33:27 +08:00
Jaakko Luttinen
1f2e247416
pythonPackages.salmon-mail: rename from salmon
2018-01-11 02:53:22 +02:00
Jaakko Luttinen
7140c4bbf9
pythonPackages.salmon: bec795cd -> 3.0.0
2018-01-11 00:26:19 +02:00
Thomas Mader
81d289fed0
ldc: Remove dynamiccompile tests for Darwin too
2018-01-10 22:48:36 +01:00
Sander van der Burg
83dfe29a12
nodePackages: regenerate with node2nix 1.5.1
2018-01-10 21:59:18 +01:00
Austin Seipp
155a2f270f
yosys: 2017.12.06 -> 2018.01.10
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Austin Seipp
87132df854
arachne-pnr: 2017.12.06 -> 2018.01.10
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Austin Seipp
28cf4ce531
icestorm: 2017.12.06 -> 2018.01.10
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Joachim F
3b4ebab230
Merge pull request #33532 from ThomasMader/ldc1.7.0
...
ldc: 1.5.0 -> 1.7.0
2018-01-10 19:51:37 +00:00
Thomas Mader
1aff67ce19
ldc: 1.5.0 -> 1.7.0
2018-01-10 20:08:26 +01:00
Alexandre Peyroux
afb7129e6b
grammalecte: 0.5.18 -> 0.6.1
2018-01-10 19:31:33 +01:00
adisbladis
395cd19c9d
Merge pull request #33664 from kquick/thespian-3.9.1
...
python: thespian: 3.9.0 -> 3.9.1
2018-01-11 02:09:49 +08:00
Shea Levy
fb2b6ac373
callCabal2nix: Use cleanSourceWith for composable filtering
2018-01-10 12:46:45 -05:00
Frederik Rietdijk
80cb0c39de
python.pkgs.pytest-rerunfailures: improve expression
2018-01-10 18:17:13 +01:00
Fatih Altinok
c589f0462a
nodejs: 9.3.0 -> 9.4.0
2018-01-10 20:14:15 +03:00
Shea Levy
3a763b9196
haskellLib: Add shellAware function
2018-01-10 12:08:36 -05:00
adisbladis
f9e47ab57a
Merge pull request #33659 from etu/update-pytest-rerunfailures
...
pytest-rerunfailures: 2.0.1 -> 4.0
2018-01-11 00:40:41 +08:00
Spencer Baugh
b2b00358e8
pythonPackages.supervise_api: fix deps on Python 2
2018-01-10 16:02:47 +00:00
Franz Pletz
efcbc5b21b
Merge pull request #33438 from WilliButz/add-fileshelter
...
fileshelter: init at 3.0.0
2018-01-10 15:19:27 +00:00
adisbladis
67906744ec
Merge pull request #33658 from dtzWill/update/ngx_pagespeed
...
ngx_pagespeed, psol: 1.11.33.4 -> 1.13.35.1
2018-01-10 20:04:59 +08:00
zimbatm
c5c8f17422
Merge pull request #30952 from aneeshusa/build-vagrant-from-source
...
Build vagrant from source
2018-01-10 12:00:28 +00:00
Drew Hess
c5e433df59
haskell-modules: more disabled tests for armv7l-linux.
...
Specifically: servant-docs, servant-swagger, swagger2.
2018-01-10 00:38:45 -08:00
Jörg Thalheim
c4a6b3580a
Merge pull request #33674 from flokli/oracle-instantclient
...
oracle-instantclient: 12.1.0.2.0 -> 12.2.0.1.0
2018-01-10 07:45:52 +01:00
Peter Simons
e07733ec92
Merge pull request #33683 from dhess/hashable-armv7l-fix
...
haskell-modules: disable hashable tests on armv7l-linux.
2018-01-10 07:23:43 +01:00
adisbladis
59ba2fe571
nodejs-8_x: 8.9.3 -> 8.9.4
2018-01-10 11:36:36 +08:00
Drew Hess
c05378b730
haskell-modules: disable hashable tests on armv7l-linux.
2018-01-09 18:06:25 -08:00
Tim Steinbach
ad0e0f27e3
sbt-extras: 77686b3 -> 3c8fcad
2018-01-09 19:21:28 -05:00
John Ericson
98b3db2eef
Merge pull request #33676 from obsidiansystems/less-arm-hack
...
gcc, binutils: Narrow down ARM hack so only native builds are affected
2018-01-09 17:52:45 -05:00
John Ericson
c98e6b6771
gcc, binutils: Narrow down ARM hack so only native builds are affected
2018-01-09 17:25:49 -05:00
John Ericson
c3052295fa
Merge commit '3ed545ab31146e607c57649936c75869d6aa9ba2' into ericson2314-cross-master
2018-01-09 17:19:27 -05:00
Daiderd Jordan
3793320958
qt5-qtbase: update darwin patch
2018-01-09 22:47:34 +01:00
Florian Klink
a508ac38f8
oracle-instantclient: 12.1.0.2.0 -> 12.2.0.1.0
...
also split major and minor version into a 'baseVersion', and specify
supported platforms.
2018-01-09 22:21:39 +01:00
WilliButz
1a74ff64bb
wt: split into wt3 and wt4
2018-01-09 22:01:06 +01:00
John Ericson
06a8d66528
Merge pull request #33603 from obsidiansystems/cross-check
...
stdenv: Force `doCheck` to be false when we are cross compiling
2018-01-09 15:09:54 -05:00
Peter Simons
2280127e85
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.7.2 from Hackage revision
c0e307307b
.
2018-01-09 20:33:02 +01:00
Matthew Pickering
5542e3cc4d
haskell package set configuration clean-up
...
Closes https://github.com/NixOS/nixpkgs/pull/33588 .
2018-01-09 20:32:55 +01:00
Kevin Quick
7933fe4ee5
python: thespian: 3.9.0 -> 3.9.1
2018-01-09 11:04:46 -08:00
Elis Hirwing
c7eadc3ce9
pytest-rerunfailures: 2.0.1 -> 4.0
2018-01-09 19:26:29 +01:00
John Ericson
133b4658df
treewide: Simplify some doCheck
calls
...
In anticipation of what I outline in #33599 , I only simplify exactly those
`doCheck`s which are equal to `hostPlatform != buildPlatform`. I also stick a
comment next to them so I can grep for them later.
2018-01-09 12:37:38 -05:00
John Ericson
0c16a11c9a
Merge pull request #33575 from dtzWill/fix/cross-1
...
Minor cross fixes, 1
2018-01-09 12:34:50 -05:00
Franz Pletz
73303b592d
Merge pull request #33653 from flokli/electrum-ltc
...
electrum-ltc: 2.9.3.1 -> 3.0.5.1
2018-01-09 17:32:03 +00:00
Andreas Rammhold
613383206c
Merge pull request #33656 from veprbl/pyslurm_fix
...
pyslurm: bump to unbreak (master)
2018-01-09 17:24:23 +00:00
Dmitry Kalinkin
3ebad47b8a
pyslurm: bump to unbreak
...
Fixes: bd9512f217 ('slurm: 17.02.6 -> 17.02.9 for CVE-2017-15566')
(cherry picked from commit e5aa7467d4cb3750816a3673cf6c7fac138de111)
2018-01-09 11:57:35 -05:00
Will Dietz
be2e01f8a0
ngx_pagespeed, psol: 1.11.33.4 -> 1.13.35.1
...
Fixes build when used with nginxMainline.
(FWIW, 1.11.33.4 is from 2016-09-15)
2018-01-09 10:57:17 -06:00
Ben Gamari
6db707fe7e
pkgconfig: Enable cross-compilation
...
(cherry picked from commit 91fdb2f9caf5ce14acb87f3b877216aeb2590e7e)
2018-01-09 11:23:56 -05:00
Ben Gamari
bef09dcca1
krb5: Allow cross-compilation
2018-01-09 11:23:56 -05:00
Will Dietz
681555c11c
lua-5: isMingw -> isMinGW
2018-01-09 11:23:56 -05:00
Florian Klink
01c80fe9bb
py_scrypt: use instead of ltc_scrypt
2018-01-09 17:00:31 +01:00
Tim Steinbach
e114a5c0d7
sbt: 1.0.4 -> 1.1.0
2018-01-09 10:07:05 -05:00
Eelco Dolstra
73a01aa028
Merge pull request #33642 from teozkr/libguestfs-java
...
Added JDK dependency to libguestfs
2018-01-09 15:25:55 +01:00
Robin Gloster
7c5430c27c
Revert "rust: store the cargo-vendor config"
...
This reverts commit 0af2c5891b
.
See 0af2c5891b (commitcomment-26737983)
This breaks the cargoSha256 hashes.
2018-01-09 15:03:03 +01:00
Teo Klestrup Röijezon
440cfd3e42
libguestfs: Made Java dependency optional
2018-01-09 14:38:53 +01:00
Teo Klestrup Röijezon
e74f61f30d
libguestfs: Added JDK dependency
...
This is required with the current set of configure flags
2018-01-09 14:38:26 +01:00
Sander van der Burg
a18da9b689
titaniumenv: add hack to reduce keychain blocking problems
2018-01-09 13:24:30 +01:00
Orivej Desh
7a891ebbdd
Merge pull request #33641 from dhess/gcc-armv7l-fix
...
Revert "gcc, binutils: Get rid of 32-bit ARM configure flag exception"
2018-01-09 12:18:43 +00:00
Sander van der Burg
792d48bc94
titaniumenv: fix path to IPA build product
2018-01-09 12:30:58 +01:00
adisbladis
9638055534
inotify-tools: 3.14 -> 3.20.1
...
Closes #33609
2018-01-09 12:14:46 +08:00
Drew Hess
3ed545ab31
Revert "gcc, binutils: Get rid of 32-bit ARM configure flag exception"
...
This commit breaks native armv7l-linux builds. Revert it until it can
be root-caused. This reversion does not affect other platforms or
cross-compiling.
This reverts commit 0f5c804631
.
2018-01-08 20:03:33 -08:00
adisbladis
c2316114bc
stdenv: Kill off ensureDir
2018-01-09 11:14:48 +08:00
Daiderd Jordan
b195d8ab07
rustc: disable failing tests on darwin
2018-01-09 03:37:53 +01:00
zimbatm
0af2c5891b
rust: store the cargo-vendor config
...
cargo-vendor generates almost the right cargo config. Store it with the
vendored files and patch it on use.
This allows to re-use the generated config when using git dependencies.
2018-01-09 03:37:53 +01:00
zimbatm
c5456dbfec
cargo: 0.22.0 -> 0.23.0
2018-01-09 03:37:53 +01:00
zimbatm
8559dd0474
rustc: 1.21.0 -> 1.22.1
...
* removed --enable-clang as it has disappeared
* removed old fixes that have been integrated in upstream
2018-01-09 03:37:53 +01:00
Shea Levy
6d3ff29d03
Add grpc.
2018-01-08 21:27:32 -05:00
Shea Levy
9d7883374c
Add gflags
2018-01-08 21:27:32 -05:00
Hamish Mackenzie
d3eaa5a4de
haskell: Fix depending on libs with internal libs on darwin.
2018-01-09 14:43:13 +13:00
Bas van Dijk
9aad587cbb
opencv: have a better fix for the python bindings issue
2018-01-09 00:46:35 +00:00
Bas van Dijk
6919867b3b
opencv: disable dnn_modern on darwin
2018-01-09 00:46:35 +00:00
Bas van Dijk
72a76fe8c3
opencv: fix build of the videoio module on darwin
2018-01-09 00:46:35 +00:00
Bas van Dijk
13639d24ef
opencv: support optional unfree algorithms
2018-01-09 00:46:35 +00:00
Bas van Dijk
81acfbfb9f
opencv: use system protobuf compiler
2018-01-09 00:46:34 +00:00
Bas van Dijk
965e5c24d6
opencv: 3.3.1 -> 3.4.0
2018-01-09 00:46:34 +00:00
Bas van Dijk
56ec6ee97e
ogrepaged: patch to make it build with ogre-1.10
2018-01-09 00:46:34 +00:00
Bas van Dijk
a1c21efdad
ogre: package old version 1.9.1 for mygui, rigsofrods, and stuntrally
2018-01-09 00:46:34 +00:00
Bas van Dijk
968fc0bc0b
ogre: 1.10.10 -> 1.10.11
2018-01-09 00:46:34 +00:00
Bas van Dijk
4a94001e13
ogre: 1.9 -> 1.10.10
2018-01-09 00:46:34 +00:00
Jörg Thalheim
d273f02cd1
Merge pull request #33543 from ThomasMader/dtools2.078.0
...
dtools: 2.075.1 -> 2.078.0
2018-01-08 23:36:30 +01:00
Vladimír Čunát
9297a84a85
Merge #33623 : libsigcxx: remove patch forcing -std=c++11
2018-01-08 21:25:34 +01:00
Jeroen de Haas
157332d666
libsigcxx: removed patch that forced -std=c++11 in pkg-config file
...
This commit removes a patch from the derivation for libsigc++-2.0 that
appended -std=c++11 to the pkg-config file.
The patch in question orginated from the Debian project to enforce
-std=c++11 in projects using libsigc++-2.0 via pkg-config. This patch
was removed in 2016 when Debian switched to GCC 6.
This fixes NixOS/nixpkgs#33534 .
2018-01-08 19:54:15 +01:00
Jude Taylor
d2734eead9
fix typo
2018-01-08 10:31:12 -08:00
Jude Taylor
a19e258707
let ghcjs packages compile with new cross-compiling
2018-01-08 10:30:15 -08:00
Frederik Rietdijk
6399ddcbdf
Merge pull request #33606 from lsix/django_2_0_1
...
pythonPackages.django_2_0 -> 2.0 -> 2.0.1
2018-01-08 17:58:04 +01:00
Lancelot SIX
40de82611b
pythonPackages.django: 1.11.8 -> 1.11.9
...
See https://docs.djangoproject.com/en/2.0/releases/1.11.9/ for release
information
2018-01-08 17:39:37 +01:00
Vladimír Čunát
5837d1a070
Merge branch 'master' into staging
2018-01-08 17:33:31 +01:00
Peter Simons
397515c682
Merge pull request #33607 from mpickering/purescript
...
Jailbreak purescript package
2018-01-08 14:46:54 +01:00
Yegor Timoshenko
d0cfab8346
Merge pull request #33330 from karolchmist/fix-dotty-lib-folder-public
...
dotty: wrap to prevent installing all the files in profile
2018-01-08 13:16:20 +00:00
Gabriel Ebner
738e97fcca
pythonPackages.pyfakefs: init at 3.3
2018-01-08 14:09:18 +01:00
Matthew Pickering
889d618f16
Jailbreak purescript package
...
See
https://github.com/NixOS/nixpkgs/issues/33355
https://github.com/purescript/purescript/issues/3189
2018-01-08 12:52:51 +00:00
Karol Chmist
6c6f620e59
Wrap dotty to prevent installing all the files profile
2018-01-08 12:43:44 +01:00
Lancelot SIX
133869e7f4
pythonPackages.django_2_0 -> 2.0 -> 2.0.1
...
See https://docs.djangoproject.com/en/2.0/releases/2.0.1/ for release
information
2018-01-08 12:08:30 +01:00
Peter Simons
83a5765b1f
LTS Haskell 10.3
...
This update was generated by hackage2nix v2.7.2 from Hackage revision
f0c9745e58
.
2018-01-08 11:52:28 +01:00
Peter Simons
48a6d1a2ab
Merge pull request #33405 from dhess/ghc-armv7l
...
Make GHC work on armv7l-linux
2018-01-08 11:50:41 +01:00
John Ericson
0fb724507a
Merge pull request #33576 from dtzWill/fix/cross-readline
...
readline: Don't attempt to check for broken wcwidth
2018-01-08 03:00:31 -05:00
Ben Gamari
dc8bd43249
readline: Don't attempt to check for broken wcwidth
...
The test requires running code on the target.
2018-01-08 02:55:08 -05:00
Geoffrey Huntley
0056411afc
corrected spelling mistake
2018-01-08 16:45:10 +11:00
Jude Taylor
b980675107
add haddock-api-2.17 for GHC 8.0
2018-01-07 15:47:11 -08:00
Michael Raskin
5491aaa27e
pythonPackages.marionette_driver: 2.3.0 -> 2.5.0
2018-01-07 22:47:54 +01:00
Arseniy Seroka
9dcb4b40b0
Merge pull request #33581 from vbgl/gnumeric-1.12.37
...
gnumeric: 1.12.36 -> 1.12.38; goffice: 0.10.36 -> 0.10.38
2018-01-07 23:32:11 +03:00
Daiderd Jordan
d01cb0c1ea
dleyna-core: use addEnvHooks
2018-01-07 21:27:27 +01:00
Peter Simons
066ec6a149
Merge pull request #33564 from mpickering/issue-33355
...
Add ansi-terminal < 0.7 to hackage2nix.yaml config
2018-01-07 19:47:13 +01:00
Pascal Wittmann
92dbe72331
libfilezilla: 0.11.1 -> 0.11.2
2018-01-07 17:09:13 +01:00
Francois-Rene Rideau
aa87655318
gambit: 4.8.8-415-g29ed48bb -> 4.8.8-427-g37b111a5
2018-01-07 10:00:21 -05:00
Pascal Bach
e9519ba32a
gitlab-runner: 10.2.0 -> 10.3.0
2018-01-07 15:58:54 +01:00
Pascal Bach
d321f91fa1
remarshal: 0.6.0 -> 0.7.0
...
The checks in 0.6.0 did no longer work with the updated dependencies.
Updating to 0.7.0 fixes the issue.
The deps.nix file was used for the go version and is no longer required
as remarshal is now written in python.
2018-01-07 15:58:54 +01:00
Gemini Lasswell
8d86d2d7ef
arduino: 1.8.2 -> 1.8.5
2018-01-07 15:45:46 +01:00
adisbladis
4cc3510a92
openssl_1_1_0: Fix CVE-2017-3738
2018-01-07 14:48:24 +01:00
Vincent Laporte
a0601f244b
gnumeric: 1.12.36 -> 1.12.38
...
goffice: 0.10.36 -> 0.10.38
2018-01-07 12:08:25 +00:00
Matthew Pickering
80913e7471
Add ansi-terminal < 0.7 to hackage2nix.yaml config
...
This is required in order to resolve #33355
2018-01-07 11:22:37 +00:00
Vladimír Čunát
49a45fb51f
Merge #33311 : meson: set checkPhase in setup hook
2018-01-07 11:28:46 +01:00
Frederik Rietdijk
e527eb0373
Revert "wrapPythonPrograms: do not propagate disabling user site-packages to child-processes"
...
This reverts commit 310203565c
.
See 310203565c (commitcomment-26697890)
2018-01-07 11:21:28 +01:00
Thomas Mader
9ae35802d8
dtools: 2.075.1 -> 2.078.0
2018-01-07 11:19:03 +01:00
Vincent Laporte
bec72bf65c
ocamlPackages.otr: 0.3.3 -> 0.3.4
2018-01-07 10:00:45 +00:00
Frederik Rietdijk
f345f35a54
python2.pkgs.ipython: 5.3.0 -> 5.5.0
2018-01-07 10:53:34 +01:00
Jörg Thalheim
7c378a352a
Merge pull request #33550 from eqyiel/flow-0.63.1
...
flow: 0.62.0 -> 0.63.1
2018-01-07 10:32:06 +01:00
Frederik Rietdijk
4bd2200b81
Merge pull request #33557 from NixOS/python-unstable
...
Python: package updates
2018-01-07 10:24:20 +01:00
Frederik Rietdijk
ca72b38fcd
python.pkgs.ldaptor: init at 16.0.1
2018-01-07 10:20:35 +01:00
Frederik Rietdijk
dceec24705
python.pkgs.cytoolz: fix build
2018-01-07 10:02:48 +01:00
Frederik Rietdijk
aac9c9d337
Merge pull request #33528 from FRidh/imp/pythonnousersite
...
wrapPythonPrograms: do not propagate disabling user site-packages to child-processes
2018-01-07 09:59:00 +01:00
Daiderd Jordan
5a02143c20
Merge pull request #33010 from LnL7/cacert-hook
...
cacert: add hook that sets SSL_CERT_FILE
2018-01-07 09:55:15 +01:00
Frederik Rietdijk
c8aead477f
python.pkgs.datashape: 0.5.2 -> 0.5.4
2018-01-07 09:51:20 +01:00
Frederik Rietdijk
87340d32bb
python.pkgs.bootstrapped-pip update setuptools 38.2.5 -> 38.4.0
2018-01-07 09:47:15 +01:00
Frederik Rietdijk
f3878bb4c3
python: zeep: 2.4.0 -> 2.5.0
2018-01-07 09:47:14 +01:00
Frederik Rietdijk
57e9ed3719
python: Unidecode: 0.04.21 -> 1.0.22
2018-01-07 09:47:14 +01:00
Frederik Rietdijk
75afdc0289
python: typeguard: 2.1.3 -> 2.1.4
2018-01-07 09:47:14 +01:00
Frederik Rietdijk
deb4d8ec76
python: tornado: 4.5.2 -> 4.5.3
2018-01-07 09:47:14 +01:00
Frederik Rietdijk
3a6f8b5f92
python: texttable: 1.1.1 -> 1.2.1
2018-01-07 09:47:14 +01:00
Frederik Rietdijk
671fdc2c85
python: sqlmap: 1.1.12 -> 1.2
2018-01-07 09:47:14 +01:00
Frederik Rietdijk
3726bbc262
python: setuptools: 38.2.5 -> 38.4.0
2018-01-07 09:47:14 +01:00
Frederik Rietdijk
4fbd01c5c1
python: ropper: 1.11.2 -> 1.11.3
2018-01-07 09:47:14 +01:00
Frederik Rietdijk
7b52360cb6
python: python-stdnum: 1.7 -> 1.8.1
2018-01-07 09:47:13 +01:00
Frederik Rietdijk
13c5dc200a
python: pytest: 3.3.1 -> 3.3.2
2018-01-07 09:47:13 +01:00
Frederik Rietdijk
b6ea6d51c2
python: pwntools: 3.10.0 -> 3.11.0
2018-01-07 09:47:13 +01:00
Frederik Rietdijk
792b448b9b
python: psutil: 5.4.2 -> 5.4.3
2018-01-07 09:47:13 +01:00
Frederik Rietdijk
56b429c252
python: Pillow: 4.3.0 -> 5.0.0
2018-01-07 09:47:13 +01:00
Daiderd Jordan
6f10cfc777
cmake: fix INSTALL_NAME_DIR for darwin libraries
...
When there's a lib output libraries won't be intalled to $prefix causing
output cycles.
2018-01-07 09:45:25 +01:00
Daiderd Jordan
e66a5f8862
Merge pull request #33342 from LnL7/clang-outputs
...
clang: add lib output
2018-01-07 09:43:38 +01:00
Frederik Rietdijk
881d6a9e64
python: jupyter_client: 5.2.0 -> 5.2.1
2018-01-07 09:41:59 +01:00
Daiderd Jordan
0127cf06c5
vaultenv: remove meta.broken
2018-01-07 09:33:57 +01:00
Daiderd Jordan
3b4bbd2121
Merge pull request #33205 from LnL7/vaultenv-0.5.3
...
vaultenv: 0.5.0 -> 0.5.3
2018-01-07 09:32:34 +01:00
Frederik Rietdijk
4e6a9f04db
Merge remote-tracking branch 'upstream/master' into HEAD
2018-01-07 09:14:41 +01:00
Frederik Rietdijk
35fa14484e
python: grpcio: 1.8.2 -> 1.8.3
2018-01-07 09:00:37 +01:00
Frederik Rietdijk
fe0b84df82
python: filelock: 2.0.14 -> 3.0.0
2018-01-07 09:00:33 +01:00
Frederik Rietdijk
721eed9b34
python: dyn: 1.8.0 -> 1.8.1
2018-01-07 09:00:28 +01:00
Frederik Rietdijk
8cc70cac8b
python: daphne: 1.3.0 -> 1.4.2
2018-01-07 09:00:24 +01:00
Frederik Rietdijk
2eaa6c4ca8
python: botocore: 1.8.21 -> 1.8.23
2018-01-07 09:00:19 +01:00
Frederik Rietdijk
9f6387de4c
python: backports.lzma: 0.0.8 -> 0.0.9
2018-01-07 09:00:15 +01:00
Frederik Rietdijk
c15e8f09e9
python: argon2_cffi: 16.3.0 -> 18.1.0
2018-01-07 09:00:11 +01:00
Frederik Rietdijk
497cde8fd7
python: aniso8601: 1.3.0 -> 2.0.0
2018-01-07 09:00:06 +01:00
Jörg Thalheim
cde9585b97
Merge pull request #33546 from dtzWill/update/snowman-2017
...
snowman: 2017-08-13 -> 2017-11-19
2018-01-07 08:31:27 +01:00
Allen Nelson
a4c8f60e86
reference issue in comment
2018-01-06 23:08:24 -06:00
Ruben Maher
9ae8874611
flow: 0.62.0 -> 0.63.1
2018-01-07 14:17:01 +10:30
Robin Gloster
b2e9096f68
ghcWithPackages: fix ghc version passing
...
The correct ghc version was not passed through anymore, I'm not entirely
sure this is the correct fix or if this is the only argument that was
missing.
broken by 5e31e828f8
cc @Ericson2314
2018-01-07 03:36:19 +01:00
Orivej Desh
175d890396
Merge pull request #33524 from srhb/gettext-addEnvHooks
...
gettext: replace envHooks with addEnvHooks
2018-01-07 01:53:53 +00:00
Will Dietz
cc6aa0335c
snowman: 2017-08-13 -> 2017-11-19
2018-01-06 15:09:01 -06:00
Will Dietz
21d4f01605
lit: 0.5.0 -> 0.5.1
2018-01-06 15:01:18 -06:00
adisbladis
1aca02b51e
openslp: Fix CVE-2016-4912
2018-01-07 04:25:12 +08:00
Vincent Laporte
5391489cfc
ocamlPackages.git: 1.11.2 -> 1.11.4 ( #33472 )
2018-01-06 17:18:42 +00:00
Frederik Rietdijk
b78c42cd4b
Merge pull request #33367 from mogorman/platformio-3.5.0
...
platformio: 3.4.1 -> 3.5.0
2018-01-06 17:44:08 +01:00
Robin Gloster
b94c892137
jemalloc: add patch to fix aarch64 build
2018-01-06 17:25:15 +01:00
Robin Gloster
3a5c489603
arcanist: fix on aarch64
2018-01-06 17:25:15 +01:00
Tuomas Tynkkynen
d756dee227
Merge remote-tracking branch 'upstream/master' into staging
2018-01-06 17:50:18 +02:00
Pascal Wittmann
71dd57f081
icmake: 9.02.03 -> 9.02.04
2018-01-06 16:45:57 +01:00
Joachim F
407b8d2b8f
Merge pull request #33340 from dtzWill/update/invisible-island-misc
...
Update various invisible-island packages, fix URL's
2018-01-06 14:27:32 +00:00
Joachim F
f89d4dce6d
Merge pull request #33365 from elitak/betaflight
...
betaflight: init at 3.2.3
2018-01-06 14:26:35 +00:00
Sarah Brofeldt
95ecb1f203
gettext: Don't use envHooks anymore
2018-01-06 15:11:12 +01:00
adisbladis
51110e2a0f
Merge pull request #33515 from etu/php-updates
...
PHP Updates
2018-01-06 21:18:40 +08:00
Ruben Maher
8c859b4cc9
ocaml-modules/dtoa: disable hardening (strictoverflow) on darwin ( #33443 )
...
* ocaml-modules/dtoa: disable hardening (strictoverflow) on darwin
This prevents a compile-time error on macOS:
clang-4.0: error: argument unused during compilation: '-fno-strict-overflow'
[-Werror,-Wunused-command-line-argument]
* ocaml-modules/dtoa: remove unnecessary createFindLibDestdir
* ocaml-modules/dtoa: remove ounit from build inputs
2018-01-06 13:39:22 +01:00
Peter Simons
3bf1c3f961
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.7.2 from Hackage revision
5de0e510e9
.
2018-01-06 11:29:51 +01:00
Michael Alan Dorman
5d56434e56
hindent: needs new haskell-src-exts
2018-01-06 11:29:51 +01:00
Peter Simons
5ab4aeb621
Merge pull request #33508 from alunduil/add-network-arbitrary-maintainer
...
add alunduil as maintainer of network-arbitrary
2018-01-06 11:27:37 +01:00
Elis Hirwing
ddb2b97c3c
php72: 7.2.0 -> 7.2.1
2018-01-06 10:46:52 +01:00
Elis Hirwing
ab86148a22
php71: 7.1.11 -> 7.1.13
2018-01-06 10:34:04 +01:00