Jean-Philippe Bernardy
1fdf42d461
pythonPackages.tensorflow: Don't change the rpath to point to gcc4.9
...
When using cuda, the rpath was set to include GCC lib version 4.9.
I am not sure what this was attempting to do, but an effect was to
prevent certain python libraries to find the correct (newer) version
of the std lib.
Also avoid mentions of any specifc version in the
propagatedBuildInputs
2017-05-30 11:06:19 +02:00
Lancelot SIX
61ce84904e
Merge pull request #26166 from risicle/django-compat-hijack-tests
...
python: django-compat & django-hijack tests (also bump django-hijack)
2017-05-30 09:29:34 +02:00
Frederik Rietdijk
89a32f4586
Merge pull request #26124 from womfoo/init/cloudmonkey-5.3.3
...
cloudmonkey: init at 5.3.3 with related dependency argcomplete: init at 1.8.2
2017-05-30 08:43:05 +02:00
Frederik Rietdijk
67f6f3a420
Merge pull request #26221 from knedlsepp/fix-pandas-darwin-build
...
pandas: Fix build on darwin
2017-05-30 08:39:36 +02:00
Fernando J Pando
79830172b5
txaio: 2.7.1 fixes
...
- uses fetchpypi
- fixes broken test
- tested nixos python 27/34
2017-05-29 20:44:27 -04:00
Josef Kemetmueller
eb2994a0d5
pandas: Fix build on darwin
...
Since the commands "locale", "pbpaste" and "pbcopy" are not in nixpkgs,
as they are impure darwin dependencies, we currently cannot get the
clipboard and locale functionality to work properly. We disable the
tests "test_locale" and "test_clipboard" on darwin, so we get a mostly
working pandas. Additionally to disabling the test via py.test, we also
need to provide fake pbpaste/pbcopy commands, so py.test won't fail
during the collection phase.
This closes #25417 and closes #11623 .
2017-05-30 02:18:40 +02:00
Daiderd Jordan
4e88e82e06
Merge pull request #26099 from dtzWill/fix/lldb-libedit
...
lldb-4: Patch to fix libedit usage on Linux
2017-05-29 23:36:00 +02:00
Joachim F
789bde2408
Merge pull request #25940 from bendlas/update-chromium
...
chromium: 57.0.2987.133 -> 58.0.3029.110 + build fixes
2017-05-29 22:19:57 +01:00
Kranium Gikos Mendoza
a61e58b121
pythonPackages.argcomplete: init at 1.8.2
2017-05-30 06:37:19 +10:00
Linus Heckemann
c14bf4f2b1
irrlicht: link to X11 libs explicitly
...
This allows applications that require irrlicht to depend on the X
libraries implicitly rather than explicitly.
2017-05-29 18:31:08 +01:00
Jörg Thalheim
2c39927c7a
pythonPackages.alembic: 0.8.3 -> 0.9.2
2017-05-29 14:35:03 +01:00
Pascal Wittmann
58e5078487
ragelDev: 7.0.0.9 -> 7.0.0.10
2017-05-29 11:38:36 +02:00
Pascal Wittmann
5831eb9afc
colm: 0.13.0.4 -> 0.13.0.5
2017-05-29 11:32:58 +02:00
Guillaume Maudoux
dd5d63d428
python-ldap: fixup tests for 2.4.38 update
2017-05-29 11:32:07 +02:00
Vladimír Čunát
02032dbda4
Merge branch 'master' into staging
...
More mass rebuilds from master.
2017-05-29 10:51:38 +02:00
Guillaume Maudoux
804c3ab48a
python-ldap: Fix src url broken by pname refactor
2017-05-29 09:51:41 +02:00
romildo
1c6abe0230
merlin: 2.5.3 -> 2.5.4
...
- Update to version 2.5.4.
- Remove dependency on menhir, which seems not needed.
2017-05-29 09:46:47 +02:00
Jörg Thalheim
b34f33665f
Merge pull request #26179 from veprbl/cernlib
...
cernlib: init at 2006
2017-05-29 08:14:30 +01:00
Robert Scott
21e3b2ff55
python.pkgs.pylint: add pytestrunner to buildInputs
2017-05-29 02:10:43 +01:00
Robert Scott
d2ef1a24b8
python.pkgs.ldap: use fetchPypi for src
2017-05-29 02:10:43 +01:00
Robert Scott
2c228f62cd
python.pkgs.pylibmc: use fetchPypi for src
2017-05-29 02:10:43 +01:00
Robert Scott
7bbb9824ac
python.pkgs.hypothesis: add pytest_xdist as a checkInputs dependency
...
without this py.test doesn't recognize the -n flag and fails
2017-05-29 02:10:43 +01:00
Dmitry Kalinkin
6e95e2a161
cernlib: init at 2006
2017-05-28 18:51:16 -04:00
Jörg Thalheim
868529b2ce
Merge pull request #26195 from romildo/upd.ocp-indent
...
cmdliner: 0.9.8 -> 1.0.0, ocp-indent: 1.5.2 -> 1.6.0
2017-05-28 23:31:40 +01:00
romildo
97b3def8cf
ocp-indent: 1.5.2 -> 1.6.0
2017-05-28 17:39:21 -03:00
romildo
56a4aaf4df
cmdliner: 0.9.8 -> 1.0.0
2017-05-28 17:38:23 -03:00
Aaron Bull Schaefer
c5b1a9da4b
pythonPackages.pywinrm: 0.1.1 -> 0.2.2
2017-05-28 11:37:48 -07:00
Aaron Bull Schaefer
65587984e4
pythonPackages.requests_ntlm: init at 1.0.0
2017-05-28 11:37:48 -07:00
Aaron Bull Schaefer
663d369211
pythonPackages.ntlm-auth: init at 1.0.3
2017-05-28 11:37:47 -07:00
Charles Strahan
132b503aac
GHCJS packages: avoid inode explosion
...
As noted in #25595 , a change introduced in 4b77d425aa
causes an
explosion of inodes due to the constructions of many, many `ghcEnv`
symlink forests. This commit undoes that change.
To discuss reworking the support for GHCJS plugins, please see: #26192
Fixes #25595
2017-05-28 14:36:37 -04:00
Daiderd Jordan
a6a21d7209
rtags: remove workaround for libclang
2017-05-28 20:34:52 +02:00
Daiderd Jordan
82b0b57580
clang: fix libclang library id on darwin
2017-05-28 20:34:35 +02:00
Daiderd Jordan
779ec14402
Merge pull request #25921 from dtzWill/feature/llvm-manpages
...
llvm-4/clang-4: Build and install man pages
2017-05-28 20:29:21 +02:00
Joachim Fasting
157b5bd1f0
cppcheck: 1.78 -> 1.79
...
ChangeLog: https://sourceforge.net/p/cppcheck/news/2017/05/cppcheck-179/
2017-05-28 17:18:11 +02:00
Robert Scott
fa44b72d91
python.pkgs.django_hijack: 2.0.7 -> 2.1.4
...
also fix & enable tests, add self as maintainer
2017-05-28 14:43:41 +01:00
Robert Scott
ac8a58b5b4
python.pkgs.django_compat: get tests working & enable them
...
also add self as maintainer
2017-05-28 14:43:34 +01:00
Vladimír Čunát
1f407a46d6
mesa: feature update 17.0.6 -> 17.1.1
...
Main changes: https://www.mesa3d.org/relnotes/17.1.0.html
- two options got renamed
- "ilo" driver was removed upstream
- python is no longer needed for build
I tested nouveau for a bit.
2017-05-28 10:43:53 +02:00
Frederik Rietdijk
d0f2361bc1
python.pkgs.simplejson: 3.8.1 -> 3.10.0
2017-05-28 10:08:43 +02:00
Frederik Rietdijk
b27a2667db
python.pkgs.hypothesis fixup
2017-05-28 08:34:46 +02:00
Joachim Fasting
a50315d736
tinycc: 0.9.27pre-20170225 -> 0.9.27pre-20170527
...
Contains fixes for the x86_64 codegen [1]
[1]: https://lists.nongnu.org/archive/html/tinycc-devel/2017-05/msg00102.html
2017-05-27 23:22:50 +02:00
Will Dietz
5e659e94a6
lldb-4: Patch to fix libedit usage on Linux
...
Idea from:
https://bugs.llvm.org//show_bug.cgi?id=28898#c7
Fixes ability to use arrow keys.
2017-05-27 14:10:01 -05:00
Frederik Rietdijk
77b7fca588
Merge remote-tracking branch 'upstream/master' into HEAD
2017-05-27 14:28:05 +02:00
Frederik Rietdijk
6b999f3c42
Python: many package updates
...
Did not test all packages. Likely we'll have some breakage.
2017-05-27 14:25:08 +02:00
Frederik Rietdijk
4cbd5e4141
python.pkgs.sqlalchemy: 1.0.15 -> 1.1.10
2017-05-27 14:25:08 +02:00
Robert Scott
45ac7700fa
mkPythonDerivation: obey a dontWrapPythonPrograms attribute
...
This should allow a python derivation to disable possibly overzealous
python program wrapping without having to override the whole fixupPhase
2017-05-27 14:25:08 +02:00
Frederik Rietdijk
c10af9e744
Python: wrapPythonPrograms: only wrap in $out/bin
...
Thus far all executables in a derivation were wrapped. This commit
only wraps executables in $out/bin. If other scripts need to be wrapped
as well, then one can use wrapPythonProgramsIn.
2017-05-27 14:25:08 +02:00
Frederik Rietdijk
6cd52fa440
python.pkgs.llvmlite: 0.16.0 -> 0.18.0
2017-05-27 14:25:08 +02:00
Frederik Rietdijk
0d43420621
python.pkgs.astroid: 1.4.9: 1.5.2
2017-05-27 14:25:08 +02:00
Frederik Rietdijk
97f67d1b5a
buildPythonPackage: do not keep checkInputs
...
When tests are disabled, we do not want to pass checkInputs to
stdenv.mkDerivation. This reduces the build requirements and, more
importantly, helps cutting cycles.
2017-05-27 14:25:08 +02:00
Daiderd Jordan
eeeaba31f8
Merge pull request #26139 from LnL7/armv7l-go
...
go: disable failing tests on arm
2017-05-27 13:52:50 +02:00
Jaakko Luttinen
ef54727795
pythonPackages.Nikola: init at 7.8.4
2017-05-27 14:17:39 +03:00
Pascal Wittmann
f06f4a0728
pandas: remove outdated comment
...
closes #26058
2017-05-27 12:05:30 +02:00
Frederik Rietdijk
959842a9c7
Python: add pname attributes to libraries
...
so that we can use the update script.
2017-05-27 11:30:21 +02:00
Frederik Rietdijk
66deb18463
python.pkgs.pytestdjango: remove duplicate expression
...
We already have an expression. This one wasn't referenced anywhere.
2017-05-27 11:28:00 +02:00
Vladimír Čunát
76a020e676
Merge branch 'master' into staging
2017-05-27 11:11:44 +02:00
Vladimír Čunát
b4bb39642e
libdrm: support valgrind suppression via a lighter version
...
Fixes #25917 . It's all only about build-time dependency bloat and
consequent rebuild propagation.
2017-05-27 11:08:23 +02:00
Peter Simons
c976806322
haskell-servant-client: fix evaluation
2017-05-27 10:33:37 +02:00
Peter Simons
33b4a6853e
liquidhaskell: try fix test suite
...
This almost succeeded, but some minor issues remain.
2017-05-27 10:33:37 +02:00
Peter Simons
d67214d8f7
liquidhaskell: fix build
2017-05-27 10:33:37 +02:00
Peter Simons
dfe23fc584
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.2.1-7-g2ed2e10 from Hackage revision
600bbf8919
.
2017-05-27 10:33:33 +02:00
Peter Simons
51b7b5f2f9
hackage2nix: maintain logging-facade-syslog
2017-05-27 10:32:49 +02:00
Peter Simons
b7e45d143c
hackage2nix: update list of broken builds
2017-05-27 10:32:49 +02:00
Peter Simons
26708385fa
hackage2nix: clean up required extra-versions for aeson
2017-05-27 10:32:49 +02:00
Peter Simons
2c2965c395
liquid-fixpoint: disable shared executables to fix the test suite
...
The test suite runs "fixpoint" in an environment where the required library
search paths aren't set up properly.
2017-05-27 10:32:49 +02:00
Peter Simons
bf09054ff0
liquid-fixpoint: patchShebangs is no longer required in version 0.6.0.1
2017-05-27 10:32:49 +02:00
Vladimír Čunát
f71b83ad7e
libdrm: 2.4.79 -> 2.4.81
2017-05-27 09:54:20 +02:00
Martin Wohlert
b20f20d3eb
libopus: 1.1.4 -> 1.1.5
...
http://opus-codec.org/release/stable/2017/05/24/libopus-1_1_5.html
> May 24, 2017
>
> This Opus 1.1.5 release backports the surround encoder bug fix from 1.2-beta. There are no other changes compared to 1.1.4.
2017-05-27 02:59:16 +02:00
Daiderd Jordan
b9bea6b17f
go: disable tests on arm
2017-05-26 21:35:27 +02:00
Peter Simons
8a11612d50
maude: disable CVC4 support to fix the build
2017-05-26 20:37:36 +02:00
Vladimír Čunát
00672dec8a
Merge older staging
...
This still causes some uncached rebuilds, but master(!) and staging
move too fast forward rebuild-wise, so Hydra might never catch up.
(There are also other occasional problems.)
Therefore I merge at this point where the rebuild isn't that bad.
2017-05-26 15:45:43 +02:00
Nikolay Amiantov
addb96c323
unity3d: 5.5.3 -> 5.6.1
...
Fixes #26061 .
2017-05-26 16:21:25 +03:00
Volth
3de90b259c
webkitgtk: 2.14.11 -> 2.16.3
2017-05-26 16:20:54 +03:00
Franz Pletz
3d6ed4a072
webkitgtk: remove unreferenced 2.12 and patch
2017-05-26 13:09:41 +02:00
Franz Pletz
963c32ffe1
packer: 0.12.2 -> 1.0.0
2017-05-26 13:09:13 +02:00
midchildan
586abbf737
poppler: Include poppler encoding data by default
2017-05-26 13:49:22 +03:00
Nicolas Mattia
da192f2741
stutter: init at 0.1.0.1
...
This adds the stutter string generator to all-packages and update the
hackage indices for dependencies.
2017-05-26 09:15:55 +01:00
Matthew Maurer
a8d3cb8c29
rustfmt: 0.8.1 -> 0.8.3
...
Did not bump to 0.8.4 since that doesn't build with current stable.
2017-05-26 01:33:55 +02:00
Daiderd Jordan
43aa3017e4
Merge pull request #26078 from mt-caret/3to2-fetchpypi
...
3to2: refactor to use fetchpypi
2017-05-25 19:24:27 +02:00
Nikolay Amiantov
e7fa6220d6
polkit: add patches from Fedora
...
This fixes few leaks and adds ITS description files which are needed for some
reverse dependencies.
2017-05-25 19:07:21 +03:00
Joachim F
71f7de9185
Merge pull request #25923 from dbrock/solc
...
solc: 0.4.8 -> 0.4.11
2017-05-25 16:38:50 +01:00
Joachim Fasting
3f688207e7
pythonPackages.emoji: 0.3.9 -> 0.4.5
2017-05-25 17:12:37 +02:00
Cray Elliott
3a183888a4
ffmpeg-full: update sha256
...
it seems a new source archive was uploaded, replacing the old one, as
nix-prefetch-url reports a new hash
2017-05-25 01:49:00 -07:00
Masayuki Takeda
d7401175b7
use fetchPypi instead of fetchurl
2017-05-25 11:22:21 +09:00
Yann Hodique
c9e63ded80
go: 1.8.2 -> 1.8.3
2017-05-25 03:23:41 +02:00
Franz Pletz
9bb358316f
php71: 7.1.2 -> 7.1.5
2017-05-25 02:44:16 +02:00
Jaka Hudoklin
7d1e775a68
Merge pull request #25539 from holidaycheck/nodejs-7.10.0
...
nodejs-7_x: 7.9.0 -> 7.10.0
2017-05-25 01:40:48 +02:00
Jaka Hudoklin
fe891e7e10
Merge pull request #25989 from frontsideair/flow-46
...
flow: 0.42.0 -> 0.46.0
2017-05-25 01:17:56 +02:00
Jaka Hudoklin
459c77105c
Merge pull request #26066 from jrolfs/yarn-0.24.6
...
yarn: 0.23.4 -> 0.24.6
2017-05-25 01:11:40 +02:00
Franz Pletz
5479f742e6
libtasn1: apply patch to fix CVE-2017-6891
2017-05-25 00:43:21 +02:00
Franz Pletz
dd22335c3b
Merge pull request #25680 from gnidorah/master2
...
openmpt123: don't build pulseaudio driver, libao: build both pulse and alsa drivers
2017-05-24 22:20:00 +02:00
Frederik Rietdijk
4f6dde2494
Merge pull request #26044 from aneeshusa/update-pgcli-to-1.5.1
...
Update pgcli to 1.5.1
2017-05-24 21:24:30 +02:00
Aneesh Agrawal
473189e8e0
pgcli: 1.3.1 -> 1.5.1
2017-05-24 15:20:36 -04:00
Mathias Schreck
4abefec367
nodejs-7_x: 7.9.0 -> 7.10.0
2017-05-24 21:11:05 +02:00
Peter Simons
503ec213a2
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.2.1-7-g2ed2e10 from Hackage revision
df52ffabd0
.
2017-05-24 17:37:59 +02:00
Peter Simons
47fa2a1ebb
LTS Haskell 8.15
2017-05-24 17:37:47 +02:00
Jamie Rolfs
1a8779eb34
yarn: 0.23.4 -> 0.24.6
2017-05-24 07:54:22 -07:00
Vladimír Čunát
b7fed33057
python-3.3: fixup evaluation after #25916
2017-05-24 14:09:14 +02:00
Vladimír Čunát
78ea189a6b
Merge branch 'master' into staging
...
... to fix *some* of the evaluation problems.
2017-05-24 13:56:28 +02:00
Dan Peebles
c05461fde6
pants13-pre: make it actually work on Linux
...
Third time's a charm. Not sure how I thought that three different files
would download and have the same hash, but that's what the old code did.
This one should have the three distinct platform hashes.
2017-05-24 07:52:58 -04:00
Tim Steinbach
997f9d678e
ammonite: 0.9.1 -> 0.9.3
2017-05-24 07:41:59 -04:00
Franz Pletz
760248360c
Merge pull request #26050 from sigma/pr/go-1.8.2
...
go: 1.8.1 -> 1.8.2
2017-05-24 12:53:19 +02:00
Franz Pletz
d69c2968a2
Merge pull request #26003 from bachp/gitlab-runner-update
...
Gitlab runner update
2017-05-24 12:50:32 +02:00
zimbatm
4f6ab299a0
gitlab-runner: 9.1.0 -> 9.2.0
2017-05-24 11:19:52 +01:00
Yann Hodique
ccfc81397b
go: 1.8.1 -> 1.8.2
2017-05-24 01:30:39 -07:00
Yann Hodique
a69ae2c7f9
go: 1.7.5 -> 1.7.6
2017-05-24 01:18:56 -07:00
Jörg Thalheim
cf3d531531
pythonPackages.feedgenerator: add missing directory
...
fixes #26045
2017-05-24 07:17:06 +01:00
Dan Peebles
a43e104ada
pants13-pre: fix on non-Darwin platforms
2017-05-24 00:05:20 -04:00
Peter Hoeg
4e704b144a
ffmpeg: incorrectly updated sha sums broke the build
2017-05-24 11:55:25 +08:00
Cray Elliott
dc12cd1cae
ffmpeg: fix sha256 hash for 3.3.1
...
ffmpeg-full uses the .xz source release while ffmpeg uses .bz2 so hashes
cannot be shared between them
2017-05-23 20:46:10 -07:00
Dan Peebles
b0adb09b32
pants13-pre: pre-download the native engine
...
This saves pants 1.3 from having to download it at startup. Eventually
we'll build it ourselves (it's a rust binary) but for now this works.
2017-05-23 22:29:33 -04:00
Vladimír Čunát
8004e79415
Merge branch 'master' into staging
2017-05-24 03:24:06 +02:00
Cray Elliott
39e042fd64
ffmpeg: 3.3 -> 3.3.1
...
ffmpeg-full: 3.3 -> 3.3.1
2017-05-23 18:17:53 -07:00
Jörg Thalheim
4fecdceec2
Merge pull request #26024 from Mic92/llvm-config-3.4
...
llvmPackages_34.llvm: fix output of llvm-config
2017-05-24 00:04:13 +01:00
Jörg Thalheim
3e9f7bcb98
pythonPackages.pelican: move to external file
2017-05-23 22:09:07 +01:00
Pascal Bach
335865b943
gitlab-runner, gitlab-runner_1_11: change path fix patch to work on non NixOS
...
It now tries to find the shell via path first and then falls back to the original
behavior.
2017-05-23 22:34:22 +02:00
Jörg Thalheim
4c4f50ce76
llvmPackages_34.llvm: fix output of llvm-config
...
now llvm-config --libnames and llvm-config --libfiles output the proper
files.
2017-05-23 18:38:44 +01:00
Tim Steinbach
347cb0b4f7
ammonite: 0.9.0 -> 0.9.1
2017-05-23 07:49:33 -04:00
John Ericson
8a423c3a90
Merge pull request #26012 from Ericson2314/gdb-fix
...
gdb: s/target/tagetPlatform
2017-05-23 01:36:09 -04:00
John Ericson
56b7f9b94d
gdb: s/target/tagetPlatform
...
Oops, missed this when cleaning up derivation recently
2017-05-23 01:18:12 -04:00
John Ericson
c3b2c5bf77
Merge pull request #25997 from obsidiansystems/isHurd
...
stdenv: Rename `isGNU` to `isHurd` as GNU is a userland
2017-05-22 19:02:49 -04:00
Jörg Thalheim
c42739a429
wllvm: init at 1.1.3
2017-05-22 22:46:23 +01:00
Carles Pagès
f60767d55e
Merge pull request #25366 from titanous/kodi-hdhomerun
...
kodi: add pvr-hdhomerun plugin
2017-05-22 23:32:07 +02:00
Pascal Bach
86e714095c
gitlab-runner: 9.1.0 -> 9.2.0
2017-05-22 23:26:53 +02:00
Pascal Bach
aea157a1ec
gitlab-runner_1_11: 1.11.2 -> 1.11.4
2017-05-22 23:26:39 +02:00
Pascal Bach
da6f5e3b77
gitlab-runner: add patch for shell from v1 to latest version
2017-05-22 23:26:15 +02:00
John Ericson
c443033be3
gdb: Modernize and simplify derivation
...
- `isGNU` to `isHurd`, my sedding did not catch
- Simplify cross compilation in general
- Be more careful about python
- no more `gdbCross` in all-packages
2017-05-22 17:10:29 -04:00
Dan Peebles
9d5c28d22c
pants: fix buggy pathspec version
...
When transplanting the expression in 845d1b28bf
I accidentally switched pants 1.3 to use the old pathspec, which breaks
at runtime. This should fix it.
2017-05-22 15:34:46 -04:00
John Ericson
eaa509f33a
stdenv: Rename isGNU
to isHurd
as GNU is a userland
...
Elsewhere, things called GNU indeed includes GNU/Linux or GNU/Hurd, but this
predicate was defined excluding Linux regardless of userland.
2017-05-22 13:55:26 -04:00
Arseniy Seroka
2ddcec9885
Merge pull request #25845 from sheganinans/master
...
UrWeb 20160621 -> 20170105
2017-05-22 20:05:46 +03:00
Arseniy Seroka
9e392dd7ac
Merge pull request #25967 from NeQuissimus/coursier_1_0_0_rc3
...
coursier: 1.0.0-RC2 -> 1.0.0-RC3
2017-05-22 20:02:26 +03:00
Brendan Miller
b737ddd65d
pants13-pre: 1.3.0.dev19 -> 1.3.0rc2
...
Pulling in the latest 1.3.0 release candidate from pants.
2017-05-22 12:31:27 -04:00
Dan Peebles
845d1b28bf
pants{,13-pre}: move from pythonPackages to top level
...
That means it'll build in Hydra and we don't really care which version of
Python it builds against.
2017-05-22 12:22:13 -04:00
Franz Pletz
933ab0cd5b
Merge pull request #25973 from gentoofreak/feature/libopus-1.1.4
...
libopus: 1.1.3 -> 1.1.4
2017-05-22 17:19:19 +02:00
Fatih Altinok
27dc2c4926
flow: 0.42.0 -> 0.46.0
2017-05-22 15:49:30 +03:00
Eelco Dolstra
3b44cd731c
aws-sdk-cpp: 1.0.60 -> 1.0.127
2017-05-22 14:36:20 +02:00
Mateusz Kowalczyk
638fb38ef0
jenkins: 2.61 -> 2.62
2017-05-22 12:01:31 +01:00
Frederik Rietdijk
0891d0b7a0
Merge pull request #25716 from LnL7/python-flake8
...
python flake8: 3.2.1 -> 3.3.0
2017-05-22 11:12:36 +02:00
Frederik Rietdijk
1267b155c4
Merge pull request #25916 from FRidh/reproducible
...
Python: set DETERMINISTIC_BUILD and PYTHONHASHSEED in setupHook
2017-05-22 10:20:04 +02:00
Frederik Rietdijk
99cfab07b9
Merge remote-tracking branch 'upstream/master' into HEAD
2017-05-22 09:21:40 +02:00
obadz
caa9a19143
pythonPackages.libsoundtouch: 0.3.0 -> 0.4.0
2017-05-21 22:24:26 +01:00
Martin Wohlert
88af502593
libopus: 1.1.3 -> 1.1.4
2017-05-21 19:32:49 +02:00
Michael Raskin
daa65527c6
marionette-harness: init at 4.4.0
2017-05-21 19:29:20 +02:00
Jörg Thalheim
dd8dadb786
Merge pull request #25528 from Mic92/node-packages
...
nodePackages: split into v4/v6 package set
2017-05-21 16:04:11 +01:00
Tim Steinbach
575ff5c990
coursier: 1.0.0-RC2 -> 1.0.0-RC3
2017-05-21 09:46:50 -04:00
Unai Zalakain
db3e2983a6
subliminal: init at 2.0.5
2017-05-21 14:41:31 +01:00
Jörg Thalheim
6f447ed6cf
Merge pull request #25883 from unaizalakain/init-enzyme
...
enzyme: init at 0.4.1
2017-05-21 14:39:20 +01:00
Jörg Thalheim
689f0ce372
enzyme: use fetchPypi
2017-05-21 14:38:27 +01:00
Tim Steinbach
207c4427b2
ammonite: 0.8.5 -> 0.9.0
2017-05-21 09:37:27 -04:00
midchildan
2c393164c8
mikutter: init at 3.5.7
...
fixes #25852
2017-05-21 12:13:34 +01:00
Peter Simons
bce69a0b1a
git-annex: update hash for new version
2017-05-21 11:49:35 +02:00
Peter Simons
de388b69be
git-annex: force a fetchgit re-fetch when the version number changes
...
Bake the version number of git-annex into the name of the fetchgit derivation
to mitigate the effects of https://github.com/NixOS/nixpkgs/issues/25755 .
2017-05-21 11:49:35 +02:00
Peter Simons
1f602fe507
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.2.1-7-g2ed2e10 from Hackage revision
c552e0bd5f
.
2017-05-21 11:49:27 +02:00
Peter Simons
73a67a9636
LTS Haskell 8.14
2017-05-21 11:48:45 +02:00
Unai Zalakain
d501166f31
enzyme: init at 0.4.1
2017-05-21 11:34:14 +02:00
Jörg Thalheim
d81683d0a4
Merge pull request #25884 from unaizalakain/init-pysrt
...
pysrt: init at 1.1.1
2017-05-21 09:22:46 +01:00
Jörg Thalheim
219daab8e7
pysrt: enable tests
2017-05-21 09:21:14 +01:00
Jörg Thalheim
50e8199930
Merge pull request #25949 from bhipple/init/python-bitcoin-price-api
...
pythonPackages.bitcoin-price-api: init at 0.0.4
2017-05-21 09:01:49 +01:00
Alexandre Peyroux
f1edefed50
jsbeautifier: 1.6.4 -> 1.6.14 ( #25947 )
...
* jsbeautifier: 1.6.4 -> 1.6.14
* pythonPackages.jsbeautifier: move to python-modules
2017-05-21 08:50:14 +01:00
John Ericson
bb37fc90c7
Merge pull request #25897 from obsidiansystems/glibc-cross
...
glibc: Clean up cross compilation
2017-05-20 22:26:15 -04:00
John Ericson
25edc476fd
glibc: Simplify derivation further
...
No native hashes should be changed with this commit
default.nix's cross hash should also not be changed
2017-05-20 22:17:28 -04:00
Willi Butz
458895db33
go: add dependencies for go get
...
go get expects git, subversion, mercurial and bazaar to be in PATH when
needed. (https://github.com/golang/go/wiki/GoGetTools )
2017-05-21 01:16:42 +02:00
Mateusz Kowalczyk
a7e861a058
jenkins: 2.56 -> 2.61
2017-05-20 22:54:07 +01:00
Benjamin Hipple
d856b50bad
pythonPackages.bitcoin-price-api: init at 0.0.4
2017-05-20 17:51:16 -04:00
Jörg Thalheim
b2a14ee339
Merge pull request #25944 from unaizalakain/init-xuxen
...
hunskell: add basque dictionary Xuxen 5
2017-05-20 20:17:48 +01:00
kadota kyohei
a908f2a3df
google-app-engine-go-sdk: init at 1.9.53 ( #25856 )
...
* google-app-engine-go-sdk: init at 1.9.53
* google-app-engine-go-sdk: simplify python wrapper, use fetchzip
* add myself to maintainer list
* google-app-engine-go-sdk: add lufia as maintainer
2017-05-20 19:33:57 +01:00
Unai Zalakain
337687c318
hunskell: add basque dictionary Xuxen 5
...
mkDict doesn't easily adapt to dictionaries that have multiple source
files but no readme, so I did not use it. Having a "generic" function
that then has per-language quirks is a bad abstraction.
A small utility function that copies a given file to hunspell's and
myspell's dirs and a separate one that copies a given readme file would
be more useful.
2017-05-20 20:10:23 +02:00
Jörg Thalheim
c2dce6a745
Merge pull request #25666 from vmandela/gitseries
...
git-series: init at 0.9.1
2017-05-20 18:59:41 +01:00
Joachim Fasting
acfffd18f5
chromedriver: treat native build inputs as such
2017-05-20 19:28:00 +02:00
Joachim Fasting
4fe8165e84
chromedriver: refactor per-platform src specs, fixing eval
...
Use an attrset to ensure consistency between available
specs & hydra platforms.
This fixes evaluation error due to trying to build this on arm
linux (introduced by 357f193c9d
).
2017-05-20 19:27:58 +02:00
Joachim Fasting
88ff541807
chromedriver: remove redundant lib param
2017-05-20 19:27:53 +02:00
Jörg Thalheim
2a42b45105
Merge pull request #25103 from Hodapp87/google_cloud_print
...
cloud-print-connector: init at unstable-2017-01-19
2017-05-20 18:23:12 +01:00
Jörg Thalheim
f410236ed8
Merge branch 'master' into feature/fix_rainbox_gem_deps
2017-05-20 17:26:24 +01:00
Venkateswara Rao Mandela
3b69497bb1
git-series: init at 0.9.1
...
git series tracks changes to a patch series over time. git series also
tracks a cover letter for the patch series, formats the series for
email, and prepares pull requests.
https://github.com/git-series/git-series
2017-05-20 16:00:31 +00:00
Antoine Eiche
9694567ac9
pythonPackages.pika-pool: init at 0.1.3
...
fixes #25750
2017-05-20 15:03:45 +01:00
Herwig Hochleitner
6509ba66a8
ninja: 1.7.1 -> 1.7.2
2017-05-20 16:02:50 +02:00
Jörg Thalheim
c1a5754b67
Merge pull request #25751 from nlewo/pr/rfc3986
...
pythonPackages.rfc3986: 0.2.2 -> 0.4.1
2017-05-20 14:59:43 +01:00
Jörg Thalheim
c66af84b3c
Merge pull request #25797 from selaux/ubiquitous-chromedriver
...
chromedriver: Update and make available for linux-i686 and darwin
2017-05-20 14:16:52 +01:00
Stefan Lau
357f193c9d
chromedriver: 2.25 -> 2.29
2017-05-20 14:16:08 +01:00
Jörg Thalheim
c14109c170
Merge pull request #25879 from mlieberman85/add-kafka
...
confluent-kafka: init at 0.9.4
2017-05-20 12:36:08 +01:00
Robin Gloster
c9f3893451
despotify: remove
...
broken and doesn't build with openssl 1.1
2017-05-20 13:22:58 +02:00
Robin Gloster
d0ffb23442
php70: 7.0.16 -> 7.0.19
...
fixes build with openssl 1.1
2017-05-20 13:22:46 +02:00
risicle
9d86b49f2a
python metaphone: init at 0.6 ( #25868 )
...
* metaphone: init at 0.6
* metaphone: add self as maintainer
2017-05-20 10:30:10 +01:00
Unai Zalakain
610c27ca64
pysrt: init at 1.1.1
2017-05-20 10:56:42 +02:00
Unai Zalakain
f76ce5983d
rarfile: 2.6 -> 3.0 ( #25885 )
...
* rarfile: 2.6 -> 3.0
* rarfile: enable tests
2017-05-20 08:19:40 +01:00
Jörg Thalheim
300b63c5ea
Merge pull request #25911 from amiloradovsky/dale
...
dale: 20170419 -> 20170519
2017-05-20 07:41:29 +01:00
John Ericson
7e096024d7
glibc: Fix for cross
2017-05-19 18:44:24 -04:00
John Ericson
b175feb8e1
Merge pull request #25875 from obsidiansystems/ncurses-cross
...
ncurses: Break hash to simplify derivation
2017-05-19 18:39:12 -04:00
Vladimír Čunát
9f6b1dca58
Merge #25708 : fltk: 1.3.3 -> 1.3.4
2017-05-19 23:52:14 +02:00
Vladimír Čunát
dc8c798e5d
Merge #25538 : haxe: 3.2.1 -> 3.4.2
2017-05-19 23:44:18 +02:00
Will Dietz
3d1c1c5af3
llvm-4/*: indicate which build inputs are nativeBuildInputs.
2017-05-19 15:38:00 -05:00
Will Dietz
9aa3548931
llvm-4/clang-4: Build and install man pages
2017-05-19 15:37:59 -05:00
Michael Lieberman
d0d30df446
confluent-kafka: init at 0.9.4
...
Disabled tests for python 3 since the 0.9.4 release has failing tests
when run under python 3.
2017-05-19 13:58:57 -04:00
Daniel Brockman
dd35dbcc27
solc: 0.4.8 -> 0.4.11
2017-05-19 16:34:10 +02:00
Frederik Rietdijk
acd32a4caf
Python: set DETERMINISTIC_BUILD and PYTHONHASHSEED in setupHook
...
The Python interpreters are patched so they can build .pyc bytecode free
of certain indeterminism.
When building Python packages we currently set
```
compiling python files.
in nix store.
DETERMINISTIC_BUILD=1;
PYTHONHASHSEED = 0;
```
Instead if setting these environment variables in the function that
builds the package, this commit sets the variables instead in the Python
setup hook. That way, whenever Python is included in a derivation, these
variables are set.
See also the issue https://github.com/NixOS/nixpkgs/issues/25707 .
2017-05-19 16:28:11 +02:00
Peter Simons
c1609e4a4d
libqmi: enable MBIM support
2017-05-19 14:29:09 +02:00
Peter Simons
9b54745c61
libqmi: update to version 1.18.0
...
The new version adds a dependency in libgudev.
2017-05-19 14:29:09 +02:00
Andrew Miloradovsky
8633aba1e1
dale: 20170419 -> 20170519
...
Includes some stability/predictability and portability improvements.
2017-05-19 11:39:06 +00:00
Peter Hoeg
0f59c9ce83
libguestfs: fix build
2017-05-19 19:29:41 +08:00
Frederik Rietdijk
61451f1011
Merge pull request #25870 from risicle/pyproj-tests
...
pyproj: enable tests, use bundled proj by default
2017-05-19 12:46:10 +02:00
Jörg Thalheim
bde09a92c1
Merge pull request #25774 from matthewbauer/xapian-fixup
...
xapian: fixup darwin
2017-05-19 09:41:01 +01:00