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
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
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
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
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
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
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
Olli Helenius
291eae81ff
Scrape directory index with curl instead of lynx
2019-02-24 18:46:58 +02:00