Shea Levy
6bc24a2248
nix-plugins: Make cross-compilation friendly.
...
Thanks, @dtzWill
2018-02-13 17:33:34 -05:00
Vincent Laporte
93f8365824
compcert: 3.1 -> 3.2
2018-02-13 22:26:39 +00:00
Vladimír Čunát
f8865b1181
mpfr: 3.1.3 -> 3.1.6 (bugfix)
...
There's also 4.0.0, but I'd leave that for later.
2018-02-13 23:08:38 +01:00
Vladimír Čunát
193ebca1e5
libmpc: 1.0.3 -> 1.1.0
...
I also saw #33946 , though I'm not sure what to make of it...
2018-02-13 23:08:35 +01:00
Profpatsch
eef9d363e1
buildah: init at 0.11
2018-02-13 23:04:16 +01:00
Will Dietz
b2282e8f9b
psol: fixup hash after beta became stable (apparently)
2018-02-13 15:02:17 -06:00
Will Dietz
bd11ffd267
ruby: don't reference groff if not being used (not used by default)
...
Fixes cross build by removing false dependency.
If this is needed again, be careful about *which* "groff" is needed.
(which in terms of build vs host)
2018-02-13 14:11:17 -06:00
Will Dietz
767bddbd80
libbfd: manually update config.guess/config.sub
...
Workaround for building "from" the bfd directory but needing
to update files a level above.
This needs to be done *after* autoreconf since autoreconf
will replace these itself, apparently.
2018-02-13 13:42:21 -06:00
Will Dietz
42a17d638b
libbfd: back to postPatch, restore configurePlatforms
2018-02-13 13:42:21 -06:00
Will Dietz
e25a343716
cmake: don't force gcc, use more general cc/c++
2018-02-13 12:39:34 -06:00
Will Dietz
6825c0c18b
nettle: cleanup cross changes
...
reviewer feedback + minor other things I noticed
while revisiting.
2018-02-13 12:36:54 -06:00
lewo
596a03e002
Merge pull request #33429 from vdemeester/init-gomodifytags
...
gomodifytags: init at 2017-12-14
2018-02-13 19:10:28 +01:00
Will Dietz
a65aa78e14
libbfd: simplify per reviewer feedback
...
Changing postPatch to postAutoreconf is needed
when updateAutotoolsGnuConfigScriptsHook is used
or the directory change happens too early.
2018-02-13 11:20:08 -06:00
Will Dietz
2bfe036f42
libexecinfo: fix CC/AR
2018-02-13 11:06:56 -06:00
Will Dietz
7f3527d33f
libexecinfo: fetch patches, add meta, maintain
2018-02-13 11:06:56 -06:00
Shea Levy
9ef5d9c143
nix-plugins: Bump for new nix plugin mechanism
2018-02-13 11:19:31 -05:00
Will Dietz
4f8292fb35
python2.7: drop unused cross-compile patch
2018-02-13 09:45:03 -06:00
Will Dietz
9bd4e00ce3
gcc6: cross-musl disable libmpx
2018-02-13 09:45:03 -06:00
Will Dietz
5bf5e6eebf
llvm4: always apply fix, improve compat, fix w/musl
2018-02-13 09:45:01 -06:00
Will Dietz
e93dc20ed4
icu: xlocale.h fixup needed w/musl as well
2018-02-13 09:45:01 -06:00
Will Dietz
6923737bb4
libgpg-error: hack-fix missing header?
2018-02-13 09:45:01 -06:00
Will Dietz
3413562111
fftw: disable using openmp w/musl
...
For now anyway, since we build w/o support for it IIRC.
2018-02-13 09:45:00 -06:00
Will Dietz
ee4f04dcd7
aws-sdk-cpp: disable tests on cross
2018-02-13 09:44:59 -06:00
Will Dietz
94ab0da6b1
lsof: fix build w/musl
2018-02-13 09:44:58 -06:00
Will Dietz
c0d343bc5f
patchelfUnstable: fix build on musl, disable failing test
2018-02-13 09:44:58 -06:00
Ben Gamari
5b761a8687
nettle: Enable cross-compilation
2018-02-13 09:44:57 -06:00
Will Dietz
551f0702c2
polkit: patch to fix w/musl, POSIX
2018-02-13 09:44:56 -06:00
Will Dietz
e25153a9b8
gamin: patch from alpine to fix non-portable pthread mutex init
2018-02-13 09:44:55 -06:00
Will Dietz
c48974c952
qt4: Add patch for socklen_t on musl, from alpine
2018-02-13 09:44:54 -06:00
Will Dietz
2e2517c9c9
SDL: add libiconv to fix build
2018-02-13 09:44:54 -06:00
Will Dietz
1289cdaf75
mesa: patch to fix w/musl
2018-02-13 09:44:53 -06:00
Will Dietz
7eba45d063
gcc5: patch for musl compat/support
2018-02-13 09:44:52 -06:00
Will Dietz
ab92d028f6
python-cffi: disable tests on musl :3
2018-02-13 09:44:52 -06:00
Will Dietz
6ae1bd4502
go: don't require glibc (.static), dunno if go works w/musl
2018-02-13 09:44:51 -06:00
Will Dietz
cd50057a61
webrtc-audio-processing: don't use execinfo w/musl
2018-02-13 09:44:51 -06:00
Will Dietz
3564ae11bc
libmemcached: add musl patch from alpine
2018-02-13 09:44:51 -06:00
Will Dietz
0153599164
libdaemon: Add patch to fix musl build
2018-02-13 09:44:50 -06:00
Will Dietz
cccf48ca0c
openssl: isMusl
2018-02-13 09:44:50 -06:00
Will Dietz
6593d882a9
openssl: fix cross, ensure 'Configure' has shebang patched
2018-02-13 09:44:49 -06:00
Will Dietz
aa00d53708
openssl 1.1.0: disable 'async' bits relating to setcontext/etc on musl
2018-02-13 09:44:49 -06:00
Will Dietz
e1e6e94c5d
webkitgtk: Add musl patch from Alpine re:execinfo, use libc++ on ALLVM
2018-02-13 09:44:48 -06:00
Will Dietz
8dfe068f86
openblas: patch to fix on non-glibc
2018-02-13 09:44:48 -06:00
Will Dietz
c8081971f4
openblas: NO_AFFINITY=1 fix for musl
2018-02-13 09:44:48 -06:00
Will Dietz
49b7e4337f
libexecinfo: init at 1.1, patches from Alpine
...
Not sure if ALLVM should use this, but might be good
to have it on hand just-in-case :).
Maybe part of libnone?
2018-02-13 09:44:48 -06:00
Will Dietz
77c58c9de1
libusb: fix header usage on musl, patch from Alpine
2018-02-13 09:44:46 -06:00
Will Dietz
29b012e177
tbb: mallinfo patch to fix build w/musl, fix w/clang
2018-02-13 09:44:46 -06:00
Will Dietz
f96d0d114e
libnet: Add patch from alpine to fix build on musl
2018-02-13 09:44:46 -06:00
Will Dietz
4a5aa55d73
ti-rpc: patch to fix w/musl
2018-02-13 09:44:45 -06:00
Will Dietz
6c2e8b36cf
libnsl: Add alpine patches to fix w/musl
2018-02-13 09:44:44 -06:00
Will Dietz
b905c0cb9c
stfl: use libiconv fix on all non-glibc not just darwin
2018-02-13 09:44:44 -06:00
Will Dietz
bc999dcac5
libunistring: no tests on musl
2018-02-13 09:44:44 -06:00
Will Dietz
38d17e33c3
libidn: don't run tests on musl
2018-02-13 09:44:43 -06:00
Will Dietz
3b0d3248c9
gcc7: tweak check, target -> host
2018-02-13 09:44:43 -06:00
Will Dietz
3b9e99ddae
libffi: add patch to fix w/musl
...
also use patches from OE, fix musl softfloat build
2018-02-13 09:44:42 -06:00
Will Dietz
f566e3f987
gcc7: more selftest disabling, whenever building cross
2018-02-13 09:44:42 -06:00
Will Dietz
4aca016313
changes some targetPlatform to hostPlatform checks
2018-02-13 09:44:42 -06:00
Will Dietz
158c3c4864
libxml2: disable tests also
2018-02-13 09:44:41 -06:00
Will Dietz
e4d5928ba3
boehm-gc: fix missing include, fix build w/musl
...
Also disable-static, don't remember why
2018-02-13 09:44:39 -06:00
Will Dietz
ff9b494103
gcc7: Apply patch to fix selftest w/musl?
2018-02-13 09:44:39 -06:00
Will Dietz
f146a3c316
gcc5, 7: same fixes as gcc6
2018-02-13 09:44:38 -06:00
Will Dietz
fbf41b9ee2
gcc6: try to fix LOCAL_INCLUDE_DIR problem w/musl
2018-02-13 09:44:38 -06:00
Will Dietz
5eea9e82f4
gcc6: try patching MUSL_DYNAMIC_LINKER as well
2018-02-13 09:44:38 -06:00
Will Dietz
ece06deee4
gcc6: try to fix gccCrossStageStati
2018-02-13 09:44:38 -06:00
Will Dietz
15d401dcfa
gcc: disable libsanitizer, libgomp on musl
2018-02-13 09:44:38 -06:00
Will Dietz
65c9c38a21
attr: patch to fix headers w/musl
2018-02-13 09:44:36 -06:00
Will Dietz
41435ee8a6
libiconv: disable overly strict asssertion in libiconv
2018-02-13 09:44:35 -06:00
Will Dietz
cec99d22f0
npth: run tests, even if brief
2018-02-13 09:44:30 -06:00
Will Dietz
9ba32c76f4
libnfnetlink: patch to fix build w/non-glibc (namely, musl)
2018-02-13 09:44:30 -06:00
Will Dietz
bc2ad5a968
libunwind: patch to fix build on non-glibc
2018-02-13 09:44:29 -06:00
Ben Gamari
41026550e2
ruby: Enable cross-compilation
2018-02-13 09:44:29 -06:00
Will Dietz
2d772d52ae
libbfd: fix for cross (based on same from @bgamari)
2018-02-13 09:44:29 -06:00
Will Dietz
37c2ac90e6
cmake: fix cross
...
TODO: toolchain file instead?
2018-02-13 09:44:29 -06:00
Ben Gamari
cb5453e13a
cpython: Enable cross-compilation
2018-02-13 09:44:28 -06:00
Ben Gamari
d625f181bd
autoconf: Enable cross-compilation
2018-02-13 09:44:28 -06:00
Ben Gamari
47540dab74
lua: Fix cross-compilation
2018-02-13 09:44:27 -06:00
Ben Gamari
a868bf3797
glibc: Fix cross-compilation of locales
2018-02-13 09:44:26 -06:00
Ben Gamari
2870c99cef
autogen: Enable cross-compilation
2018-02-13 09:44:26 -06:00
Andreas Rammhold
122fa75b2d
Merge pull request #34426 from andir/libyamlcpp
...
WIP: libyaml-cpp: 0.5.3 -> 0.6.1
2018-02-13 16:43:40 +01:00
Bastian Köcher
deef33187b
kde_frameworks: 5.42 -> 5.43
2018-02-13 16:29:20 +01:00
Tuomas Tynkkynen
1a06373c0a
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/development/libraries/libclc/default.nix
pkgs/top-level/all-packages.nix
2018-02-13 16:42:55 +02:00
Tuomas Tynkkynen
68052b5619
python: Pull ensureNewerSourcesHook call to all-packages.nix
...
Documents the reason why it's needed and also prevents the
ensureNewerSourcesHook call being evaluated again and again for every
single Python package.
2018-02-13 16:32:16 +02:00
Shea Levy
d6023f0456
Merge branch 'grpc-upgrade' of git://github.com/bhipple/nixpkgs
2018-02-13 09:01:00 -05:00
Andreas Rammhold
f80b233072
libyaml-cpp: 0.5.3 -> 0.6.1
2018-02-13 14:57:22 +01:00
Andreas Rammhold
d985eb5c74
Merge pull request #34924 from andir/qpdf-7.1.1
...
qpdf: 7.0.0 -> 7.1.1
2018-02-13 12:53:08 +01:00
Andreas Rammhold
5856b4270e
qpdf: 7.0.0 -> 7.1.1
2018-02-13 12:22:50 +01:00
Michiel Leenaars
2b68e99504
getdns: init at 1.3.0
2018-02-13 11:02:50 +01:00
Peter Simons
afb83e0e03
multi-ghc-travis: update to current Git master
2018-02-13 10:57:40 +01:00
Peter Simons
4b39930ee6
Update hspec family packages to 2.4.8 when building with GHC 8.4.x.
2018-02-13 10:18:19 +01:00
Peter Simons
be676705e3
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.8-24-g7642d25 from Hackage revision
dc11df52c5
.
2018-02-13 10:18:14 +01:00
Peter Simons
47adc4eb8e
LTS Haskell 10.5
2018-02-13 10:17:56 +01:00
Benjamin Hipple
537181136c
grpc: 1.8.3 -> 1.9.1
...
Also added meta and license information.
2018-02-13 00:05:52 -05:00
Claes Wallin (韋嘉誠)
e87fb71085
racket-minimal: Correct description: Dr. Racket, not Mr.
2018-02-13 08:05:35 +08:00
Daiderd Jordan
9b080c35b6
Merge pull request #34862 from hamishmack/patch-2
...
rust: fix disabling of fragile test
2018-02-13 00:15:09 +01:00
John Ericson
6acfa356dd
Merge pull request #34863 from ElvishJerricco/callCabal2nix-use-static-cabal2nix
...
Use static cabal2nix in callCabal2nix
2018-02-12 17:07:18 -05:00
Daiderd Jordan
0bf153f9c0
qt59-qtbase: fix darwin build with clang-5
2018-02-12 22:50:36 +01:00
Daiderd Jordan
a93b1ea803
qt510-qtbase: fix darwin build with clang-5
2018-02-12 22:15:04 +01:00
Michael Raskin
fb8379cc76
lispPackages, lispPackages.quicklisp-to-nix: 2017-07-25 -> 2018-01-31
...
* update Quicklisp distinfo
* regenerate packages
* add cl-html-parse and closure-html
* add proper mariadb library path to fix cl-mysql
* escape memoization filenames for systems
* lispPackages.cl-postgres: keep simple-date in the same package
2018-02-12 20:45:33 +01:00
Daiderd Jordan
81674e04f3
libclc: use clang-4
2018-02-12 20:40:18 +01:00
Michiel Leenaars
32efe66182
pythonPackages.asn1ate: unstable -> 0.6
2018-02-12 19:43:01 +01:00
Michiel Leenaars
ae6887d222
arpa2cm: init -> 0.5
2018-02-12 19:43:01 +01:00
taku0
c275c3dc30
swift: 3.1.1 -> 4.0.3
2018-02-12 22:03:40 +09:00
taku0
e2783b299c
swift: fix build
2018-02-12 22:03:40 +09:00
Jaakko Luttinen
fcca0ed08a
pythonPackages.Nikola: remove input pytest-mock
2018-02-12 14:22:40 +02:00
Robert Schütz
1674636aa7
python3Packages.Nikola: add mock to checkInputs
...
mock is no longer in propagatedBuildInputs of pytest-mock for python>2.7
2018-02-12 12:46:57 +01:00
Robert Schütz
804bf3c22a
pythonPackages.pytest-mock: 1.6.0 -> 1.6.3
2018-02-12 12:46:21 +01:00
Profpatsch
53e790e7a8
maintainers: capitalize the Profpatsch attribute (vanity)
...
Since I’m already at it, this has been bothering me for a while.
2018-02-12 07:24:50 +01:00
Profpatsch
2922bee722
remove profpatsch from maintainer list of a few packages
2018-02-12 06:24:38 +01:00
Profpatsch
b806863a82
jid: remove package
2018-02-12 06:23:33 +01:00
adisbladis
d66174e4dc
Merge pull request #34860 from vcunat/p/nodejs-6_x
...
nodejs: 6.12.2 -> 6.12.3 (maintenance)
2018-02-12 09:54:42 +08:00
adisbladis
81a6e50110
Merge pull request #34800 from adisbladis/linphone-3_12_0
...
linphone: 3.10.2 -> 3.12.0
2018-02-12 09:39:06 +08:00
Franz Pletz
cb02fae72f
Merge pull request #34797 from oxij/pkgs/opencl-things
...
OpenCL things
2018-02-12 00:16:16 +00:00
Will Fancher
627444cfc2
Use static cabal2nix in callCabal2nix
2018-02-11 18:33:20 -05:00
Hamish Mackenzie
ca74ad35f4
rust: fix disabling of fragile test
...
Tests in the run-make directory are all in subdirectories
2018-02-12 12:10:29 +13:00
Vladimír Čunát
226d86a3c4
nodejs: 6.12.2 -> 6.12.3 (maintenance)
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.12.3
2018-02-11 22:47:58 +01:00
Valentin Heidelberger
cb00c50603
pythonPackages.pynacl: ignore timeout in tests
...
don't modify test_aead.py yet
add pynacl-no-timeout-and-deadline.patch
2018-02-11 22:20:12 +01:00
Andreas Rammhold
7fad46051e
Merge pull request #34681 from xurei/master
...
postman: init at 5.5.2
2018-02-11 20:43:53 +01:00
Olivier Bourdoux
63a4cbfb43
postman: init at 5.5.2
2018-02-11 18:39:44 +01:00
Daiderd Jordan
69779a5f7e
Merge pull request #33374 from dtzWill/update/llvm-5-default
...
Update LLVM default 4 -> 5
2018-02-11 18:29:26 +01:00
Spencer Baugh
600d0afc4f
pythonPackages.aioconsole: init at 0.1.7
2018-02-11 17:23:52 +00:00
Frederik Rietdijk
3933b60bae
Merge pull request #34847 from va1entin/pynacl
...
pythonPackages.pynacl: fix tests
2018-02-11 15:15:42 +00:00
Valentin Heidelberger
92d68b0656
pythonPackages.pynacl: fix tests
2018-02-11 16:10:37 +01:00
Bjørn Forsman
8ea7a302bd
make-fonts-cache: remove CACHEDIR.TAG file from Nix store
...
A CACHEDIR.TAG file indicates that the contents can be automatically
re-generated. This is not really true for Nix store paths. (Well _Nix_
can recreate them, but that's different.)
I noticed this issue as I was restoring full system backup that "for
some reason" always missed /nix/store/*-fc-cache (found by `nix-store
--verify --repair`). Turns out I was excluding caches from my backup...
2018-02-11 16:07:43 +01:00
Frederik Rietdijk
b101148337
Merge pull request #34835 from vanzef/i3ipc
...
pythonPackages.i3ipc: init at 1.4.0
2018-02-11 14:10:27 +00:00
Ivan Solyankin
eb3611a8f3
pythonPackages.i3ipc: init at 1.4.0
...
closes #34828
2018-02-11 16:34:31 +03:00
Pascal Wittmann
b0047a527c
fswatch: 1.9.3 -> 1.11.2
2018-02-11 13:29:43 +01:00
Pascal Wittmann
63c97b946e
udunits: 2.2.24 -> 2.2.26
2018-02-11 13:22:19 +01:00
Pascal Wittmann
2d6d52b60c
icmake: 9.02.04 -> 9.02.06
2018-02-11 12:02:27 +01:00
Pascal Wittmann
2e7e318ffd
unibilium: 1.2.1 -> 2.0.0
2018-02-11 12:00:21 +01:00
Markus Kowalewski
5e12d76361
openmpi: fix broken modules, disable dsos
2018-02-11 00:49:12 -08:00
Frederik Rietdijk
27217271e1
Merge pull request #34826 from va1entin/pynacl
...
pythonPackages.pynacl: 0.3.0 -> 1.2.1
2018-02-11 08:48:56 +00:00
Luke Adams
677aa175a7
platformio-python: add git
2018-02-11 09:20:13 +01:00
Luke Adams
4da3c294f6
platformio-fhs: minor changes
2018-02-11 09:19:53 +01:00
Nadrieril
ad7ab43448
pythonPackages.weboob: 1.1 -> 1.3
2018-02-11 09:14:42 +01:00
Lancelot SIX
45b9cf2659
pythonPackages.celery: 4.0.2 -> 4.1.0
2018-02-11 09:00:18 +01:00
Frederik Rietdijk
06a7281d0f
Merge master into staging
2018-02-11 08:55:28 +01:00
Frederik Rietdijk
9d69ebe5a8
Merge staging at '256ba86' into master
2018-02-11 08:54:49 +01:00
Frederik Rietdijk
773aca9632
Merge pull request #34825 from dotlambda/home-assistant-0.63.0
...
home-assistant: 0.62.1 -> 0.63
2018-02-11 07:30:02 +00:00
Frederik Rietdijk
35ab6369c6
Merge pull request #34065 from markuskowa/openmpi3-pr
...
openmpi: 1.10.7->3.0.0, add markuskowa as maintainer
2018-02-11 07:27:17 +00:00
Markus Kowalewski
389a130e6d
mpi4py: disable test_spawn.py
...
test_spawn.py fails when build with openmpi-3.0.0 in a sandboxed
environment.
2018-02-10 22:37:45 -08:00
Valentin Heidelberger
97982f264a
pythonPackages.pynacl: 0.3.0 -> 1.2.1
2018-02-11 01:52:38 +01:00
Tuomas Tynkkynen
48f3036e87
Merge remote-tracking branch 'upstream/master' into staging
2018-02-11 02:10:02 +02:00
Tuomas Tynkkynen
0ed5ba8a64
buildMavenPackage: Use concatStringsSep
2018-02-11 00:17:47 +02:00
Robert Schütz
0577bc4832
pythonPackages.astral: 1.4 -> 1.5
2018-02-10 23:16:48 +01:00
Austin Seipp
df689d142b
chez-scheme: 9.5-20171109 -> 9.5.1
...
- Add a new postInstall hook that installs Chez's kernel.o file into
the library directory. This library /should/ be installed by Chez, but
isn't, and it's the only way to properly embed Chez in your applications
or write your own shell/bootfile harness directly.
- Fixes the version number for Nix to properly reflect the one Chez
shows the user.
- Loose odds and ends (fix homepage URL, tidy up comments)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-10 14:14:04 -06:00
adisbladis
d424160b33
go_1_8: 1.8.5 -> 1.8.7
2018-02-11 03:33:13 +08:00
adisbladis
cac2a6596c
go_1_9: 1.9.3 -> 1.9.4
2018-02-11 03:33:08 +08:00
Daiderd Jordan
0905e5e23a
qt59-qtbase: fix darwin build
2018-02-10 20:30:38 +01:00
Shea Levy
32085eafa1
haskell-hpio: disable test suite to fix the build
2018-02-10 18:10:47 +01:00
Shea Levy
b0270dfcec
haskell-securemem: fix build with GHC 8.4
2018-02-10 18:10:47 +01:00
Shea Levy
74bde7e20a
haskell-deepseq-generics: fix build on ghc 8.4
2018-02-10 18:10:47 +01:00
Shea Levy
d2b6665024
haskell-twee-lib: disable broken haddocks
2018-02-10 18:10:46 +01:00
Shea Levy
15344506cc
haskell-funcmp: Fix build on GHC 8.4
2018-02-10 18:10:46 +01:00
Shea Levy
7ac6c77323
ghc: Make deterministic profiling patches opt-in.
...
The patch changes some pieces of the exposed API, so we can't have our
default GHC changed in this way.
2018-02-10 18:10:44 +01:00
Shea Levy
9dfbb52423
liquidhaskell: Patch for compat with our deterministic profiling GHC patch
2018-02-10 18:05:29 +01:00
Shea Levy
69b0bc1bdf
ghc 8.{2,4}: Add patches for deterministic profiling symbols.
...
These are taken from https://phabricator.haskell.org/D4388 (which is
against HEAD) and fix an inconsistency when building profiling
libraries on multiple machines that leads to linking failure.
2018-02-10 18:05:29 +01:00
Peter Simons
36a095e27e
haskell-contravariant: fix build on GHC 7.10.x
2018-02-10 18:05:28 +01:00
Peter Simons
1d4529c7e2
cabal2nix: compile with hpack 0.25.0
2018-02-10 18:05:28 +01:00
Peter Simons
c8bc6163c0
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.8-24-g7642d25 from Hackage revision
ddb881454b
.
2018-02-10 18:05:23 +01:00
Peter Simons
52628a27e7
hackage2nix: disable broken builds
2018-02-10 18:05:21 +01:00
Jörg Thalheim
b3e42e607c
Merge pull request #34021 from dtzWill/update/boomerang-20180118
...
boomerang: switch to new active fork, cleanup, maintain
2018-02-10 15:57:24 +00:00
Jan Malakhovski
f036df0321
libclc: 2017-02-25 -> 2017-11-29
2018-02-10 15:07:14 +00:00
Jan Malakhovski
d64748295a
ocl-icd: fix cross-compilation
2018-02-10 15:07:14 +00:00
Jan Malakhovski
63a1c0c807
ocl-icd: provide a variant for each opencl-headers version
2018-02-10 15:07:13 +00:00
Jan Malakhovski
67a058eda7
opencl-headers: 2016-11-29 -> 2017-07-18, provide multiple versions
2018-02-10 15:07:13 +00:00
Jan Malakhovski
7f7e117c94
hwloc: disable x11 by default
...
I think nothing actually uses what this feature provides but all headless
machines suffer.
2018-02-10 15:07:12 +00:00
Jörg Thalheim
e2d2503515
Merge pull request #34015 from veprbl/pytgbot
...
python-telegram-bot: init at 9.0.0
2018-02-10 14:41:14 +00:00
Robert Schütz
3c97239afe
pythonPackages.testtools: clean up dependencies
2018-02-10 15:24:55 +01:00
Eric Wolf
230b640ea6
pythonPackages.neovim: 0.2.0 -> 0.2.1
...
changed dependency msgpack-python to msgpack to make
it build
2018-02-10 15:10:55 +01:00
Eric Wolf
b020aef13a
pythonPackages.msgpack: init at 0.5.4
2018-02-10 15:10:55 +01:00
Eric Wolf
e2859068b1
pythonPackages.msgpack: renamed to msgpack-python
2018-02-10 14:47:19 +01:00
Thomas Mader
1ac2ce107c
dub: 1.7.1 -> 1.7.2
2018-02-10 14:36:19 +01:00
Jörg Thalheim
5c22bf84e4
Merge pull request #34124 from arcadio/hunspell
...
hunspell: 1.6.1 -> 1.6.2
2018-02-10 13:03:10 +00:00
Jörg Thalheim
7e36db84c7
Merge pull request #34285 from fgaz/duktape
...
duktape: init at 2.2.0
2018-02-10 12:35:29 +00:00
Jörg Thalheim
7e1ebc2c52
Merge pull request #34327 from mnacamura/node-json-diff
...
node-packages.json-diff: init at 0.5.2
2018-02-10 12:30:41 +00:00
Jörg Thalheim
a4354c9593
Merge pull request #34515 from vbgl/ocaml-tyxml-4.2.0
...
ocamlPackages.tyxml: 4.0.1 -> 4.2.0
2018-02-10 11:53:53 +00:00
Jörg Thalheim
fdc9312dba
Merge pull request #34546 from samdroid-apps/add-spice-up
...
Add presentation app Spice Up
2018-02-10 11:43:09 +00:00
Frederik Rietdijk
2e07f0da88
Merge pull request #34808 from jluttine/fix-txtorcon
...
pythonPackages.txtorcon: fix tests
2018-02-10 11:33:34 +00:00
Jörg Thalheim
777c8388e6
Merge pull request #34523 from womfoo/init/librarian-puppet-go-0.3.9
...
librarian-puppet-go: init at 0.3.9
2018-02-10 11:32:40 +00:00
Jaakko Luttinen
6aee626c32
pythonPackages.txtorcon: fix tests
...
There is a bug in the upstream package that causes one test to fail currently:
https://github.com/meejah/txtorcon/issues/250
The test can be safely ignored but should be enabled once it's been fixed
upstream.
2018-02-10 13:11:07 +02:00
Vladimír Čunát
0a941e0b66
treewide: avoid fatal warnings from gcc7
2018-02-10 12:06:02 +01:00
Frederik Rietdijk
2b16b1a1dd
Merge pull request #34807 from dotlambda/python
...
python: housekeeping
2018-02-10 10:55:51 +00:00
Robert Schütz
520eaac3c3
pythonPackages.pytest_xdist: enable tests for python2
2018-02-10 11:37:12 +01:00
Vladimír Čunát
256ba86fff
libtasn1: 4.12 -> 4.13 (security)
...
/cc #34787 .
2018-02-10 11:30:34 +01:00
Robert Schütz
5ca63e0462
python3Packages.async-timeout: clean up
2018-02-10 11:07:03 +01:00
Robert Schütz
56224e27af
pythonPackages.chardet: clean up
2018-02-10 11:07:03 +01:00
Robert Schütz
585a5c1634
python3Packages.multidict: clean up dependencies
2018-02-10 11:06:57 +01:00
Robert Schütz
43795b2cea
python3Packages.aiohttp: clean up dependencies
2018-02-10 10:53:01 +01:00
Thomas Mader
a1f920e900
dtools: 2.078.1 -> 2.078.2
2018-02-10 10:49:17 +01:00
Thomas Mader
95e86ba651
dmd: 2.078.1 -> 2.078.2
2018-02-10 10:48:28 +01:00
Jörg Thalheim
7fd8e8b40e
Merge pull request #33427 from vdemeester/init-go-symbols
...
go-symbols: init at 2017-02-06
2018-02-10 09:47:30 +00:00
Frederik Rietdijk
d8d8a0a00f
Merge pull request #34761 from nico202/papis
...
papis: init at 0.5.2 + dependencies
2018-02-10 08:32:52 +00:00
Jörg Thalheim
2c5c928a10
Merge pull request #34688 from andrew-d/adunham/dbd-sqlite
...
Fix build failures with DBD-SQLite
2018-02-10 08:27:49 +00:00
Nicolò Balzarotti
3c3bc83c39
python-magic: move to own file, 0.4.10 -> 0.4.13
...
move python_magic
2018-02-10 09:23:02 +01:00
Nicolò Balzarotti
c00d76cc29
pylibgen: init at 1.3.1
2018-02-10 09:23:02 +01:00
Nicolò Balzarotti
78ab516964
papis-python-rofi: init at 1.0.2
2018-02-10 09:23:01 +01:00
Nicolò Balzarotti
1e5216751e
pyparser: init at 1.0
2018-02-10 09:23:01 +01:00
Nicolò Balzarotti
e6a42f8252
habanero: init at 0.6.0
2018-02-10 09:23:01 +01:00
Nicolò Balzarotti
4422a70922
arxiv2bib: init at 1.0.8
2018-02-10 09:23:01 +01:00
Frederik Rietdijk
603952d86c
Merge pull request #34790 from dotlambda/pyhomematic
...
python3Packages.pyhomematic: 0.1.38 -> 0.1.39
2018-02-10 08:09:10 +00:00
Claes Wallin (韋嘉誠)
ebf394be85
racket-minimal: add description
2018-02-10 13:30:51 +08:00
adisbladis
051c92a825
belcard: init at 1.0.2
2018-02-10 13:23:56 +08:00
adisbladis
fa633e7905
belr: init at 0.1.3
2018-02-10 13:23:52 +08:00
adisbladis
611ed16125
bzrtp: init at 1.0.6
2018-02-10 13:20:51 +08:00
adisbladis
0dbe0ad242
ortp: 0.27.0 -> 1.0.2
2018-02-10 13:19:52 +08:00
adisbladis
bebb33a50f
belle-sip: 1.5.0 -> 1.6.3
2018-02-10 13:19:08 +08:00
adisbladis
ab2a3c74aa
mediastreamer: 2.14.0 -> 2.16.0
2018-02-10 13:18:44 +08:00
adisbladis
a5047cd5f0
bctoolbox: 0.2.0 -> 0.6.0
2018-02-10 13:18:00 +08:00
Claes Wallin (韋嘉誠)
435bceb69e
racket-minimal: init at 6.12.0 (same as racket)
...
Racket without the bundled packages, such as Mr Racket.
The essential package racket-libs is included, as well as libraries
that live in collections. In particular, raco and the pkg library are
still bundled.
2018-02-10 12:51:51 +08:00
Robert Schütz
6da71d97d4
python3Packages.pyhomematic: 0.1.38 -> 0.1.39
2018-02-09 23:24:30 +01:00
Frederik Rietdijk
84a6d8a718
Merge pull request #34777 from dotlambda/pytest-httpbin
...
pythonPackages.pytest-httpbin: actually run tests
2018-02-09 19:42:58 +00:00
Frederik Rietdijk
75c5b8c01f
Merge pull request #34768 from dotlambda/dateparser
...
pythonPackages.dateparser: 0.6.0 -> 0.7.0
2018-02-09 19:42:41 +00:00
Robert Schütz
6ae627b01e
pythonPackages.pytest-httpbin: actually run tests
2018-02-09 20:37:56 +01:00
Peter Simons
13dda44b8b
haskell-with-packages-wrapper: don't bother with extraOutputsToInstall
...
symlinkJoin doesn't recognize this parameter, so this functionality has been
broken ever since 4b77d425aa
.
2018-02-09 20:26:35 +01:00
Frederik Rietdijk
9c105bdf8f
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-09 20:02:53 +01:00
Robert Schütz
d436d3dac5
pythonPackages.dateparser: 0.6.0 -> 0.7.0
2018-02-09 19:57:22 +01:00
Peter Simons
2c13435734
haskell-generic-builder: revert "set LD_LIBRARY_PATH in shellHook"
...
This reverts commit e73e5c884f
. Please don't
set $LD_LIBRARY_PATH! Instead, pass appropriate --extra-include-dir and
--extra-lib-dir arguments to "cabal configure" to ensure that Cabal knows
about system dependencies.
2018-02-09 19:56:20 +01:00
Peter Simons
bd3379c443
haskell-generic-builder: include build-tool dependencies in shell environments
...
For a Haskell package "foo" the environment foo.env now contains the build tool
dependencies required for compiling the package in $PATH.
Fixes https://github.com/NixOS/cabal2nix/issues/331 .
2018-02-09 19:56:20 +01:00
Franz Pletz
a51cda85ff
Merge pull request #34434 from markuskowa/uhd-fix-boost-pr
...
uhd: 3.10.2.0 -> 3.10.3.0
2018-02-09 18:33:11 +00:00
Robert Schütz
bd92592e7e
pythonPackages.pytz: 2017.3 -> 2018.3
2018-02-09 17:56:19 +01:00
Peter Simons
9861064f35
Merge pull request #34766 from mnacamura/r-pbdZMQ-fix-darwin
...
rPackages.pbdZMQ: fix package loading on Darwin
2018-02-09 17:43:03 +01:00
Jörg Thalheim
7d9313fff3
Merge pull request #34635 from zauberpony/hcloud-init-v1.3.0
...
hcloud: init at 1.3.0
2018-02-09 16:38:12 +00:00
Jörg Thalheim
03ad93a879
Merge pull request #34701 from holidaycheck/chromedriver-2.35
...
chromedriver: 2.33 -> 2.35
2018-02-09 16:09:21 +00:00
Jörg Thalheim
807d76b30b
Merge pull request #34765 from greedy/fix/libproxy-darwin
...
libproxy: fix building on darwin
2018-02-09 16:02:42 +00:00
thorstenweber83
814a9310dc
python.pkgs.awesome-slugify: fix build ( #34764 )
...
It broke because Unidecode went out of
its defined range (Unidecode>=0.04.14,<0.05)
with commit 57e9ed3719
2018-02-09 16:02:23 +00:00
Mitsuhiro Nakamura
c4658ac0a4
rPackages.pbdZMQ: fix package loading on Darwin
2018-02-10 00:54:28 +09:00
Geoffrey Reedy
7f6c4e2703
libproxy: fix building on darwin
2018-02-09 08:33:41 -07:00
Frederik Rietdijk
669e03ecce
Merge pull request #34647 from jraygauthier/jrg/pythonnet-rebased
...
pythonnet: Init at 2.3.0
2018-02-09 15:20:25 +00:00
Sam Parkinson
197d9a8d90
granite: refactor package
...
* move build time dependencies into nativeBuildInputs
* convert cmakeFlags to an array
* use `with` in the meta section
* add `ninja`
2018-02-09 22:23:37 +11:00
adisbladis
d1c5b483d2
yaml2json: init at unstable-2017-05-03
2018-02-09 16:46:21 +08:00
Jörg Thalheim
58278aec16
Merge pull request #34738 from dotlambda/pytest-sugar
...
pythonPackages.pytest-sugar: 0.9.0 -> 0.9.1
2018-02-09 08:06:29 +00:00
Jörg Thalheim
4db906e185
Merge pull request #34730 from karolchmist/dotty-bump-0.6.0
...
dotty: 0.4.0 -> 0.6.0
2018-02-09 07:58:59 +00:00
Raymond Gauthier
1d1209381a
pythonnet: Init at 2.3.0
2018-02-08 21:29:36 -05:00
Dan Peebles
dfd300c81d
treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/
...
Upstream killed the pkgs server but src continues to serve up the exact
same content, so we can just point there and all hashes should be unchanged.
2018-02-08 16:38:08 -05:00
Tim Steinbach
86ab2e3842
Merge pull request #34446 from nlewo/pr/skopeo
...
skopeo: remove the patch by setting a variable at build time
2018-02-08 16:19:46 +00:00
Robert Schütz
e7fc9fe5e1
pythonPackages.pytest-sugar: 0.9.0 -> 0.9.1
2018-02-08 15:35:41 +01:00
Frederik Rietdijk
ec506fdfbc
Merge pull request #34736 from dotlambda/pecan
...
pythonPackages.pecan: remove superfluous patch
2018-02-08 14:16:18 +00:00
Robert Schütz
f4ff322d72
pythonPackages.pecan: remove superfluous patch
2018-02-08 15:10:01 +01:00
Antoine Eiche
a38cb9411c
skopeo: 0.1.27 -> 0.1.28
2018-02-08 14:33:58 +01:00
Frederik Rietdijk
28e0126876
Merge pull request #34733 from geistesk/fpdf
...
fpdf: init at 1.7.2
2018-02-08 12:43:08 +00:00
geistesk
266292a4bc
fpdf: init at 1.7.2
2018-02-08 13:39:10 +01:00
Frederik Rietdijk
50a9d51a09
Merge commit '30d031b5d8d05422586043c3f105f4d9110e4f59' into HEAD
2018-02-08 12:14:07 +01:00
Frederik Rietdijk
2e6032ff75
Merge pull request #34678 from jluttine/update-pytest-cram
...
pythonPackages.pytest-cram: 0.1.1 -> 0.2.0
2018-02-08 11:04:04 +00:00
Frederik Rietdijk
712c322122
Merge pull request #34532 from unode/pysam
...
pysam: init at 0.13
2018-02-08 11:02:32 +00:00
Frederik Rietdijk
c0c366c8af
Merge pull request #34533 from unode/dendropy
...
dendropy: init at 4.3.0
2018-02-08 11:00:32 +00:00
Karol Chmist
7bfc62a377
dotty: 0.4.0 -> 0.6.0
2018-02-08 10:23:08 +01:00
Will Dietz
a90f841769
heaptrack: Add dep on kdiagram for chart goodness
2018-02-07 20:56:54 -06:00
Will Dietz
427a4cd463
heaptrack: don't be specific about boost
2018-02-07 20:56:54 -06:00
Will Dietz
11d9f3aae1
heaptrack: 2017-10-30 -> 2018-01-28
2018-02-07 20:56:54 -06:00
Ruben Maher
72326cda80
flow: 0.64.0 -> 0.65.0
2018-02-08 10:02:50 +10:30
Adrien Devresse
4442a377cb
rocksdb: 5.1.2 -> 5.10.2
...
- Update rocksdb to last version
- Also enable RTTI support for rocksdb, required for Ceph
- Add missing which and perl package
2018-02-07 21:17:02 +01:00
Matthew Pickering
947e7d80b4
Refactor Idris packaging infrastructure
...
The main two changes are
1. Completely rewrite how with-packages works to remove use of envHooks
2. The package description is now an idris specific set rather than
being a subset of the arguments to mkDerivation. This mirrors the
way Haskell packages are treated.
2018-02-07 19:25:50 +00:00
Matthew Pickering
8d55538f97
Revert "idris: Move library setup to the setup hook."
...
This reverts commit 69d4adee1f
.
2018-02-07 19:24:31 +00:00
Adrien Devresse
52f6310626
lttng-ust: refactor
...
liburcu appears in the public API of LTTNG: it should be a
propagatedBuildInputs.
2018-02-07 18:34:53 +01:00
adisbladis
51c442c007
Merge pull request #34702 from ryantm/bossa
...
bossa: 2014-08-18 -> 1.8
2018-02-08 00:11:02 +08:00
Mathias Schreck
7bd68dff1e
chromedriver: 2.33 -> 2.35
2018-02-07 16:57:10 +01:00
adisbladis
dda6f49192
uriparser: 0.8.4 -> 0.8.5
2018-02-07 23:29:16 +08:00
Peter Simons
8ff7ac4859
Merge pull request #34646 from clacke/hledger-darwin
...
hledger: build correctly on darwin
2018-02-07 08:32:59 +01:00
Peter Simons
725e98fe85
Merge pull request #34682 from deepfire/ghc-8.4
...
ghc841: bump to alpha3
2018-02-07 08:22:55 +01:00
Andrew Dunham
d3f76d7747
Fix build failures with DBD-SQLite
...
This passes the correct compilation flags to the builder so we pick up
the path to sqlite, and (despite the fact that it's a development
version), also updates to version 1.55_07 to fix
https://github.com/DBD-SQLite/DBD-SQLite/issues/28
2018-02-06 18:06:23 -08:00
Tuomas Tynkkynen
4c6c919a31
Merge remote-tracking branch 'upstream/master' into HEAD
...
Conflicts:
pkgs/os-specific/linux/kernel/generic.nix
2018-02-07 03:41:24 +02:00
adisbladis
5582365d3e
Merge pull request #34664 from ryantm/autoconf-archive
...
autoconf-archive: 2017.03.21 -> 2017.09.28
2018-02-07 09:13:46 +08:00
Daiderd Jordan
5af41b7a22
pixman: fix clang5 build
2018-02-06 23:38:47 +01:00
Daiderd Jordan
db7e0aeb42
llvm-packages: cleanup
2018-02-06 23:38:46 +01:00
Daiderd Jordan
335ae38674
Merge pull request #33871 from dtzWill/fix/llvm-5-python-closure
...
llvm-5: add extra 'python' output for opt-viewer tool
2018-02-06 23:33:45 +01:00
Jaakko Luttinen
44509195e5
pythonPackages.pytest-cram: 0.1.1 -> 0.2.0
...
This fixes pytest-cram after the recent pytest upgrading broke it.
2018-02-06 21:49:44 +02:00
Kosyrev Serge
6419664793
ghc841: bump to alpha3
2018-02-06 21:58:32 +03:00
Claes Wallin (韋嘉誠)
cc2c594a9b
hledger*: build correctly on darwin
...
- mkdir -p $out/share/info rather than assuming $out/share is there
- find .info and .man* files correctly on darwin -- don't try to
match the specific system name, there is nothing to gain from that
nix calls darwin darwin, but ghc calls it osx in its directory names.
closes #34644
2018-02-07 01:32:16 +08:00
Frederik Rietdijk
ec26c65bce
Merge pull request #34643 from dotlambda/dateparser
...
pythonPackages.dateparser: switch to parameterized and thereby fix Hydra test
2018-02-06 16:23:58 +00:00
Ryan Mulligan
8930a14422
autoconf-archive: 2017.03.21 -> 2017.09.28
2018-02-06 07:35:31 -08:00
Renato Alves
b2284e0454
htslib: 1.6 -> 1.7
2018-02-06 15:37:50 +01:00
Robert Schütz
029fa375c8
pythonPackages.nose-parameterized: uninit because deprecated
2018-02-06 13:16:30 +01:00
Renato Alves
a6ee80aa18
dendropy: init at 4.3.0
2018-02-06 10:06:12 +01:00
Peter Simons
a9268dd694
Merge pull request #34404 from deepfire/x-ghc-8.4-overrides
...
GHC 8.4 package overrides
2018-02-06 10:01:15 +01:00
adisbladis
6ad0e947eb
Merge pull request #34648 from ryantm/binaryen
...
binaryen: 33 -> 42
2018-02-06 13:43:10 +08:00
Ryan Mulligan
295934adda
bear: 2.2.1 -> 2.3.11
2018-02-05 21:13:54 -08:00
Ryan Mulligan
636968b3ec
binaryen: 33 -> 42
2018-02-05 20:50:02 -08:00
Ryan Mulligan
84ea1ba890
bossa: 2014-08-18 -> 1.8
2018-02-05 20:29:26 -08:00
Kosyrev Serge
ae1e9fbf87
ghc841 configuration: overrides
2018-02-06 05:33:07 +03:00
Tuomas Tynkkynen
9548028a22
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/os-specific/linux/cpupower/default.nix
2018-02-06 04:11:23 +02:00
adisbladis
da82aff2b0
Merge pull request #34637 from holidaycheck/jenkins-2.105
...
jenkins: 2.103 -> 2.105
2018-02-06 09:57:20 +08:00
Robert Schütz
f3e87bf50f
pythonPackages.dateparser: switch to parameterized
...
nose-parameterized is deprecated and yields a warning
2018-02-06 00:56:42 +01:00
Renato Alves
37680b046c
pysam: init at 0.13.0
...
A python library to interact with SAM/BAM/CRAM files
2018-02-06 00:53:32 +01:00
Daiderd Jordan
d5ccec3c4e
libgcrypt: fix darwin build
2018-02-05 21:57:53 +01:00
Daiderd Jordan
6f868088df
libassuan: fix darwin build
2018-02-05 21:57:52 +01:00
Daiderd Jordan
d3b3827154
libksba: fix darwin build
2018-02-05 21:57:45 +01:00
Eelco Dolstra
c08e4b9102
boost: Don't store absolute path in #line
...
This causes packages to have boost.dev in their runtime closures, via
assertion messages.
Fixes #34462 .
2018-02-05 21:56:43 +01:00
Mathias Schreck
674b39b048
jenkins: 2.103 -> 2.105
2018-02-05 20:13:28 +01:00
Elmar Athmer
04769e898f
hcloud: init at 1.3.0
2018-02-05 19:14:55 +01:00
Shea Levy
39f62c770b
haxl: Disable non-deterministic tests
2018-02-05 13:00:12 -05:00
Frederik Rietdijk
422f99b9a6
Merge pull request #34589 from Ma27/package-pybase64
...
pythonPackages.pybase64: init at 0.2.1
2018-02-05 13:13:12 +00:00
Maximilian Bosch
14da2e22b4
pythonPackages.pybase64: init at 0.2.1
...
`pybase64` is a tiny wrapper for `libbase64` written in python.
/cc @ironpinguin
2018-02-05 13:55:53 +01:00
Maximilian Bosch
9d188f908c
pythonPackages.nose-parameterized: create `parameterized` alias
...
`pythonPackages.parameterized` is the successor of `nose-parameterized`
as the authors of the module decided to support more testing frameworks
and stopped focusing on `noes` only. `nose-parameterized` is still
available in `pypi` with version `0.6.0`, but is officially deprecated.
However the renaming happened quite recently so it is possible that
there are still folks relying on `nose-parameterized`. Therefore I moved
the expression to provide a `pythonPackages.parameterized` derivation
and added a package override which builds `nose-parameterized` after
yielding a deprecation warning.
2018-02-05 13:55:52 +01:00
Franz Pletz
c135ecd7ef
Merge remote-tracking branch 'origin/master' into gcc-7
2018-02-05 13:11:33 +01:00
Rodney Lorrimar
4250f50dc9
electron: 1.7.9 -> 1.7.11
...
https://github.com/electron/electron/releases/tag/v1.7.10
https://github.com/electron/electron/releases/tag/v1.7.11
2018-02-05 12:31:11 +01:00
Frederik Rietdijk
870e736177
python35: 3.5.4 -> 3.5.5
2018-02-05 11:53:38 +01:00
Frederik Rietdijk
8243d2b96f
python34: 3.4.7 -> 3.4.8
2018-02-05 11:53:38 +01:00
Frederik Rietdijk
030badc427
Merge pull request #34596 from dotlambda/aioimaplib
...
python3Packages.aioimaplib: init at 0.7.13
2018-02-05 09:08:05 +00:00
adisbladis
d80057f245
Merge pull request #34601 from markuskowa/mpich2-pr
...
mpich2: 3.2 -> 3.2.1, update meta data
2018-02-05 13:54:00 +08:00
Markus Kowalewski
bd80130fd9
mpich2: add maintainer, update license
2018-02-04 15:57:50 -08:00
Markus Kowalewski
ff8b077071
mpich2: 3.2 -> 3.2.1
2018-02-04 15:52:29 -08:00
Robert Schütz
58e467c850
python3Packages.aioimaplib: init at 0.7.13
2018-02-04 22:47:01 +01:00
Robert Schütz
0cef410c08
pythonPackages.imaplib2: init at 2.45.0
2018-02-04 22:28:33 +01:00
Robert Schütz
988bec8774
python3Packages.asynctest: init at 0.11.1
2018-02-04 22:13:11 +01:00
Frederik Rietdijk
f0e404b1de
Merge pull request #34591 from womfoo/bump/facter-3.9.3
...
facter: 3.9.0 -> 3.9.3 and dependency libwhereami: 0.1.1 -> 0.1.3
2018-02-04 20:03:24 +00:00
Austin Seipp
12037a9e79
yosys: 2018.01.10 -> 2018.02.04
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-04 11:59:19 -06:00
Austin Seipp
2b5a665bc1
arachne-pnr: 2018.01.10 -> 2018.02.04
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-04 11:59:11 -06:00
Austin Seipp
f610a780e4
icestorm: 2018.01.10 -> 2018.02.04
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-04 11:59:00 -06:00
Frederik Rietdijk
c1d79509a0
Merge pull request #34553 from NixOS/python-unstable
...
Python package updates
2018-02-04 13:29:23 +00:00
Kranium Gikos Mendoza
bdd0bb241e
libwhereami: 0.1.1 -> 0.1.3
2018-02-05 00:28:21 +11:00
Frederik Rietdijk
9ba4b1621d
Merge pull request #34473 from sorki/python-can-support
...
Python CAN support
2018-02-04 12:36:38 +00:00
Frederik Rietdijk
4cb79ee66e
Merge pull request #34573 from dotlambda/luftdaten
...
python3Packages.luftdaten: init at 0.1.4
2018-02-04 12:35:01 +00:00
Frederik Rietdijk
575d8ba030
Merge pull request #34585 from calvertvl/upd_loccount_1.2
...
loccount: 1.1 -> 1.2
2018-02-04 12:31:50 +00:00
Tuomas Tynkkynen
34b7ea6d45
Merge remote-tracking branch 'upstream/master' into staging
2018-02-04 12:22:39 +02:00
Peter Simons
af884f5607
cabal2nix: update build to hpack 0.24
2018-02-04 10:52:53 +01:00
Peter Simons
77e074829b
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.8-24-g7642d25 from Hackage revision
2499b1e31f
.
2018-02-04 10:52:48 +01:00
Peter Simons
3ac304963c
hackage2nix: use latest version of weeder by default
2018-02-04 10:52:18 +01:00
Victor Calvert
d6e1c7bd94
loccount: 1.1 -> 1.2
2018-02-04 04:50:30 -05:00
Frederik Rietdijk
be964d00ea
python.pkgs.pyqt5: minor improvements
2018-02-04 10:16:46 +01:00
Peter Hoeg
c00cc986e8
wp-cli: 1.4.1 -> 1.5.0
2018-02-04 11:51:03 +08:00
Tuomas Tynkkynen
95b0ae0ad7
boehmgc: 7.6.2 -> 7.6.4
2018-02-04 02:47:18 +02:00
Robert Schütz
411cd15e59
python3Packages.luftdaten: init at 0.1.4
2018-02-03 23:22:26 +01:00
Bjørn Forsman
e193d8674b
astyle: 2.05.1 -> 3.1
2018-02-03 22:48:20 +01:00
Michael Raskin
2a541cc8f7
Merge pull request #33069 from brainrape/fix-idris-modules
...
idris: fix modules
2018-02-03 21:47:37 +00:00
Vladimír Čunát
7e5cf3b1bf
Merge #34083 : librsvg: 2.40.18 -> 2.42.2
2018-02-03 20:11:23 +01:00
adisbladis
1177bb7a09
nodejs: 9.4.0 -> 9.5.0
2018-02-04 03:06:30 +08:00
adisbladis
24dff4b341
libuv: 1.18.0 -> 1.19.1
2018-02-04 03:06:12 +08:00
Venkateswara Rao Mandela
3d74ccf5e8
doxygen: 1.8.11 -> 1.8.14
2018-02-03 20:02:42 +01:00
Graham Christensen
92b786a2fb
Merge pull request #30068 from mpickering/osm2xmap
...
libroxml: init at 2.3.0 and osm2xmap: init at 2.0 c1f7b68
2018-02-03 13:58:35 -05:00
Vladimír Čunát
9c8b87e953
librsvg: 2.42.0 -> 2.42.2 (maintenance)
2018-02-03 19:51:08 +01:00
Matthew Pickering
8b362957c7
libroxml: init at 2.3.0
2018-02-03 18:35:54 +00:00
Robert Schütz
66dc266530
python: typing: 3.5.3.0 -> 3.6.4
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
4bd9faf288
python.pkgs.quantities: 0.10.1 -> 0.12.1
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
0821a22eba
python.pkgs.ovh: 0.4.5 -> 0.4.8
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
f875b1083a
python.pkgs.dicttoxml: 1.6.4 -> 1.7.4
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
6fee9079aa
python.pkgs.webcolors: 1.4 -> 1.7
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
7afd65aed4
python.pkgs.packet-python: 1.33 -> 1.37.1
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
29e8365d2f
python.pkgs.packet-python: move expression
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
84fe4095b8
python.pkgs.sympy: 1.0 -> 1.1.1
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
8e0a2b7a21
python.pkgs.sympy: move expression
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
b18a0f416d
python.pkgs.simplegeneric: move expression
2018-02-03 17:43:31 +01:00
Robert Schütz
330cad0d36
python: pytz: 2017.2 -> 2017.3
2018-02-03 17:43:31 +01:00
Robert Schütz
7953e05672
pythonPackages.pyyaml: move derivation
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
dbb5b599ed
python.pkgs.cryptography_vectors: 2.0.3 -> 2.1.4
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
796a7d66b8
python: cryptography: 2.0.3 -> 2.1.4
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
bba1393361
python.pkgs.cryptography: move expression
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
40aff3b912
python.pkgs.cryptography_vectors: move expression
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
e375e77bcf
python.pkgs.pyqt5: 5.9.2 -> 5.10
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
f70f5e19cf
python: widgetsnbextension: 3.1.0 -> 3.1.3
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
21d9ec1f90
python: tifffile: 0.13.4 -> 0.13.5
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
bbcc2eb34e
python: thespian: 3.9.1 -> 3.9.2
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
25a8116a5b
python: testfixtures: 5.3.1 -> 5.4.0
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
48f1fc32d8
python: sybil: 1.0.6 -> 1.0.7
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
131a42b918
python: SQLAlchemy: 1.2.1 -> 1.2.2
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
6d256b8e79
python: Shapely: 1.6.3 -> 1.6.4.post1
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
dd0381af8e
python: restview: 2.8.0 -> 2.8.1
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
66672ced10
python: requestsexceptions: 1.3.0 -> 1.4.0
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
ac0193639f
python: pytzdata: 2017.3.1 -> 2018.3
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
20d883917a
python: pytest: 3.3.2 -> 3.4.0
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
1583803ed3
python: pyOpenSSL: 17.2.0 -> 17.5.0
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
ee558088fd
python: pylint: 1.8.1 -> 1.8.2
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
6a85336105
python: pyemd: 0.4.4 -> 0.5.1
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
0e7162df31
python: pycryptodomex: 3.4.7 -> 3.4.9
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
46dc693eb0
python: pycryptodome: 3.4.7 -> 3.4.9
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
a77cef2c3b
python: plotly: 2.2.3 -> 2.3.0
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
d151d30c69
python: pendulum: 1.3.2 -> 1.4.0
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
150675c01b
python: pecan: 1.2.1 -> 1.3.2
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
14f0308f2b
python: openpyxl: 2.4.9 -> 2.5.0
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
85e7cb5aa8
python: olefile: 0.44 -> 0.45.1
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
6220aad497
python: notebook: 5.3.1 -> 5.4.0
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
7cb173ebc5
python: nipype: 0.14.0 -> 1.0.0
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
34703427ff
python: nbxmpp: 0.6.2 -> 0.6.3
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
c585a084c3
python: matplotlib: 2.1.1 -> 2.1.2
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
7fcf58cc0c
python: magic-wormhole: 0.10.3 -> 0.10.4
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
8ba8d263f7
python: limits: 1.2.1 -> 1.3
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
933b31989f
python: keyring: 10.6.0 -> 11.0.0
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
74e6c1eea4
python: jupyter_client: 5.2.1 -> 5.2.2
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
6c280dad48
python: ipywidgets: 7.1.0 -> 7.1.1
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
5ce76d041f
python: python-hglib: 2.4 -> 2.5
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
6d6cef6329
python: grpcio: 1.8.4 -> 1.9.0
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
5b99ddbe11
python: google-cloud-speech: 0.30.0 -> 0.31.0
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
c63eaa64a1
python: gensim: 3.2.0 -> 3.3.0
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
f3b6425713
python: ftfy: 5.2.0 -> 5.3.0
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
7af35ee618
python: filelock: 3.0.0 -> 3.0.4
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
a7bbc6f84a
python: edward: 1.3.4 -> 1.3.5
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
2a8a058a21
python: docker: 2.7.0 -> 3.0.0
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
f50ea6e56e
python: django-polymorphic: 1.3 -> 2.0
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
c80893f40b
python: daphne: 1.4.2 -> 2.0.0
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
0ed4180d75
python: cupy: 2.2.0 -> 2.3.0
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
aaa4e18a21
python: click-threading: 0.4.2 -> 0.4.4
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
1f2dc1aa4a
python: channels: 1.1.8 -> 2.0.0
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
627785f49a
python: chainer: 3.2.0 -> 3.3.0
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
62bc691bdd
python: zc.buildout: 2.10.0 -> 2.11.0
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
bfc92f8e0b
python: botocore: 1.8.33 -> 1.8.36
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
806fb76b37
python: autopep8: 1.3.3 -> 1.3.4
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
af3b738fc8
python: astroid: 1.6.0 -> 1.6.1
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
6e8273a5e1
python: asgiref: 2.1.0 -> 2.1.1
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
e21699a626
python: ansicolor: 0.2.4 -> 0.2.6
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
127ebeb681
python: agate-sql: 0.5.2 -> 0.5.3
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
154db19dce
python: agate-excel: 0.2.1 -> 0.2.2
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
16754b1a27
python: adal: 0.4.7 -> 0.5.0
2018-02-03 17:43:29 +01:00