Commit Graph

61563 Commits

Author SHA1 Message Date
Robert Schütz
23b2a60620 nodejs: fix updateScript evaluation 2019-02-28 07:46:08 +01:00
Peter Hoeg
842f2c9cb5
Merge pull request #56331 from peterhoeg/u/crystal
crystal: init at 0.27.2
2019-02-28 13:49:28 +08:00
Pierre Bourdon
7541e4f8ac
llvm/7/compiler-rt: define CMAKE_*_COMPILER_TARGET unconditionally
When building with -DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON the compiler-rt
CMake configuration attempts to use CMAKE_*_COMPILER_TARGET variables,
which are usually only defined in cross-compilation mode.
2019-02-28 04:29:05 +01:00
Robert Schütz
d4195072ad
python.pkgs.poetry: install shell completions (#56459) 2019-02-27 21:18:00 +01:00
Artem Pyanykh
f7003e5390 ghc-8.4.4: use sphinx 1.7.x to build the documentation
ghc-8.4.4 requires sphinx < 1.8, otherwise build fails on haddock with:

    Extension error: The 'ghc-flag' directive is already registered to domain std

Also fixed evaluation errors in configurations of ghc-8.2.x and ghc-8.4.x.

Closes https://github.com/NixOS/nixpkgs/pull/55703.
2019-02-27 21:08:49 +01:00
Will Dietz
dceb0ce98e buildah: 1.4 -> 1.7.1 2019-02-27 13:56:16 -06:00
makefu
2dad6f4836
pythonPackages.firetv: init at 1.0.9 2019-02-27 19:26:53 +01:00
makefu
273dd192c0
pythonPackages.adb-homeassistant: init at 1.3.1 2019-02-27 19:26:47 +01:00
R. RyanTM
71d92f6408 flatpak-builder: 1.0.2 -> 1.0.3 (#55315)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions
2019-02-27 18:23:36 +01:00
Paul TREHIOU
64a63e5a08 pythonPackages.block-io: remove pycryptodome version freeze (#56462) 2019-02-27 15:44:44 +01:00
Franz Pletz
d4e5cb81cf
Merge pull request #56444 from Infinisil/add/hueadm
hueadm: init at 1.2.0
2019-02-27 14:24:20 +00:00
Michael Raskin
d389e5206c
Merge pull request #56317 from yrashk/ogre-1.11.5
ogre: 1.10.11 -> 1.11.5
2019-02-27 13:24:13 +00:00
Alyssa Ross
fc4a8f63c4
openssl: 1.0.2q -> 1.0.2r
(cherry picked from commit 9c94d74836)
From PR #56414.  Forward-picking from staging to staging-next,
as minor openssl bumps tend to be fairly breakage-free.
2019-02-27 09:41:25 +01:00
Peter Simons
8913ba2a8d hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.1-6-gd2bed2e from Hackage revision
40db99045c.
2019-02-27 09:11:14 +01:00
Peter Simons
446757f8ae LTS Haskell 13.9 2019-02-27 09:11:13 +01:00
Matthew Bauer
3a4d497a6f
Merge pull request #55750 from matthewbauer/llvm-cross
Allow using LLVM for cross compilation toolchain
2019-02-26 21:53:19 -05:00
Graham Christensen
2e23d727d6
libguestfs: build on hydra
It used to be huge, but current measurements reveal a 48mb NAR
2019-02-26 20:51:09 -05:00
Matthew Bauer
b86e62d30d llvm: support cross compilation with useLLVM flag
You can build (partially) with LLVM toolchain using the useLLVM flag.
This works like so:

  nix-build -A hello --arg crossSystem '{ system =
    "aarch64-unknown-linux-musl"; useLLVM = true }'

also don’t separate debug info in lldClang

It doesn’t work currently with that setup hook. Missing build-id?
2019-02-26 19:45:35 -05:00
Matthew Bauer
77d7d60d8c libpfm: use hostPlatform
(cherry picked from commit 08f5b419b9efc77db044f8c1d725632552617966)
2019-02-26 19:45:35 -05:00
Matthew Bauer
ead13a3aca llvm: don’t use targetPlatform
LLVM should be target independent because it will work with all
machine types. This is different from GCC where it needs to know what
target to build ahead of time.
2019-02-26 19:45:35 -05:00
Silvan Mosberger
dd0af01955
hueadm: init at 1.2.0 2019-02-27 00:42:25 +01:00
John Ericson
8293ab8461
Merge pull request #56408 from Mic92/runtime-shell
treewide: use runtimeShell instead of stdenv.shell whenever possible
2019-02-26 18:04:27 -05:00
Jörg Thalheim
2642e1563f
Merge pull request #56417 from mroi/patch-1
glibc: fix cross builds on Darwin
2019-02-26 19:23:46 +00:00
Michael Weiss
afe0725834
wlroots: 0.3 -> 0.4 2019-02-26 19:03:11 +01:00
worldofpeace
37ca1a1743
Merge pull request #56302 from jluttine/eth-utils-1.4.1
pythonPackage.eth-utils: 1.2.1 -> 1.4.1 & pythonPackage.eth-typing: 1.3.0 -> 2.0.0
2019-02-26 12:52:53 -05:00
Jaakko Luttinen
b44c0b2081 pythonPackages.eth-typing: 1.3.0 -> 2.0.0 2019-02-26 12:51:31 -05:00
Jaakko Luttinen
03f0e463c1 pythonPackages.eth-utils: 1.2.1 -> 1.4.1 2019-02-26 12:51:17 -05:00
Will Dietz
b9a1a2aadc
Merge pull request #56386 from dtzWill/fix/lua-propagate-the-right-lua
lua-modules/generated-packages.nix: fix 'lua' to propagate
2019-02-26 11:40:25 -06:00
Will Dietz
953f374193
Merge pull request #56396 from dtzWill/update/cdk-20190224
cdk: 5.0-20171209 -> 5.0-20190224
2019-02-26 11:39:22 -06:00
Michael Roitzsch
00a41ebbc1
glibc: fix cross builds on Darwin
evaluate buildPackages.glibc exclusively on Linux,
evaluating it on Darwin will lead to an unsupported platform error
2019-02-26 18:17:31 +01:00
Vladimír Čunát
e52396ce2c
Merge #56143: luajit, lmdb, knot-resolver: cross-fixes 2019-02-26 15:24:17 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Sébastien Maret
039087ac88 pythonPackages.spectral-cube: 0.4.3 -> 0.4.4 (#56383) 2019-02-26 09:19:39 +01:00
Pascal Bach
23846b949c gitlab-runner: 11.7.0 -> 11.8.0 (#56388) 2019-02-26 09:11:46 +01:00
Silvan Mosberger
b82919cdd6
Merge pull request #56239 from terlar/master
nodePackages.tsun: init at 0.4.0
2019-02-26 06:11:13 +01:00
Will Dietz
87bd8adae1 cdk: 5.0-20171209 -> 5.0-20190224 2019-02-25 21:50:29 -06:00
Ryan Mulligan
10f0d40838
Merge pull request #55287 from vaibhavsagar/bump-smlnj
smlnj: 110.84 -> 110.85
2019-02-25 19:16:31 -08:00
Will Dietz
2a1c7b1f32 lua-modules/generated-packages.nix: fix 'lua' to propagate
Otherwise 'lua' is from the argument populated by callPackage
which means it's whatever the default is.

(instead of the lua we're generating packages for!)
2019-02-25 16:18:02 -06:00
Matthew Bauer
55fc5b54ee vagrant: only use libvirt on linux
Fixes #55751
2019-02-25 16:50:54 -05:00
Will Dietz
ed60483257
llvm-polly,clang-polly: Add llvm/clang variants w/polly support (#55065)
* llvm: build w/polly in-tree, optionally

Don't enable by default yet, defer rebuilds.

* top-level: llvm-polly, clang-polly

* bit hacky re:overrides
* need to explicitly set cmake flags for clang to link in polly
2019-02-25 15:20:52 -06:00
Pascal Wittmann
81fa512bd8
Merge pull request #56351 from yrashk/pugixml-pkgconfig
pugixml: always include pkgconfig file
2019-02-25 20:03:27 +01:00
makefu
0382f5ef44
pythonPackages.pure-python-adb-homeassistant: init at 0.1.6.dev0 2019-02-25 19:33:19 +01:00
Ryan Mulligan
fcc2834b80
Merge pull request #25655 from elitak/beam
buildRebar3 and buildMix depend less on hex registry
2019-02-25 10:22:51 -08:00
Lorenzo Manacorda
572f828e7e solc: 0.5.3 -> 0.5.4 2019-02-25 17:50:54 +01:00
Robert Schütz
0dbfd0e7f9
Merge pull request #56312 from costrouc/python-unstable
Fixes several broken python packages for python-unstable
2019-02-25 17:13:11 +01:00
Michael Raskin
0f5b9577e4
Merge pull request #56319 from tohl/master
sbcl updated, tested on nixos x86_64
2019-02-25 16:05:39 +00:00
R. RyanTM
d73ef83773 python37Packages.py3exiv2: 0.4.0 -> 0.5.0 (#55193)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-py3exiv2/versions
2019-02-25 17:04:39 +01:00
R. RyanTM
33636d612d python37Packages.gensim: 3.6.0 -> 3.7.0 (#54729)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-gensim/versions
2019-02-25 17:01:15 +01:00
R. RyanTM
8c00d376e3 python37Packages.stripe: 2.10.1 -> 2.18.0 (#54704)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-stripe/versions
2019-02-25 17:00:01 +01:00
R. RyanTM
8ca7a22739 python37Packages.Pyro4: 4.74 -> 4.75 (#54680)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pyro4/versions
2019-02-25 16:58:43 +01:00
R. RyanTM
2d5c827ad6 python37Packages.txtorcon: 18.3.0 -> 19.0.0 (#54679)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-txtorcon/versions
2019-02-25 16:56:53 +01:00
R. RyanTM
5bb66b3133 python37Packages.portpicker: 1.2.0 -> 1.3.0 (#54678)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-portpicker/versions
2019-02-25 16:49:30 +01:00
Yurii Rashkovskii
d2eecfc160
pugixml: always include pkgconfig file
In master, this is always enabled: https://github.com/zeux/pugixml/pull/193
2019-02-25 06:47:09 -08:00
Yurii Rashkovskii
3298c38a6d
ogre: 1.10.11 -> 1.11.5
1.10.x retained for dependencies
2019-02-25 06:28:23 -08:00
Robert Schütz
8effff1dae python.pkgs.pynacl: do not propagate libsodium 2019-02-25 15:16:21 +01:00
Chris Ostrouchov
8c0516e113 pythonPackages.pint: refactor change pypi name and 27 compatability 2019-02-25 15:11:59 +01:00
Chris Ostrouchov
1faa09be01 pythonPackages.pynacl: refactor remove deprecated hypothesis testing args 2019-02-25 15:11:52 +01:00
Robert Schütz
83ec5c102b pythonPackages.shapely: use patch to set library paths 2019-02-25 15:10:45 +01:00
Chris Ostrouchov
d54485a145 pythonPackages.monty: 1.0.2 -> 1.0.4
and cleanup broken tests
2019-02-25 14:27:29 +01:00
Lev Livnev
c08b7460da gem-config: add native taglib dependency to taglib-ruby gem 2019-02-25 12:20:52 +00:00
Tor Hedin Brønner
3a83ec23dc
Merge pull request #54299 from dtzWill/update/xdg-desktop-portal-1.1.1
xdg-desktop-portal{,-gtk}: 1.1.0 -> 1.2.0
flatpak: 1.1.3 -> 1.2.3
2019-02-25 13:14:01 +01:00
Robert Schütz
8dccb06516 python.pkgs.cherrypy: skip test that fails intermittently
See https://github.com/cherrypy/cherrypy/issues/1306 for the
upstream discussion.
2019-02-25 11:35:25 +01:00
Robert Schütz
865e83b80d python.pkgs.fiona: fix build 2019-02-25 11:13:46 +01:00
Peter Hoeg
6618a6fae0 crystal: init at 0.27.2 2019-02-25 12:36:42 +08:00
Chris Ostrouchov
f6719efd83
pythonPackages.hvplot: init at 0.4.0 2019-02-24 18:52:43 -05:00
Chris Ostrouchov
3c3bf6450c
pythonPackages.param: init at 1.8.2 2019-02-24 18:52:42 -05:00
Chris Ostrouchov
5785c2c5ba
pythonPackages.panel: init at 0.4.0 2019-02-24 18:52:42 -05:00
Chris Ostrouchov
0bf877b23a
pythonPackages.nbsmoke: init at 0.2.7 2019-02-24 18:52:42 -05:00
Chris Ostrouchov
751fdd8ae6
pythonPackages.intake: init at 0.4.1 2019-02-24 18:52:41 -05:00
Chris Ostrouchov
bbf7666674
pythonPackages.gidgethub: refactor build without flit 2019-02-24 18:20:26 -05:00
Robert Schütz
8a791f0b83 python.pkgs.isbnlib: 3.9.5 -> 3.9.6 2019-02-25 00:18:09 +01:00
Tomas Hlavaty
dd713e142f sbcl: 1.4.16 -> 1.5.0 2019-02-24 22:56:00 +01:00
Orivej Desh
bccab16109 xxHash: 0.6.4.20171222 -> 0.6.5 2019-02-24 19:40:29 +00:00
Léo Gaspard
e2474d714c
Merge branch 'pr-53143'
* pr-53143:
  Fix nix-shell packages for lynx->curl
  Scrape directory index with curl instead of lynx
  Address review comments
  aspell: use fetchzip instead of fetchTarball to fetch u-deva files
  aspell: remove override of name in buildOfficialDict
  aspell: add all missing official dictionaries
2019-02-24 19:56:11 +01:00
Olli Helenius
098c442674 Fix nix-shell packages for lynx->curl 2019-02-24 20:06:30 +02:00
Chris Ostrouchov
c0d6bd8743
pythonPackages.howdoi: refactor fix HOME requirement 2019-02-24 12:49:39 -05:00
Florian Klink
e48e6ca40a
Merge pull request #55596 from flokli/vagrant-2.2.3
vagrant: 2.2.0 -> 2.2.3
2019-02-24 18:24:52 +01:00
Chris Ostrouchov
7242b9e02c
pythonPackages.holoviews: init at 1.11.2 2019-02-24 12:15:34 -05:00
Chris Ostrouchov
1a2eae5610
pythonPackages.pyct: init at 0.4.6 2019-02-24 12:15:33 -05:00
Chris Ostrouchov
19df1a4f29
pythonPackages.python-snappy: init at 0.5.3 2019-02-24 12:15:24 -05:00
Olli Helenius
291eae81ff Scrape directory index with curl instead of lynx 2019-02-24 18:46:58 +02:00
Chris Ostrouchov
5b3d8888f7
pythonPackages.pyviz-comms: init at 0.7.0 2019-02-24 11:18:45 -05:00
Chris Ostrouchov
cf62881636
pythonPackages.streamz: init at 0.5.0 2019-02-24 11:18:45 -05:00
Vladimír Čunát
18fe630281
Merge #56291: cmake: fix darwin bootstrapping
... into staging-next.
2019-02-24 16:52:03 +01:00
Ryan Mulligan
a13f0a1dcd
Merge pull request #53472 from borisbabic/feature/init-virtscreen
virtscreen: init at 0.3.1
2019-02-24 07:12:56 -08:00
R. RyanTM
0f43790d2c python37Packages.pytest-httpbin: 0.3.0 -> 1.0.0 (#55846) 2019-02-24 15:16:15 +01:00
Robert Schütz
6e5a66f09f
Merge pull request #56225 from dotlambda/esphome-1.11.0
esphome: 1.10.1 -> 1.11.1
2019-02-24 13:58:13 +01:00
Daiderd Jordan
cb8e6f73f5
cmake: add cf-private on darwin 2019-02-24 11:32:47 +01:00
Daiderd Jordan
c8aaadcc9d
cmake: disable ApplicationServices and CoreServices on darwin 2019-02-24 11:30:48 +01:00
Jörg Thalheim
ff1b945851
glibc: fix cross-build
glibc's buildsystem uses its own executables to generate locales.
This does not work for cross-compilation so instead we use localedef
from buildPackages.
2019-02-24 09:43:01 +00:00
Izorkin
55fc2d6375 pythonPackages.psutil: 5.4.8 -> 5.5.1 2019-02-24 10:17:36 +01:00
Peter Simons
1f2d0a3569 haskell-base-compat-batteries: fix build with ghc 8.2.2 and 8.4.4 2019-02-24 10:14:29 +01:00
Peter Simons
10e7cf92bc haskell-ci: enable command-line completion 2019-02-24 10:14:29 +01:00
Peter Simons
bbd82be63e haskell-ci: add an override that uses the latest git version
The latest Hackage release is too old to be useful, unfortunately.
2019-02-24 10:14:29 +01:00
Peter Simons
c3f38ddd8b ghcjs: disable Hydra builds while the build is marked as broken 2019-02-24 10:14:29 +01:00
Peter Simons
3d596e90da hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.1-6-gd2bed2e from Hackage revision
db6cb31415.
2019-02-24 10:14:29 +01:00
Frederik Rietdijk
c2eac6741b Merge master into staging-next 2019-02-24 09:19:12 +01:00
catern
917f6f987a pythonPackages.pykerberos: take krb5 as a nativeBuildInput (#56268) 2019-02-24 08:32:14 +01:00
Matthew Bauer
ad2585e350 harfbuzz-icu: disable error for cast-align 2019-02-23 23:26:54 -05:00
Vincent Demeester
effa949379 skaffold: 0.19.0 -> 0.21.1 (#54809)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-02-24 02:28:59 +01:00
R. RyanTM
5a4ac09f31 sundials: 4.0.2 -> 4.1.0 (#55821)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sundials/versions
2019-02-24 02:00:34 +01:00
jacereda
36e0ed236e xavs: build on darwin (#56070) 2019-02-24 01:51:04 +01:00
R. RyanTM
f471cbe931 live555: 2018.12.14 -> 2019.02.03 (#55251)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/live555/versions
2019-02-24 01:33:16 +01:00
R. RyanTM
7176ed767b openfst: 1.6.9 -> 1.7.1 (#55245)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openfst/versions
2019-02-24 01:12:19 +01:00
R. RyanTM
f7ce433178 pmd: 6.10.0 -> 6.11.0 (#55215)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pmd/versions
2019-02-24 01:10:35 +01:00
R. RyanTM
fb076f2bfe python37Packages.mysqlclient: 1.3.14 -> 1.4.1 (#54716)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-mysqlclient/versions
2019-02-24 00:31:04 +01:00
R. RyanTM
d56acd1e34 react-native-debugger: 0.8.1 -> 0.8.2 (#52778)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/react-native-debugger/versions
2019-02-24 00:26:10 +01:00
Frederik Rietdijk
1fccd25595 buildPythonPackage: always export LANG=C.UTF-8 2019-02-23 20:08:26 +01:00
Frederik Rietdijk
e7b4608d02 buildPythonPackage: initial support for PEP 517 2019-02-23 20:05:19 +01:00
Frederik Rietdijk
073602c143 python.pkgs.rhpl: fix build 2019-02-23 20:05:19 +01:00
Frederik Rietdijk
8ce693e81b python.pkgs.bootstrapped-pip: pip 19.0.2 -> 19.0.3, wheel 0.33.0 -> 0.33.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
3f8c70a019 python: zope.i18n: 4.6.1 -> 4.6.2 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
d7b057941e python: wheel: 0.33.0 -> 0.33.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
faa8bbcbf0 python: virtualenv: 16.4.0 -> 16.4.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
21675be227 python: uproot: 3.4.5 -> 3.4.6 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
3431148c7a python: uproot-methods: 0.4.2 -> 0.4.3 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
f7c56865ba python: telethon-session-sqlalchemy: 0.2.8 -> 0.2.9.post1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
eaec54b5d7 python: spectral-cube: 0.4.3 -> 0.4.4 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
4029f3161e python: regex: 2019.02.07 -> 2019.02.21 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
4675cebd2c python: quantities: 0.12.2 -> 0.12.3 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
1bc8faa184 python: qiskit: 0.7.2 -> 0.7.3 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
139fedfba3 python: pyzmq: 17.1.2 -> 17.1.3 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
c6c25741a6 python: pyupdate: 0.2.26 -> 0.2.29 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
fbc5b45259 python: pytest-server-fixtures: 1.6.1 -> 1.6.2 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
41a5f392e3 python: pyrsistent: 0.14.10 -> 0.14.11 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
9cdb255a87 python: pykeepass: 3.0.2 -> 3.0.3 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
d6ece9f4a2 python: pyhomematic: 0.1.55 -> 0.1.56 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
882dd8592a python: PyChromecast: 2.5.1 -> 2.5.2 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
d54a379fb6 python: py_stringmatching: 0.4.0 -> 0.4.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
ae19b699d5 python: prompt_toolkit: 2.0.8 -> 2.0.9 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
a473b68709 python: plaid-python: 2.4.0 -> 2.4.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
efdb9b322f python: pip: 19.0.2 -> 19.0.3 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
8512713489 python: phonenumbers: 8.10.5 -> 8.10.6 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
96e372b667 python: murmurhash: 1.0.1 -> 1.0.2 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
7d663129a2 python: ledgerblue: 0.1.22 -> 0.1.23 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
2177ac101f python: google-auth: 1.6.2 -> 1.6.3 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
ea6e883752 python: globus-sdk: 1.7.0 -> 1.7.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
15d9442440 python: flake8: 3.7.5 -> 3.7.6 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
dc58cece83 python: django-contrib-comments: 1.9.0 -> 1.9.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
63176cbeda python: cx_Oracle: 7.1.0 -> 7.1.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
aea77eb7d6 python: configparser: 3.7.1 -> 3.7.3 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
e2d0dc3cd6 python: cmd2: 0.9.8 -> 0.9.10 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
f6b3fd3b29 python: cffi: 1.12.0 -> 1.12.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
f328c30cfd python: botocore: 1.12.96 -> 1.12.101 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
35f4087d6b python: boto3: 1.9.96 -> 1.9.101 2019-02-23 20:05:18 +01:00
Frederik Rietdijk
bf72a598fc python: atom: 0.4.2 -> 0.4.3 2019-02-23 20:05:17 +01:00
Frederik Rietdijk
abb101dc42 python: androguard: 3.3.4 -> 3.3.5 2019-02-23 20:05:17 +01:00
Frederik Rietdijk
eccf59f056 python: alerta-server: 6.7.4 -> 6.7.5 2019-02-23 20:05:17 +01:00
Frederik Rietdijk
118d7630a7 python: aiohue: 1.9.0 -> 1.9.1 2019-02-23 20:05:17 +01:00
Frederik Rietdijk
143d5fc729 python: XlsxWriter: 1.1.4 -> 1.1.5 2019-02-23 20:05:17 +01:00
Frederik Rietdijk
89f91cf06b python.pkgs.hypothesis: 3.79.3 -> 3.88.3 2019-02-23 20:05:17 +01:00
Frederik Rietdijk
161122ffee
Merge pull request #51151 from costrouc/costrouc/add-xnd-python-supprt
Adding xnd packages: libndtypes, ndtypes, libxnd, xnd, libgumath, gumath
2019-02-23 19:51:40 +01:00
Chris Ostrouchov
1223c8fd9d
pythonPackages.gumath: init at unstable-2018-11-27 2019-02-23 13:09:11 -05:00
Chris Ostrouchov
d9a5de3cce
pythonPackages.xnd: init at unstable-2018-11-27 2019-02-23 13:09:11 -05:00
Chris Ostrouchov
8f0ef92ab2
pythonPackages.ndtypes: init at unstable-2018-11-27 2019-02-23 13:09:11 -05:00
Chris Ostrouchov
7b093af342
libndtypes: 0.2.0dev3 -> unstable-2018-11-27 2019-02-23 13:09:10 -05:00
Chris Ostrouchov
84cbff0a00
libxnd: 0.2.0dev3 -> unstable-2018-11-27 2019-02-23 13:09:10 -05:00
Chris Ostrouchov
eb36c3f28c
libgumath: init at unstable-2018-11-27 2019-02-23 13:09:04 -05:00
Austin Seipp
0267483ac3
yosys: 2019.01.08 -> 2019.02.22
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-02-23 12:08:48 -06:00
Austin Seipp
b30ad4be96
nextpnr: 2019.01.08 -> 2019.02.20
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-02-23 12:08:48 -06:00
Austin Seipp
ad8d28c98f
arachne-pnr: update git repo location
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-02-23 12:08:48 -06:00
Austin Seipp
609b49ea78
icestorm: 2018.12.31 -> 2019.02.23
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-02-23 12:08:48 -06:00
Austin Seipp
ba59a8a9df
trellis: 2018.12.20 -> 2019.02.21
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-02-23 12:08:48 -06:00
Carles Pagès
a4f5bb8f58 rapidxml: init at 1.13 2019-02-23 16:10:36 +01:00
Frederik Rietdijk
d73bc6d06a
Merge pull request #56206 from vbgl/ocaml-cleaning-ligustro
ocamlPackages: disable a few libraries that do not build with old OCaml versions
2019-02-23 15:08:34 +01:00
Sander van der Burg
041b40105c titaniumenv: fix deriving path to the IPA file 2019-02-23 14:57:49 +01:00
Christopher Ostrouchov
9b94554008 pythonPackages.sparse: init at 0.6.0 (#56057) 2019-02-23 14:39:39 +01:00
catern
bb602e28b9 pythonPackages.contextvars: relax constraint on immutables version (#55660)
The build was broken before since we have immutables 0.9
2019-02-23 13:32:18 +01:00
Robert Schütz
a4c7ce46d7 python3.pkgs.aioimaplib: 0.7.14 -> 0.7.15 2019-02-23 12:41:04 +01:00
Robert Schütz
5694371e63 python3.pkgs.pyhomematic: 0.1.54 -> 0.1.56 2019-02-23 12:10:42 +01:00
Terje Larsen
468175da84
nodePackages.tsun: init at 0.4.0 2019-02-23 12:09:51 +01:00
Averell Dalton
d7806fe4ed openblas: adjust makeFlags handling 2019-02-23 09:13:57 +01:00
Chris Ostrouchov
34beeb7d51 pythonPackages.dask-mpi: init at 1.0.2
Address issue with PR #55212
2019-02-23 09:06:40 +01:00
Ryan Mulligan
a98d02eae9
Merge pull request #56150 from spacekookie/update-dive
dive: 0.5.0 -> 0.6.0
2019-02-22 21:46:24 -08:00
Ryan Mulligan
9075c30f31
Merge pull request #56166 from rnhmjoj/vapour
vapoursynth: R44 -> R45.1
2019-02-22 20:29:46 -08:00
Robert Schütz
6c5786a1e8 python.pkgs.ifaddr: 0.1.4 -> 0.1.6 2019-02-23 02:08:16 +01:00
Vladimír Čunát
3dda94df65
Merge #56223: gcc: 8.2.0 -> 8.3.0 2019-02-23 00:18:05 +01:00
Jörg Thalheim
63b7b56a5e
Merge pull request #56221 from lilyball/cocoapods_1.6.1
cocoapods: 1.6.0 -> 1.6.1
2019-02-22 22:07:01 +00:00
Vladyslav M
3b2824d04b
Merge pull request #55267 from r-ryantm/auto-update/jbake
jbake: 2.6.3 -> 2.6.4
2019-02-22 23:42:21 +02:00
Will Dietz
663bfb120d gcc: 8.2.0 -> 8.3.0
https://gcc.gnu.org/ml/gcc/2019-02/msg00121.html
2019-02-22 15:38:39 -06:00
Alyssa Ross
0809782c73
Merge pull request #55241 from r-ryantm/auto-update/nim
nim: 0.19.0 -> 0.19.4
2019-02-22 20:11:45 +00:00
Thomas Mader
386a760cfa dmd: Fix dmd.conf 2019-02-22 14:53:56 -05:00
Lily Ballard
eed0ee0c16 cocoapods: 1.6.0 -> 1.6.1 2019-02-22 11:49:54 -08:00
Florian Klink
bd2b0d0886
Merge pull request #56117 from aanderse/beanstalkc
beanstalkc: 0.4.0 -> 0.5.2
2019-02-22 19:27:02 +01:00
worldofpeace
6a6e7f9e2e
Merge pull request #56174 from worldofpeace/gnome-updates
assorted gnome updates
2019-02-22 12:45:55 -05:00
worldofpeace
4513be5ee5 libgit2-glib: 0.27.7 -> 0.27.8
423aad9610/NEWS (L1)
2019-02-22 12:44:31 -05:00
worldofpeace
d78337b6f4 clutter-gst: 3.0.26 -> 3.0.27
01a461da1b/NEWS (L1)
2019-02-22 12:44:30 -05:00
Frederik Rietdijk
8220b5bac8 python.pkgs.configparser: fix darwin regression
We can use C.UTF-8 on Linux but not yet on Darwin.
2019-02-22 18:33:47 +01:00
Vincent Laporte
74d519b234
ocamlPackages.utop: disable for OCaml ≤ 4.02 2019-02-22 17:04:57 +00:00
Vincent Laporte
9a666f92a2
ocamlPackages.wtf8: disable for OCaml ≤ 4.01 2019-02-22 17:04:57 +00:00
Vincent Laporte
a03930d9d5
ocamlPackages.opti: disable for OCaml ≤ 4.01 2019-02-22 17:04:56 +00:00
Vincent Laporte
887a5373d6
ocamlPackages.dtoa: disable for OCaml ≤ 4.01 2019-02-22 17:04:56 +00:00
Vincent Laporte
91e194579d
ocamlPackages.bisect_ppx-ocamlbuild: disable for OCaml ≤ 4.01 2019-02-22 17:04:56 +00:00
Vincent Laporte
598554d476
ocamlPackages.atd: disable for OCaml ≤ 4.01 2019-02-22 17:04:56 +00:00
Vladimír Čunát
71f4ba29a3
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1506218
2019-02-22 17:51:01 +01:00
Alyssa Ross
bac6f67aaa
Merge pull request #56194 from chaoflow/remove-chaoflow-as-maintainer
Remove myself as maintainer from packages
2019-02-22 15:57:28 +00:00
Florian Friesdorf
fbef5ab82f Remove myself as maintainer from packages
I'm currently not maintaining any packages.
2019-02-22 16:14:13 +01:00
Mario Rodas
28a8b9956f
xapian: fix darwin build 2019-02-22 09:59:08 -05:00
Vladimír Čunát
2adf954e84
Merge #55420: buildEnv, substituteAll: disable binary cache
... into staging.
2019-02-22 13:57:01 +01:00
Vincent Laporte
b275d09224 ocamlPackages.lablgtk3: 3.0.beta3 -> 3.0.beta4 2019-02-22 13:00:04 +01:00
Robert Schütz
76edd961f5
Merge pull request #56135 from plapadoo/imageio-update
python3Packages.imageio: 2.4.1 -> 2.5.0
2019-02-22 12:26:29 +01:00
Philipp Middendorf
47519a1e4e python3Packages.imageio: 2.4.1 -> 2.5.0 2019-02-22 11:40:49 +01:00
Domen Kožar
673f50f4d9
haskellPackages.servant-client-core: patch out runtime error 2019-02-22 17:03:52 +07:00
Jörg Thalheim
1c349cb262
Merge pull request #55471 from lilyball/cocoapods_1.6.0
cocoapods: 1.5.3 -> 1.6.0
2019-02-22 09:56:44 +00:00
Peter Simons
6f5d2f4611 ghcjs: mark build as broken
Build errors are at:

 - https://hydra.nixos.org/build/89288500
 - https://hydra.nixos.org/build/89286604
2019-02-22 10:35:00 +01:00
Peter Simons
4f208c5818 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.1-6-gd2bed2e from Hackage revision
f59e85c25b.
2019-02-22 10:34:55 +01:00
Nathan van Doorn
a86ffa4988 haskell-modules/generic-builder.nix: add haddockFlags option 2019-02-22 10:32:15 +01:00
Robert Schütz
e1895a52a6 python: readthedocs-sphinx-ext: 0.5.16 -> 0.5.17 2019-02-22 10:05:40 +01:00
markuskowa
5c8c258727
Merge pull request #54877 from markuskowa/upd-openmpi4
openmpi: 3.1.3 -> 4.0.0
2019-02-22 09:31:23 +01:00
Will Dietz
c7a1b77a67 nghttp2: 1.35.1 -> 1.36.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.36.0
2019-02-22 01:52:38 -06:00
Dmitry Kalinkin
f96d4d555b
Merge pull request #55998 from ThomasMader/dlang-update
Dlang update
2019-02-22 02:29:41 -05:00
Vladimír Čunát
4ba49d3d6c
Merge #55988: treewide meta.platforms: linux -> unix 2019-02-22 07:59:34 +01:00
Vladimír Čunát
239b5e84a9
Merge #55613: libidn2: 2.1.0 -> 2.1.1 (into staging) 2019-02-22 07:35:24 +01:00
Vladimír Čunát
9cfe4a11cc
Merge #55632: libuv: 1.24.1 -> 1.26.0 (into staging) 2019-02-22 07:33:18 +01:00
Vladimír Čunát
052e34a66f
Merge #56059: cmake: 3.12.1 -> 3.13.4 (into staging) 2019-02-22 07:23:08 +01:00
Thomas Mader
0e88d17fb1 dub: Disable network tests because they add impurities 2019-02-22 07:22:11 +01:00
Thomas Mader
f8165d0d01 dtools: 2.084.0 -> 2.084.1 2019-02-22 07:22:11 +01:00
Thomas Mader
64c958e9a4 dmd: 2.084.0 -> 2.084.1 2019-02-22 07:22:03 +01:00
Vladimír Čunát
2ed8187107
Merge #56022: mesa and x11 updates (into staging) 2019-02-22 06:59:22 +01:00
worldofpeace
522b897edb libgnomekbd: 3.26.0 -> 3.26.1
4b92a08cd2/NEWS (L1)
2019-02-21 20:02:16 -05:00
worldofpeace
e0baf51825
Merge pull request #55980 from dtzWill/update/libhandy-0.0.8
libhandy: 0.0.7 -> 0.0.8
2019-02-21 18:51:50 -05:00
Will Dietz
fa2dcfe306
Merge pull request #55977 from dtzWill/update/kvantum-0.10.9
libsForQt.qtstyleplugin-kvantum: 0.10.8 -> 0.10.9
2019-02-21 17:01:32 -06:00
Thomas Mader
98c6d9d799 ldc: 1.12.0 -> 1.14.0 2019-02-21 22:44:52 +01:00
worldofpeace
5a31378291 xdg-desktop-portal: fix paths 2019-02-21 16:23:04 -05:00
rnhmjoj
43c1160463
vapoursynth: R44 -> R45.1 2019-02-21 22:08:33 +01:00
Sander van der Burg
f3294b93ec xcodeenv: fix generation of ad-hoc wireless installation page 2019-02-21 21:42:05 +01:00
Sander van der Burg
b72070959a xcodeenv: do not rename bundleId to lowercase 2019-02-21 21:17:15 +01:00
Wael Nasreddine
191eeb45d4
bazel-watcher: 0.9.0 -> 0.9.1 (#56122) 2019-02-21 11:50:48 -08:00
Markus Kowalewski
c6f039e59c
openmpi: add patch for mpi tests on machines with less than 4 cores
Fix a bug that ignores OMPI_MCA_rmaps_base_oversubscribe (upstream patch).
This bug breaks the test from libs, such as scalapack,
on machines with less than 4 cores.
2019-02-21 15:08:33 +01:00
Markus Kowalewski
dbf5135385
scalapack: update meta data
* Set platform from linux -> x86_64-linux
  Scalapack does not seem to run properly on ARM (failing tests)

* Add markuskowa as maintainer
2019-02-21 15:08:33 +01:00
Markus Kowalewski
10e5cfd5fc
pythonPackages.mpi4py: add patch for openmpi-4.0.0 compatibility 2019-02-21 15:08:33 +01:00
Markus Kowalewski
4aa90ac089
scalapack: add openmpi4 compatibility patch 2019-02-21 15:08:32 +01:00
Markus Kowalewski
47a774527d
globalarrays: use autoreconfHook 2019-02-21 15:08:32 +01:00
Markus Kowalewski
c0bc7a3b3d
globalarrays: add openmpi-4 compatibility patches 2019-02-21 15:08:32 +01:00
Markus Kowalewski
840716a8b6
openmpi: Use external hwloc and libevent
Recommended in the upgrade guide:
https://www.open-mpi.org/software/ompi/major-changes.php
2019-02-21 15:08:32 +01:00
Markus Kowalewski
3ed9664827
openmpi: 3.1.3 -> 4.0.0
openmpi-4.0.0 removes deprecated MPI-1 symbols.
For upgrade guide see:
https://www.open-mpi.org/faq/?category=mpi-removed
2019-02-21 15:06:16 +01:00
Katharina Fey
2f52a435f9
dive: 0.5.0 -> 0.6.0 2019-02-21 14:37:49 +01:00
Vladimír Čunát
5ddfa4183a
luajit: fix cross-compilation, partially
Also clean the expression a bit.
2019-02-21 12:16:04 +01:00
Vladimír Čunát
147a685948
lmdb: fix cross-compilation 2019-02-21 12:16:03 +01:00
Peter Simons
6450d8c5ca haskell-hledger: drop obsolete (and already commented-out) overrides 2019-02-21 12:12:18 +01:00
Peter Simons
7a6bbb41ac haskell-hledger: don't install data files that don't belong to this package
Fixes https://github.com/NixOS/nixpkgs/issues/53936.
2019-02-21 12:12:18 +01:00
Peter Simons
1d6532d976
Merge pull request #56137 from jacereda/cereal-check-head
cereal: run test suite on ghc-head
2019-02-21 11:54:11 +01:00
Peter Simons
62eae63a49
Merge pull request #56139 from jacereda/psqueues-check-head
psqueues: run test suite on ghc-head
2019-02-21 11:53:25 +01:00
Peter Simons
48db7bf9d9
Merge pull request #56138 from jacereda/psqueues-check-86
psqueues: run test suite on ghc-8.6
2019-02-21 11:53:05 +01:00
Peter Simons
1c6855a0f7
Merge pull request #56136 from jacereda/cereal-check-86
cereal: run test suite on ghc-8.6
2019-02-21 11:52:25 +01:00
Michael Raskin
2f6b01f510
Merge pull request #55764 from oxij/pkgs/nasm-from-source
nasm: build from source
2019-02-21 09:54:48 +00:00
Michael Raskin
a059fc7420
Merge pull request #56067 from oxij/tree/fetchurl-boot
treewide: assemble all `fetchurlBoot` uses in overrides to `fetchurl`
2019-02-21 09:43:11 +00:00
Jörg Thalheim
6fed64710a
Merge pull request #56113 from Mic92/radare2
radare2: 3.2.1 -> 3.3.0
2019-02-21 09:27:13 +00:00
Jorge Acereda
7e153d9e2d psqueues: run test suite on ghc-head 2019-02-21 10:08:04 +01:00
Jorge Acereda
5aa3f23a98 psqueues: run test suite on ghc-8.6 2019-02-21 10:06:42 +01:00