1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00
Commit graph

40385 commits

Author SHA1 Message Date
Chris Ostrouchov 27648d41f0
pythonPackages.argh: refactor move to python-modules 2018-10-30 00:50:45 -04:00
Chris Ostrouchov 28d2a28d95
pythonPackages.clint: refactor move to python-modules 2018-10-30 00:50:45 -04:00
Chris Ostrouchov 60222bc31b
pythonPackges.pilkit: refactor move to python-modules 2018-10-30 00:50:45 -04:00
Chris Ostrouchov ac2e2a3d38
pythonPackages.pydns: refactor move to python-modules 2018-10-30 00:50:45 -04:00
Chris Ostrouchov 17da4404ca
pythonPackages.py3dns: refactor move to python-modules 2018-10-30 00:50:45 -04:00
Chris Ostrouchov 3707ee9b5f
pythonPackages.PyChef: refactor move to python-modules 2018-10-30 00:50:44 -04:00
Chris Ostrouchov 761c33f347
pythonPackages.pip2nix: 0.3.0 -> 0.7.0 fix broken 2018-10-30 00:50:44 -04:00
Chris Ostrouchov 8a27bc48b2
pythonPackages.pid: refactor move to python-modules 2018-10-30 00:50:44 -04:00
Chris Ostrouchov 50ec0b1724
pythonPackages.timelib: refactor move to python-modules 2018-10-30 00:50:44 -04:00
Chris Ostrouchov e063c490b4
pythonPackages.tilestache: refactor move to python-modules 2018-10-30 00:50:43 -04:00
xeji 21a7ca7c08
Merge pull request #49074 from c0bw3b/pkg/veracrypt
veracrypt: 1.22 -> 1.23 / truecrypt: remove and alias to veracrypt
2018-10-29 23:53:29 +01:00
Matthew Bauer 501d072b5f gnuk{-git,-unstable}: remove
These two are unmaintained, no reason to keep them when they are
out-of-date
2018-10-29 14:34:10 -05:00
Matthew Bauer 946598d071 release-cross: add new targets
adds:

- arm-embedded
- avr
- aarch64-embedded
- powerpc-embedded
2018-10-29 14:34:10 -05:00
Matthew Bauer 8db71d9d77 newlib: init at 3.0.0
Fixes #47533

newlib seems to think it’s a compiler when it’s not. Anyway had to
make host refer to build platform for things to work.
2018-10-29 14:34:10 -05:00
Matthew Bauer d59a9ac7cf avr: use new compilation infrastructure
Gets rid of:
  avrbinutils
  avrgcc

to replace with:
  pkgsCross.avr.buildPackages.binutils
  pkgsCross.avr.buildPackages.gcc
2018-10-29 14:34:09 -05:00
Frederik Rietdijk e6c0b6ff6f
Merge pull request #49070 from r-ryantm/auto-update/python3.6-dlib
python36Packages.dlib: 19.13 -> 19.16
2018-10-29 19:27:07 +01:00
Maximilian Bosch b7bc6e7f6c
pythonPackages.dlib: move expression
Initially the expression was quite small (just inherited properties from
`pkgs.dlib`), but the more it grows the better it is to store it into
its own file.
2018-10-29 18:57:19 +01:00
Maximilian Bosch ac499a345a
pythonPackages.dlib: disable AVX instructions during checkPhase 2018-10-29 18:18:39 +01:00
Robert Schütz 8f415fdf80
Merge pull request #48892 from sveitser/update/pythonPackages.sh
pythonPackages.sh: 1.11 -> 1.12.14
2018-10-29 14:21:36 +01:00
Urban Škudnik 5adfcb951a pythonPackages.aioprocessing: init at 1.0.1 (#49170) 2018-10-29 13:24:24 +01:00
Vladyslav M bd4387f599
Merge pull request #49320 from benpye/init-miniflux
miniflux: init at 2.0.12
2018-10-29 13:53:42 +02:00
Ben Pye 9a03df974c
miniflux: init at 2.0.12 2018-10-29 13:32:55 +02:00
Pavol Rusnak b7201c5c69
python.pkgs.Pyro remove package - Pyro4 should be used instead 2018-10-29 11:21:03 +01:00
Pavol Rusnak e212399d44
python.pkgs.Pyro4: new package (at version 4.74)
includes its dependency python.pkgs.serpent (at version 1.27)
2018-10-29 11:20:03 +01:00
Jörg Thalheim cd0e925a13
Merge pull request #49362 from Mic92/openopc
openopc: remove
2018-10-29 07:44:32 +00:00
Matthew Bauer bda626e3f0
Merge pull request #49371 from matthewbauer/cctools-bump
cctools: bump to latest commit
2018-10-28 21:03:34 -05:00
Jörg Thalheim 0e72714d5d
Merge pull request #49358 from Mic92/nixdoc
nixdoc: init at 1.0.1
2018-10-28 23:12:43 +00:00
Jörg Thalheim 8dba09c181
Merge branch 'master' into mono-cleanup 2018-10-28 22:59:18 +00:00
Vincent Ambo f03929f649
nixdoc: init at 1.0.1
Adds nixdoc, a tool to generate documentation for Nix functions in the
standard library.

See #49275 for some background information.
2018-10-28 22:17:16 +00:00
Matthew Bauer ac682e362c cctools: bump to latest commit
Lots of our patches are no longer needed. This simplifies things a
bunch. In addition, it now includes man pages.
2018-10-28 16:44:05 -05:00
Jörg Thalheim 80d4263526
mono44: remove insecure version
This version is also affected by CVE-2018-1002208.
It has no user in nixpkgs.
2018-10-28 21:30:39 +00:00
Jörg Thalheim 12c9a36dad
mono40: remove 2018-10-28 21:10:14 +00:00
Jörg Thalheim aa1e0ac981
Merge pull request #49349 from vbgl/ocaml-menhir-20181026
ocamlPackages.menhir: 20170712 -> 20181026
2018-10-28 21:06:02 +00:00
Jörg Thalheim c00b2b3074
openopc: remove
The project is dead and it blocks the upgrade of Pyro (https://github.com/NixOS/nixpkgs/pull/49351)
2018-10-28 21:02:29 +00:00
David Pätzel 5931204ae8 tabula: init at 1.2.1 2018-10-28 20:24:20 +01:00
Peter Simons d46291dda5 opentracing: fix Nixpkgs evaluation errors 2018-10-28 17:22:11 +01:00
Herwig Hochleitner ed91407784 Revert "chromium: make gcc8 build available via buildWithGcc flag"
This partially reverts commit
b70ab5c405 (except for depending gnome2)

see #48922
2018-10-28 17:10:53 +01:00
Vincent Laporte 80bb1db72c
ocamlPackages.menhir: 20170712 -> 20181026 2018-10-28 15:30:49 +00:00
Herwig Hochleitner b70ab5c405 chromium: make gcc8 build available via buildWithGcc flag 2018-10-28 16:00:46 +01:00
volth d2daf0dd6f chromium: build with clang 2018-10-28 16:00:45 +01:00
taku0 7c3dd045ce adoptopenjdk-bin: support darwin platform 2018-10-28 13:52:12 +00:00
taku0 8faebb17ac adoptopenjdk-bin: init at 11 2018-10-28 13:52:12 +00:00
Robert Hensing 15759508fa
Merge pull request #49056 from Tomahna/scalafix
scalafix: init at 0.9.0
2018-10-28 10:22:11 +01:00
Kevin Rauscher 0c05fb262a scalafix: init at 0.9.0 2018-10-28 10:10:37 +01:00
Shea Levy 9b111955ec
nix-plugins: 5.0.0 -> 6.0.0 2018-10-28 00:25:39 -04:00
Pierre-Etienne Meunier ae3b4655a4 Carnix: 0.7.2 -> 0.8.10 (#40587)
Carnix: splits input into two parts: creates from creates.io and local ones
2018-10-28 00:06:29 +01:00
Daiderd Jordan f4927a34e7
rust-cbindgen: fix darwin build 2018-10-27 18:21:15 +01:00
Tuomas Tynkkynen 067d1cf330 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/applications/science/math/sage/sage-src.nix
2018-10-27 19:58:03 +03:00
Timo Kaufmann f2b8262e05
Merge pull request #49248 from timokau/sage-fix-attrname
sage: fix attrname, add sagemath alias
2018-10-27 18:24:35 +02:00
Nikita Voloboev dd9e60f75e
goku: init 0.1.11 2018-10-27 16:15:36 +01:00
Renaud 0e416d7e6b
Merge pull request #48318 from cryptix/add/go-junit-report
go-junit-report: init at 2018-06-14 (385fac0ce9a)
2018-10-27 16:03:46 +02:00
Henry 219c77bf9b go-junit-report: init at 2018-06-14 (385fac0ce9a) 2018-10-27 14:40:40 +01:00
Timo Kaufmann 80833d13fe sage: add sagemath alias
Sage is commonly referred to as sagemath (probably to improve
searchability). Many other distors call their package sagemath.
2018-10-27 14:18:09 +02:00
Daiderd Jordan 450d33fc5b
Merge pull request #49081 from LnL7/darwin-wxmac
wxmac: 3.0.2 -> 3.0.4 (darwin)
2018-10-27 10:27:13 +01:00
Chris Ostrouchov 7edd82b086 pythonPackages.sopel: refactor move to python-modules 2018-10-27 09:07:24 +02:00
Chris Ostrouchov 162a894ec5 pythonPackages.pgpdump: refactor move to python-modules 2018-10-27 09:07:24 +02:00
Chris Ostrouchov 008612f022 pythonPackages.sqlobject: refactor move to python-modules 2018-10-27 09:07:24 +02:00
Chris Ostrouchov 749bc38725 pythonPackages.sqlite3dbm: refactor move to python-modules 2018-10-27 09:07:24 +02:00
Chris Ostrouchov b9e2d585d3 pythonPackages.slowaes: refactor move to python-modules 2018-10-27 09:07:24 +02:00
Chris Ostrouchov aa04e9b16b pythonPackages.slob: refactor move to python-modules 2018-10-27 09:07:24 +02:00
Chris Ostrouchov 7040bd13cd pythonPackages.simpleparse: refactor move to python-modules 2018-10-27 09:07:24 +02:00
Chris Ostrouchov 009d784a0d pythonPackages.shouldbe: refactor move to python-modules 2018-10-27 09:07:24 +02:00
Chris Ostrouchov 283eb6f7d1 pythonPackages.shortuuid: refactor move to python-modules 2018-10-27 09:07:24 +02:00
Chris Ostrouchov faf3a7cc02 pythonPackages.simplebayes: refactor move to python-modules 2018-10-27 09:07:24 +02:00
Chris Ostrouchov 6af8b42e17 pythonPackages.setuptoolsTrial: refactor move to python-modules 2018-10-27 09:07:24 +02:00
Chris Ostrouchov 0c5eced78d pythonPackages.setuptoolsDarcs: refactor move to python-modules 2018-10-27 09:07:24 +02:00
Chris Ostrouchov da5c908593 pythonPackages.scripttest: refactor move to python-modules 2018-10-27 09:07:24 +02:00
Chris Ostrouchov 567da0c23c pythonPackages.xattr: refactor move to python-modules 2018-10-27 09:07:24 +02:00
Chris Ostrouchov 7316e8470d pythonPackages.qpid-python: refactor move to python-modules 2018-10-27 09:07:24 +02:00
Chris Ostrouchov 846c0d99be pythonPackages.pysendfile: refactor move to python-modules 2018-10-27 09:07:24 +02:00
Chris Ostrouchov dc75e8916c pythonPackages.runsnakerun: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov 00209911b0 pythonPackages.ruamel_yaml: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov cbd33011de pythonPackages.ruamel_ordereddict: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov e0d62c2249 pythonPackages.ruamel_base: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov b2c75e7d72 pythonPackages.squaremap: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov 0e141facab pythonPackages.rsa: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov 0f7de34c6a pythonPackges.rpyc: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov 7eb396609b pythonPackages.routes: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov a76d30d039 pythonPackages.robotframework-requests: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov e375bb1847 pythonPackages.robotframework-tools: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov 21746c1250 pythonPackages.robotframework-selenium2library: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov 021b194680 pythonPackges.resampy: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov e9e5fd377e pythonPackages.isodate: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov 854ec9ac53 pythonPackages.geopy: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov be778594c0 pythonPackages.geoalchemy2: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov 6680dbe4cb pythonPackages.readme: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov 1ecf85a4c6 pythonPackages.repocheck: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov cba6efcb74 pythonPackages.qutip: refactor move to pyhton-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov e3227bc63b pythonPackages.qserve: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov 5fb20f86c5 pythonPackages.qscintilla: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Chris Ostrouchov 205dfef617 pythonPackages.retry_decotrator: refactor move to pyhton-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov 83416aa102 pythonPackages.rencode: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov 14ed72da04 pythonPackages.rbtools: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov c25ea93761 pythonPAckages.recaptcha_client: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov 3b19820796 pythonPackages.rabbitpy: refactor move to python-moduels 2018-10-27 09:07:22 +02:00
Chris Ostrouchov 467c2fd598 pythonPackages.pywebkitgtk: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov da2f7c0ee6 pythonPackages.pyutil: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov 31e46d9d1c pythonPackages.python-etcd: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov 952f5b808b pythonPackages.python-wifi: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov ef68ff02b8 pythonPackages.pysvn: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov b6e82f457e pythonPackages.pysqlite: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov 02ecfb3a9e pythonPackages.pymongo_2_9_1: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov 2114c56b90 pythonPackages.pyscss: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov 16553bb676 pythonPackages.pyreport: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov d6a9aca44f pythonPackages.pyquery: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov 1a773a84fc pythonPackages.pyopengl: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov 294ee4ccfd pythonPackages.pypdf2: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov 49ccf24626 pythonPackages.pyPdf: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov 0ea426c1e8 pythonPackages.pymaging-png: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov b9e7aa1b2f pythonPackages.pymaging: refactor move to python-modules 2018-10-27 09:07:22 +02:00
Chris Ostrouchov d1a868f1fa pythonPackages.purepng: refactor move to python-modules 2018-10-27 09:07:21 +02:00
Chris Ostrouchov 4027b73d37 pythonPackages.pyplatec: refactor move to python-modules 2018-10-27 09:07:21 +02:00
Chris Ostrouchov 74daf007a4 pythonPackages.pyliblo: refactor move to python-modules 2018-10-27 09:07:21 +02:00
Chris Ostrouchov 3c19bb493f pythonPackages.ptest: refactor move to python-modules 2018-10-27 09:07:21 +02:00
Chris Ostrouchov b87540f82c pythonPackages.process-tests: refactor move to python-modules 2018-10-27 09:07:21 +02:00
Chris Ostrouchov 5dfe02a10b pythonPackages.pynzb: refactor move to python-modules 2018-10-27 09:07:21 +02:00
Chris Ostrouchov bc9a1cda53 pythonPackages.python-keyczar: refactor move to python-modules 2018-10-27 09:07:21 +02:00
Chris Ostrouchov eb90391331 pythonPackages.pysocks: refactor move to python-modules 2018-10-27 09:07:21 +02:00
Chris Ostrouchov 64b4bcc014 pythonPackages.pysnmp: refactor move to python-modules 2018-10-27 09:07:21 +02:00
Chris Ostrouchov 2de9035fca pythonPackages.pysmi: refactor move to python-modules 2018-10-27 09:07:21 +02:00
Chris Ostrouchov 52a7cbe5bc pythonPackages.PyRSS2Gen: refactor move to python-modules 2018-10-27 09:07:21 +02:00
Chris Ostrouchov 266b30808e pythonPackages.pyrsistent: refactor move to python-modules 2018-10-27 09:07:21 +02:00
Chris Ostrouchov 1597082a09 pythonPackages.pyqtgraph: refactor move to python-modules 2018-10-27 09:07:21 +02:00
Chris Ostrouchov 52ea2961d5 pythonPackages.pyptlib: refactor move to python-modules 2018-10-27 09:07:21 +02:00
Chris Ostrouchov 7069d5ebe5 pythonPackages.pyparted: refactor move to python-modules 2018-10-27 09:07:21 +02:00
Chris Ostrouchov d7e98c8ab2 pythonPackages.pykickstart: refactor move to python-modules 2018-10-27 09:07:21 +02:00
Chris Ostrouchov 96c277b340 pythonPackages.pyinsane2: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov 73d1178084 pythonPackages.pyinotify: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov cd3b84706b pythonPackages.pyinputevent: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov bf25d0a988 pythonPackages.PyICU: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov 3d91511d2f pythonPackages.kaa-metadata: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov 908c78f32c pythonPackages.kaa-base: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov b0bc759a46 pythonPackages.mmpython: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov 97a27838c1 pythonPackages.pyx: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov 4f7d4bca11 pythonPackages.pyfantom: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov bdbc70784a pythonPackages.pyexcelerator: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov ea912b53ca pythonPackages.pyenchant: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov db96b75f34 pythonPackages.pyelftools: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov 570b442fcd pythonPackages.pydot_ng: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov e4c239aad9 pythonPackages.pydispatcher: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov 781d05c95a pythonPackages.pycurl2: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov 9c69f1790d pythonPackages.pycryptopp: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov 4c429f0be0 pythonPackages.pycdio: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov 288082b112 pythonPackages.pycapnp: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov e7db7a501f pythonPackages.pyblosxom: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov c1d9373034 pythonPackages.pybcrypt: refactor move to python-modules 2018-10-27 09:07:20 +02:00
Chris Ostrouchov 3f830d85c6 pythonPackages.pyblock: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov f65a963c50 pythonPackages.pycarddav: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov 41a0ab047d pythonPackages.repoze_who: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov fc46fb16c1 pythonPackages.mongodict: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov 942484324e pythonPackages.pysaml2: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov 5bddba89dc pythonPackages.pyaudio: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov 3050ded4db pythonPackages.pyalgotrade: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov 098c097190 pythonPackages.pyacoustid: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov 51a75d353b pythonPackages.prettytable: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov 80e9523d4c pythonPackages.ppft: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov 96d92cf9ed pythonPackages.pox: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov c0c9392ce7 pythonPackages.posix_ipc: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov 4e3de5d2c1 pythonPackages.python-jenkins: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov 6d9a7397f1 pythonPackages.python3pika: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov f3a01ad2c9 pythonPackages.pysftp: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov aa553f98c0 pythonPackages.pika: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov 6b55d16315 pythonPackages.piep: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov bb37de46d4 pythonPackages.pickleshare: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov 9ec90782a7 pythonPackages.pg8000: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov 6b3f38b185 pythonPackages.pdfkit: refactor move to python-modules 2018-10-27 09:07:19 +02:00
Chris Ostrouchov 4aec503d81 pythonPackages.pexif: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Chris Ostrouchov a3bcd00771 pythonPackages.percol: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Chris Ostrouchov 9c36906e1a pythonPackages.pep8: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Chris Ostrouchov 7dc8b993d6 pythonPackages.pasteScript: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Chris Ostrouchov 04accec770 pythonPackages.PasteDeploy: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Chris Ostrouchov 13f85532e7 pythonPackages.paste: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Chris Ostrouchov c11f847e24 pythonPackages.pathos: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Chris Ostrouchov 35bbea5c41 pythonPackages.patch: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Chris Ostrouchov 0ce6ff5c01 pythonPackages.parsel: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Chris Ostrouchov 4806ee108a pythonPackages.parsedatetime: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Chris Ostrouchov f542b49600 pythonPackages.pamqp: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Chris Ostrouchov 45a5be3767 pythonPackages.xlrd: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Chris Ostrouchov bf6229e434 pythonPackages.pagerduty: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Chris Ostrouchov 52813e6219 pythonPackages.mox3: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Chris Ostrouchov 366ca6cd6d pythonPackages.aioeventlet: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Chris Ostrouchov 467455f330 pythonPackages.fasteners: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Chris Ostrouchov 95d05603d3 pythonPackages.retrying: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Chris Ostrouchov 62ca7b6dd4 pythonPackages.lz4: refactor move to python-modules 2018-10-27 09:07:18 +02:00
Frederik Rietdijk 1cca105769 Merge staging-next into staging 2018-10-27 09:05:30 +02:00
Frederik Rietdijk a64058e205 Merge master into staging-next 2018-10-27 09:04:53 +02:00
lewo fa5343be6c
Merge pull request #47967 from xtruder/pkgs/kind/init
kind: init at 2ae73f8e
2018-10-27 09:00:22 +02:00
adisbladis 1a1aa4d4d5
Merge pull request #49052 from etu/init-dmrconfig
dmrconfig: init at 2018-10-20
2018-10-26 23:12:52 +01:00
Jaka Hudoklin 6124447a54
kind: init at 2ae73f8e 2018-10-26 23:05:15 +02:00
Jan Tojnar df9290f2fb
Merge pull request #49183 from jtojnar/gusb
gusb: 0.2.11 → 0.3.0
2018-10-26 22:54:04 +02:00
Jan Tojnar 6b5571b9e8 gusb: 0.2.11 → 0.3.0 2018-10-26 22:16:43 +02:00
lewo e87de3f6f2
Merge pull request #48868 from flosse/featherpad
featherpad: init at 0.9.1
2018-10-26 21:24:27 +02:00
Elis Hirwing 21390ed5ec
dmrconfig: init at 2018-10-20 2018-10-26 19:47:31 +02:00
Jan Tojnar 82218835c5
Merge pull request #43133 from worldofpeace/gsignond
gsignond: init at 1.0.7
2018-10-26 19:29:56 +02:00
Tim 8d49637658 apt-dater: init at 1.0.3 (#32175)
* apt-dater: init at 1.0.3

* apt-dater: use autoreconfHook
2018-10-26 19:16:44 +02:00
lewo 26e471ab30
Merge pull request #48842 from bhipple/add/bitarray
pythonPackages.bitarray: init at 0.8.3
2018-10-26 18:35:36 +02:00
Daiderd Jordan b6e1b2f962
Merge pull request #49145 from Mic92/rustc
rust: 1.29.1 -> 1.30.0
2018-10-26 16:44:12 +01:00
Daiderd Jordan 1b47b95638
cargo: fix darwin build
It depends the Security framework now.
2018-10-26 16:06:56 +01:00
Chris Ostrouchov 923acba10e pythonPackages.django-discover-runner: init at 1.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov 758f4ce2b8 pythonPackages.dj-email-url: init at 0.1.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov 012404a858 pythonPackages.django-configurations: init at 2.1 2018-10-26 16:37:52 +02:00
Chris Ostrouchov f575ae13fa pythonPackages.django-cache-url: init at 3.0.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov 36eee63f36 pythonPAckages.dj-search-url: init at 0.1 2018-10-26 16:37:52 +02:00
Chris Ostrouchov 4182bba9fe pythonPackages.spark_parser: 1.4.0 -> 1.8.7 2018-10-26 16:37:52 +02:00
Chris Ostrouchov e3bf962bb8 python3PAckages.python-rapidjson: init at 0.6.3 2018-10-26 16:37:52 +02:00
Chris Ostrouchov 0a4f70663e pythonPackages.uproot-methods: init at 0.2.5 2018-10-26 16:37:52 +02:00
Chris Ostrouchov a19b12e797 pythonPackages.awkward: init at 0.3.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov 2854322cb8 pythonPackages.ifaddr: init at 0.1.4 2018-10-26 16:37:52 +02:00
zimbatm 2337c7522a
openssh: 7.7p1 -> 7.9p1 (#48784)
added openssh_gssapi to make it easier to test the patched version

the HPN edition isn't available on top of 7.9p1 yet

fix-host-key-algorithms-plus.patch didn't apply anymore, assuming it's
fixed.

release notes: https://www.openssh.com/txt/release-7.9
2018-10-26 01:17:55 +02:00
Profpatsch 2cc4200de0 cdb: init at 0.75
We check in the docs from a mirror repository, because the upstream
release doesn’t provide them.
2018-10-25 21:49:37 +02:00
Richard Lupton b28552d58f signify: init at 24 (#48927) 2018-10-25 19:08:49 +00:00
Orivej Desh d09961c22b openjpeg_2: rename from openjpeg_2_1 at 2.3.0 2018-10-25 17:46:48 +00:00
Ingo Blechschmidt 2595be06af tikzit: init at 2.0 (#48479)
* tikzit: init at 2.0

* tikzit: Parallel building and qualification
2018-10-25 19:04:14 +02:00
Jörg Thalheim 926d6c0bad
Merge pull request #42371 from Mic92/nix-breakpoints
breakpointHook: add for debugging failing builds
2018-10-25 10:38:29 +01:00
Jörg Thalheim f10b935f84
breakpointHook: add for debugging failing builds
Usuage: Add breakpointHook to your `buildInputs` like this:

  stdenv.mkDerivation rec {
    # ...
    buildInputs = [ breakpointHook ];
  });

When the build fails as show in this example:

  pkgs.hello.overrideAttrs (old: {
    buildInputs = [ breakpointHook ];
    postPatch = ''
      false
    '';
  });

It will halt execution printing the following message:

build failed in patchPhase with exit code 1
To attach to this build run the following command as root:

   cntr attach -t command cntr-/nix/store/ynyb4n82x2r7sldd58pbb405jdqh5f00-hello-2.10

Installing cntr and running the command will provide shell access to the
build sandbox of failed build:

sudo cntr attach -t command cntr-/nix/store/ynyb4n82x2r7sldd58pbb405jdqh5f00-hello-2.10
WARNING: bad ownership on /nix/var/nix/profiles/per-user/root, should be 1000
[nixbld@localhost:/var/lib/cntr]$

At /var/lib/cntr the sandbox filesystem is mounted. All commands and
files of the system are still accessible within the shell.
To execute commands from the sandbox use the `cntr exec` subcommand.
2018-10-25 10:19:41 +01:00
Jörg Thalheim 84e915a779
cntr: init at 1.2.0 2018-10-25 10:19:41 +01:00
Peter Simons c66c169f81 stack: fix the ghc 8.4.x build 2018-10-25 11:12:38 +02:00
Mateusz Kowalczyk 02fb26136c or-tools: new package (v6.9.1) 2018-10-25 14:15:13 +09:00
c0bw3b ce67a63dbe veracrypt: 1.22 -> 1.23
Removed the wxGUI switch because it was never working.
To build VeraCrypt text-only you still need wxGTK _and_ you need to
rebuild wxGTK without GUI too...
Moreover, the normal build provides both GUI and text-only interfaces
so it is already usable in pure CLI contexts.
2018-10-24 21:02:04 +02:00
worldofpeace 923e2af1d4 libsignon-glib: init at 2.0 2018-10-24 14:45:43 -04:00
c0bw3b b47fccff0a truecrypt: remove and alias to veracrypt
TrueCrypt has been retired for a while now and the source archive we
pointed to is gone. Moreover the VeraCrypt fork is available, maintained
and fixes issues previous audits found in TrueCrypt.
2018-10-24 20:34:17 +02:00
Renaud 9b2059f077
Merge pull request #48843 from JohnAZoidberg/rng-tools-6.6
rng-tools: 5 -> 6.6, jitterentropy: init at 2.1.2
2018-10-24 20:11:10 +02:00
Frederik Rietdijk 5db047243c python: pytest: 3.7.4 -> 3.9.2 2018-10-24 20:05:44 +02:00
Frederik Rietdijk 6825495caf python.pkgs.tensorflow: disable for python37
because there are no binaries available.
2018-10-24 20:05:44 +02:00
Frederik Rietdijk 0f38d9669f python3 is now python37 instead of python36
With Python 3.7 now at 3.7.1, and Python 3.6 at it's final maintenance
mode release, it is time to move on to 3.7 as the default interpreter.
2018-10-24 20:05:44 +02:00
volth 716cfab34e Merge master into staging-next 2018-10-24 17:37:47 +00:00
John Ericson 7d96d15020
Merge pull request #46534 from obsidiansystems/darwin-to-linux-cross
misc pkgs: Darwin -> Linux cross compilation
2018-10-24 10:35:52 -04:00
sveitser 5e4fd34cfe
pythonPackages.sh: move to python-modules 2018-10-24 22:10:04 +08:00
John Ericson bbd12f5583 Merge remote-tracking branch 'upstream/master' into darwin-to-linux-cross 2018-10-24 08:20:53 -04:00
Daiderd Jordan 0df3d8d6c4
wxmac: include cf-private
Fixes build failure because CoreFoundation doesn't include
CFURLGetFSRef anymore.

    clang++ -mmacosx-version-min=10.7 -c -o basedll_filefn.o  -D__WXOSX_COCOA__      -DWXBUILDING      -I./src/regex  -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -dynamic -fPIC -DPIC -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual -Wno-deprecated-declarations -D_FILE_OFFSET_BITS=64 -I/private/tmp/nix-build-wxmac-3.0.2.drv-0/wxWidgets-3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I./include -O2 -fno-strict-aliasing -fno-common  ./src/common/filefn.cpp
    ./src/common/filefn.cpp:849:18: error: use of undeclared identifier 'CFURLCreateFromFSRef'
        fullURLRef = CFURLCreateFromFSRef(NULL, fsRef);
                     ^
    ./src/common/filefn.cpp:875:14: error: use of undeclared identifier 'CFURLGetFSRef'
            if ( CFURLGetFSRef(url, fsRef) == false )
2018-10-24 12:07:50 +02:00
Daiderd Jordan 0fcd2ca7b2
darwin.cf-private: include headers from osx_private_sdk
This includes things like CFURLGetFSRef which are not part of the
swift-corelibs CoreFoundation.
2018-10-24 12:04:05 +02:00
Markus Kohlhase 039f9fbb5b featherpad: init at 0.9.1 2018-10-24 11:47:43 +02:00
Timo Kaufmann e89b422114
Merge pull request #48921 from timokau/r8168
r8168: init at 8.046.00
2018-10-24 11:47:28 +02:00
Timo Kaufmann c8b5deae19 r8168: init at 8.046.00 2018-10-24 11:46:10 +02:00
John Ericson 22df9423cd release-cross: Cross compile from all 3 supported platforms 2018-10-23 23:20:48 -04:00
Mateusz Kowalczyk d3f328e592 Merge remote-tracking branch 'origin/master' 2018-10-24 11:21:46 +09:00
Mateusz Kowalczyk 0479354e0c QuadProgpp: Remember to add to all-packages.nix 2018-10-24 11:21:22 +09:00
John Ericson b71389aefb
Merge pull request #47430 from roberth/nixpkgs-extend
pkgs.extend for adding overlays
2018-10-23 20:21:48 -04:00
John Wiegley 3c4c4ff051
coqPackages.Velisarios: New expression 2018-10-23 17:09:35 -07:00
Daniel Schaefer 6ffdf5a39f rng-tools: Rename attribute rng_tools -> rng-tools
Comply with naming guidelines
2018-10-24 00:49:46 +02:00
Daniel Schaefer 8ada6f6c46 jitterentropy: init at 2.1.2 2018-10-23 23:36:57 +02:00
Austin Seipp 46dc76b60b cloudflared: init at 2018.10.3
'cloudflared' is a multi-purpose client-side tool for CloudFlare Argo
Tunnel, CloudFlare Access, as well as including a simple DNS-over-HTTP
(DoH) proxy tool as well.

However, 'cloudflared' is NOT available under an open source license.
Furthermore, the exact terms of redistribution (namely, if we are able
to redistribute binaries at all) are not entirely clear to me. As a
result, I have filed the following bug report concerning the terms of
redistribution for the source code and binaries:

  https://github.com/cloudflare/cloudflared/issues/53

'cloudflared' does have source code available, however, and it
encourages users to use 'go install' in order to set it up, in fact (or
download their prebuilt, compiled binaries). So using the source seems
to be encouraged. Even then, I'm still not sure if Hydra can serve these
binaries.

In lieu of a more pointed answer regarding source/binary licensing, and
to avoid keeping this expression in my private tree, I've marked it as
'unfree' (to avoid Hydra serving it in any way) as well as compiled from
source (to avoid any 'redistribution allowed while unmodified' terms
that may crop up).

The dependencies for this build were generated using 'dep2nix'.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-10-23 15:20:35 -05:00
Vladyslav M f7a785fbd1 mako: init at 1.1 (#46606) 2018-10-23 22:12:44 +02:00
lewo f3f155023c
Merge pull request #48578 from vdemeester/init-skaffold
skaffold: init at 0.16.0
2018-10-23 20:55:16 +02:00
Michael Weiss 2eb372d59d
nixos/rootston: Remove the module and the package (#48905)
Rootston is just a reference compositor so it doesn't make that much
sense to have a module for it. Upstream doesn't really like it as well:

"Rootston will never be intended for downstream packages, it's an
internal thing we use for testing." - SirCmpwn [0]

Removing the package and the module shouldn't cause much problems
because it was marked as broken until
886131c243. If required the package can
still be accessed via wlroots.bin (could be useful for testing
purposes).

[0]: https://github.com/NixOS/nixpkgs/issues/38344#issuecomment-378449256
2018-10-23 20:38:33 +02:00
Patrick Hilhorst d8d8a0ba14 sway-beta: init at 1.0-beta1 (#48829)
* sway-beta: init at 1.0-beta1

* sway, sway-beta: use https url
2018-10-23 20:34:59 +02:00
Alyssa Ross 0db57307e6 perlPackages.XMLFeedPP: init at 0.95 (#48816) 2018-10-23 19:50:21 +02:00
Rob Vermaas 87de9f7e89 opentracing-cpp: init 1.5.0
(cherry picked from commit f49df04c02)
2018-10-23 18:04:01 +02:00
sveitser 9f327caa1f
pythonPackages.sh: 1.11 -> 1.12.14
- Enable unit tests.
- Add MIT license.
2018-10-23 23:27:35 +08:00
Joachim F 48fd1fb0d7
Merge pull request #48794 from markuskowa/fix-samba-ib
samba: remove defunct infiniband support
2018-10-23 14:38:41 +00:00