Commit graph

27798 commits

Author SHA1 Message Date
Tuomas Tynkkynen 7c8a060c09 stdenv: Bringup aarch64 architecture support 2017-01-25 00:01:51 +02:00
Michael Raskin 54e97b8ec6 Merge pull request #22114 from vbgl/ocaml-4.04
OCaml 4.04
2017-01-24 21:38:19 +00:00
Michael Raskin ba603d03f4 Merge pull request #22110 from shdpl/pydub
pydub: 0.16.7
2017-01-24 21:36:37 +00:00
Michael Raskin c915fd68cf Merge pull request #22106 from romildo/new.drake
drake: init at 0.9.2.0.3.1
2017-01-24 21:33:20 +00:00
Vincent Laporte 5bcf3c5e25 ocamlPackages.spacetime_lib: init at 0.1.0 2017-01-24 21:20:08 +00:00
Lancelot SIX 18b2c31eaa
pythonPackages.pytest_*: move to pkgs/development/python-modules 2017-01-24 22:13:29 +01:00
Lancelot SIX b6e5976d4b
pythonPackages.django_guardian: 1.4.4 -> 1.4.6 2017-01-24 22:13:20 +01:00
Lancelot SIX 93d0e4ab5b
pythonPackages.pytestdjango: 2.9.1 -> 3.1.2 2017-01-24 22:13:07 +01:00
Vincent Laporte ae047510bf ocaml: init at 4.04 2017-01-24 21:13:00 +00:00
Mariusz `shd` Gliwiński fa8f6f652c pydub: 0.16.7 2017-01-24 21:30:20 +01:00
Tuomas Tynkkynen fd60260a77 platforms.nix: selectPlatformBySystem: Convert to "switch-case"
Looks generally nicer and used recently in nixpkgs in e.g.
3e197f7d8 ("top-level: Normalize stdenv booting")
2017-01-24 22:13:36 +02:00
John Ericson 5ad696b067 Merge pull request #22107 from Ericson2314/cross-tepid
Somewhat saner cross-compiling through bootstrapping
2017-01-24 15:09:56 -05:00
romildo a0d29cf33e drake: init at 0.9.2.0.3.1 2017-01-24 16:36:22 -02:00
Michael Raskin e08cae373b Merge branch 'master' into kwm 2017-01-24 17:59:56 +00:00
Michael Raskin 2bcc678f5a Merge pull request #22070 from LnL7/khd
khd: init at v1.1.4
2017-01-24 17:58:50 +00:00
Michael Raskin ae4f2fd145 Merge pull request #22066 from mbrgm/journalbeat
journalbeat service: init at 5.1.2
2017-01-24 17:56:48 +00:00
Michael Raskin 7516dbe35e Merge pull request #22045 from rnhmjoj/recursor
PowerDNS Recursor: add package and service
2017-01-24 17:54:47 +00:00
Michael Raskin 47661c831e Merge pull request #22028 from MostAwesomeDude/tahoe
Tahoe-LAFS version bump
2017-01-24 17:49:00 +00:00
Michael Raskin 89278345c2 Merge pull request #22023 from vbgl/apron
ocamlPackages.apron: init at 20160125
2017-01-24 17:47:13 +00:00
Michael Raskin 359ad7f6c0 Merge pull request #22012 from thanegill/patch-1
Fix syncthing-gtk hard coded paths
2017-01-24 17:42:40 +00:00
zimbatm 883eb32e64 gtkmozembedsharp: remove package
The package has:

* broken source URL
* uses md5 hash
* no maintainer
* is a library with nobody depending on it
2017-01-24 16:47:13 +00:00
zimbatm 9120a99807 cilaterm: remove package
The package is broken since September, doesn't have a maintainer and
uses md5 for hashing
2017-01-24 16:45:41 +00:00
John Ericson bfb147b6a8 top-level: Only splice as needed for performance 2017-01-24 11:37:56 -05:00
John Ericson 4c17cd555f top-level: Document the {local,cross}System, contrasting with *Platform`
This is an implementation detail of how the bootstrapping chain is chosen,
and thus need not be in the manual.
2017-01-24 11:37:56 -05:00
John Ericson a1a798f017 top-level: crossSystem is no longer exposed to packages. Use *Platform. 2017-01-24 11:37:56 -05:00
John Ericson 92edcb7ebb top-level: Lay the groundwork for {build,host,target}Platform
The long term goal is a big replace:
  { inherit system platform; } => buildPlatform
  crossSystem => hostPlatform
  stdenv.cross => targetPlatform
And additionally making sure each is defined even when not cross compiling.

This commit refactors the bootstrapping code along that vision, but leaves
the old identifiers with their null semantics in place so packages can be
modernized incrementally.
2017-01-24 11:37:56 -05:00
John Ericson d27403b17b libiconv: TEMP force building library improperly for target plat like libc 2017-01-24 11:37:56 -05:00
John Ericson bf17d6dacf top-level: Introduce buildPackages for resolving build-time deps
[N.B., this package also applies to the commits that follow it in the same
PR.]

In most cases, buildPackages = pkgs so things work just as before. For
cross compiling, however, buildPackages is resolved as the previous
bootstrapping stage. This allows us to avoid the mkDerivation hacks cross
compiling currently uses today.

To avoid a massive refactor, callPackage will splice together both package
sets. Again to avoid churn, it uses the old `nativeDrv` vs `crossDrv` to do
so. So now, whether cross compiling or not, packages with get a `nativeDrv`
and `crossDrv`---in the non-cross-compiling case they are simply the same
derivation. This is good because it reduces the divergence between the
cross and non-cross dataflow. See `pkgs/top-level/splice.nix` for a comment
along the lines of the preceding paragraph, and the code that does this
splicing.

Also, `forceNativeDrv` is replaced with `forceNativePackages`. The latter
resolves `pkgs` unless the host platform is different from the build
platform, in which case it resolves to `buildPackages`. Note that the
target platform is not important here---it will not prevent
`forcedNativePackages` from resolving to `pkgs`.

--------

Temporarily, we make preserve some dubious decisions in the name of preserving
hashes:

Most importantly, we don't distinguish between "host" and "target" in the
autoconf sense. This leads to the proliferation of *Cross derivations
currently used. What we ought to is resolve native deps of the cross "build
packages" (build = host != target) package set against the "vanilla
packages" (build = host = target) package set. Instead, "build packages"
uses itself, with (informally) target != build in all cases.

This is wrong because it violates the "sliding window" principle of
bootstrapping stages that shifting the platform triple of one stage to the
left coincides with the next stage's platform triple. Only because we don't
explicitly distinguish between "host" and "target" does it appear that the
"sliding window" principle is preserved--indeed it is over the reductionary
"platform double" of just "build" and "host/target".

Additionally, we build libc, libgcc, etc in the same stage as the compilers
themselves, which is wrong because they are used at runtime, not build
time. Fixing this is somewhat subtle, and the solution and problem will be
better explained in the commit that does fix it.

Commits after this will solve both these issues, at the expense of breaking
cross hashes. Native hashes won't be broken, thankfully.

--------

Did the temporary ugliness pan out? Of the packages that currently build in
`release-cross.nix`, the only ones that have their hash changed are
`*.gcc.crossDrv` and `bootstrapTools.*.coreutilsMinimal`. In both cases I
think it doesn't matter.

 1. GCC when doing a `build = host = target = foreign` build (maximally
    cross), still defines environment variables like `CPATH`[1] with
    packages.  This seems assuredly wrong because whether gcc dynamically
    links those, or the programs built by gcc dynamically link those---I
    have no idea which case is reality---they should be foreign. Therefore,
    in all likelihood, I just made the gcc less broken.

 2. Coreutils (ab)used the old cross-compiling infrastructure to depend on
    a native version of itself. When coreutils was overwritten to be built
    with fewer features, the native version it used would also be
    overwritten because the binding was tight. Now it uses the much looser
    `BuildPackages.coreutils` which is just fine as a richer build dep
    doesn't cause any problems and avoids a rebuild.

So, in conclusion I'd say the conservatism payed off. Onward to actually
raking the muck in the next PR!

[1]: https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html
2017-01-24 11:37:56 -05:00
zimbatm c3e4c2f179 jjtraveler: remove package
The package is a java library that no other project is using and which
upstream source doesn't work.

See http://www.program-transformation.org/Tools/JJTraveler
2017-01-24 16:34:36 +00:00
zimbatm 1005d786ba libjpeg62: remove
This package has broken upstream url and was only used by warsow
2017-01-24 16:22:25 +00:00
zimbatm 38cc58896c warsow: mark as broken
libjpeg62 is broken as well
2017-01-24 16:16:47 +00:00
zimbatm a17311a33e antlr3: point to version 3.4
This was pointing to a broken upstream URL and is a beta release. No
dependent in the nixpkgs tree.
2017-01-24 16:15:21 +00:00
Eelco Dolstra a82810c7a7
linux: Apply 9p veryloose patch to 4.9 2017-01-24 13:05:02 +01:00
Daiderd Jordan adfb7e1f13
kwm: init at 1.1.4 2017-01-24 08:31:11 +01:00
Corbin 46a522698e pythonPackages.twisted: Fix inotify on Linux. 2017-01-23 17:55:41 -08:00
Corbin a1906fb541 pythonPackages.foolscap: 0.10.1 -> 0.12.6 2017-01-23 17:54:43 -08:00
Shea Levy 4f9f00fcc9 Add function to build a ghc standalone archive (OSX/iOS only) 2017-01-23 18:35:03 -05:00
Thane Gill bdd5b81f56 Fix syncthing-gtk hard coded paths 2017-01-23 13:08:08 -08:00
Daiderd Jordan 0f91cdc45f
kwm: init at 4.0.4 2017-01-23 21:45:01 +01:00
Robert Helgesson df89b9b9e9
perl-MooX-Types-MooseLike-Numeric: 1.02 -> 1.03
Also remove myself from maintainers.
2017-01-23 21:22:53 +01:00
Robert Helgesson 653a7d97cb
perl-MooseX-Types-Common: 0.001013 -> 0.001014
Also remove myself from maintainers.
2017-01-23 21:22:53 +01:00
Tim Cuthbertson ca38ef79e9 add nix-prefetch-source (#21734) 2017-01-23 17:44:43 +00:00
Marius Bergmann 00444cbf25 journalbeat service: init at 5.1.2
Journalbeat is a log shipper from systemd/journald to
Logstash/Elasticsearch. I added a package as well as a NixOS service
module for it.
2017-01-23 18:28:55 +01:00
Lancelot SIX 43753eafd2 pythonPackages.matplotlib: 1.5.3 -> 2.0.0 2017-01-23 16:48:58 +01:00
Matthew Daiter cce6f35463 scotch: specify flex version 2017-01-23 13:58:08 +02:00
Franz Pletz e10cd27269
Merge branch 'staging' 2017-01-23 11:06:41 +01:00
rnhmjoj d79ea39d04
pdns-recursor: init at 4.0.4 2017-01-23 08:09:51 +01:00
Tim Steinbach 32ae22b387
zulu: init at 8.19.0.1 2017-01-22 19:21:01 -05:00
Graham Christensen 13d6681ce7 release.nix: Only build Only build bootstrap tools when their system is supported 2017-01-23 00:08:21 +01:00
Alistair Bill 6a87904296 msgpack-tools: init at 0.6 2017-01-22 21:11:06 +00:00
Alistair Bill 15b4a37027 neofetch: init at 2.0.2 2017-01-22 21:46:31 +01:00
Franz Pletz 4d8dbb63d7
pythonPackages.libvirt: 2.5.0 -> 3.0.0 2017-01-22 13:01:03 +01:00
Franz Pletz 210f894c12
iptables: split out dev output 2017-01-22 13:01:01 +01:00
Charles Strahan d298a961f1 Merge pull request #21416 from cstrahan/mesos-1.1.0
mesos: 1.0.1 -> 1.1.0
2017-01-21 19:05:18 -05:00
Franz Pletz 3c49d9788c
signing-party: 2.2 -> 2.5, install all tools 2017-01-21 20:46:04 +01:00
Franz Pletz 61caacbf47
linux: 4.1.36 -> 4.1.38 2017-01-21 20:41:38 +01:00
Franz Pletz ce3b98d08b
linux: 3.18.45 -> 3.18.47 2017-01-21 20:41:36 +01:00
vbgl 664d1d6dc9 Merge pull request #21261 from vbgl/uutf-1.0.0
Eliom 6 and various OCaml package updates
2017-01-21 20:23:28 +01:00
Michael Raskin 46eecaf0d4 Merge pull request #21726 from rnhmjoj/palemoon
[WIP] palemoon: init at 27.0.3
2017-01-21 18:46:09 +00:00
Peter Simons 843de20898 Fix evaluation presumably broken in 754a9cf698 by @globin. 2017-01-21 18:28:13 +01:00
Robin Gloster 189f64d8e7
gnome3.20: fixup removal, mark termite as broken 2017-01-21 17:42:12 +01:00
schneefux 6fb8e668d9
shaarli-material: init at 0.8.2 2017-01-21 16:58:37 +01:00
Vincent Laporte 86b74fb76b alt-ergo: 0.99.1 -> 1.30 2017-01-21 13:44:41 +00:00
Ollie Charles 72a002f9d6 golden-cheetah: Switch to 3.4 stable 2017-01-21 12:26:30 +00:00
Jaka Hudoklin 4884fa4502 Merge pull request #20656 from vdemeester/docker_1_13
Update to docker 1.13.x
2017-01-21 12:19:06 +01:00
Vladimír Čunát 81d9893bcd
rpm-ostree: fix build by using older gperf for now 2017-01-21 09:20:02 +01:00
Daiderd Jordan 78c68f23d0 Merge pull request #21815 from deepfire/irony-server
irony-server:  init at irony version
2017-01-21 01:55:22 +01:00
Kosyrev Serge 7ceca3dbbc irony-server: init at 'same-version-irony-of-chosen-elpa` 2017-01-21 03:43:20 +03:00
Daiderd Jordan 66c0b9d292 Merge pull request #19361 from schneefux/gogs
gogs: init at v0.9.97
2017-01-20 20:47:38 +01:00
Carles Pagès 305e3e27b6 yafc: remove
Some things are broken and it's no longer maintained.
2017-01-20 16:55:30 +01:00
Vladimír Čunát 6b6553c768
Merge branch 'staging'
It contains security updates.  I somehow forgot to push this yesterday.
2017-01-20 16:33:59 +01:00
Franz Pletz 9b92a07843
treewide: use lib.maintainers for meta.maintainers 2017-01-20 15:44:28 +01:00
Robin Gloster ea7dadcaf6
pythonPackages.Pweave: disable broken tests 2017-01-20 15:39:14 +01:00
Shea Levy 0fdef7d2f1 4.9 is the latest longterm kernel.
https://lkml.org/lkml/2017/1/19/339
2017-01-20 09:34:19 -05:00
Michael Raskin c50361b91a Merge pull request #21997 from peterhoeg/f/diag
blockdiag: use version as part of name
2017-01-20 09:34:18 +00:00
Nikolay Amiantov d75a3cfb29 Merge pull request #21995 from abbradar/opencl
Fix OpenCL support
2017-01-20 12:09:17 +03:00
Graham Christensen cda11c958e
pythonPackages.pysaml2: patch against external XML entities (CVE-2016-10127) 2017-01-19 22:53:40 -05:00
Robin Gloster 7acadd6f9b
ardour{3,4}: remove due to build failures 2017-01-20 02:52:16 +01:00
Peter Hoeg 30597dd656 blockdiag: use version as part of name
All the other "diags" have the version as part of the name.
2017-01-20 09:15:34 +08:00
Nikolay Amiantov 1db8ab66e3 opencl-info: init at 2014-02-21 2017-01-20 03:37:51 +03:00
Nikolay Amiantov 5c65546725 opencl-clhpp: init at 2.0.10 2017-01-20 03:37:51 +03:00
Nikolay Amiantov 45c8c077ad beignet: 1.1.2 -> 1.2.1
Split unit tests to a separate package.
2017-01-20 03:37:51 +03:00
Nikolay Amiantov 10bae1a207 opencl-icd: remove, point to ocl-icd 2017-01-20 03:37:51 +03:00
schneefux a7f25fe167 php: add embedded package 2017-01-19 22:47:10 +01:00
Graham Christensen 003ae42ae6 packet: init at 20161215-2b8f07a
Signed-off-by: Robin Gloster <mail@glob.in>
2017-01-19 22:17:30 +01:00
Bjørn Forsman 1b5d5e3913 nmap-graphical: rename from nmap_graphical
Align attrpath and pkgname. Add backwards compatibility alias.
2017-01-19 20:12:28 +01:00
Jörg Thalheim 6762884a9a
python27Packages.jabberbot: init at 0.16 2017-01-19 19:10:23 +01:00
Jörg Thalheim 1708d4da13
python27Packages.xmpppy: fix ssl socket api 2017-01-19 19:10:16 +01:00
Robin Gloster 24038e6385
mysql-workbench: rename from mysqlWorkbench, add alias
fixes #21226
2017-01-19 16:41:30 +01:00
Jörg Thalheim 805e6804b1 Merge pull request #21873 from Mic92/python-packages
Dependencies for realms-wiki
2017-01-19 12:23:30 +01:00
Michael Raskin 7f2769ff62 Merge pull request #21983 from jonmeredith/master
Add yubioath-desktop application and required pyscard module
2017-01-19 09:35:52 +00:00
Michael Raskin 553ef5d3aa Merge pull request #21975 from lsix/update_python_celery
Update python celery
2017-01-19 09:34:34 +00:00
Michael Raskin 90e7568bfc Merge pull request #21973 from nixy/init/hy
hy: init at 0.11.1
2017-01-19 09:32:09 +00:00
Jörg Thalheim b502bba10b Merge pull request #21981 from erictapen/python27Packages.influxdb-update
python27Packages.influxdb: 0.1.12 -> 4.0.0
2017-01-19 09:25:43 +01:00
Vladimír Čunát f4f885243e
treewide: switch more packages to older gperf
They wouldn't build otherwise.
2017-01-19 09:09:16 +01:00
Vincent Laporte 75cea1db58 ocamlPackages.fpath: init at 0.7.1
Fpath is an OCaml module for handling file system paths with POSIX and Windows conventions.

Homepage: http://erratique.ch/software/fpath
2017-01-19 05:51:49 +00:00
Jon Meredith d9340971d9 Add yubioath-desktop application and required pyscard module to support it 2017-01-18 19:13:31 -08:00
Justin Humm b635355554 python27Packages.influxdb: 0.1.12 -> 4.0.0
Updated, as the old package is not compatible with current InfluxDB versions.
Changed buildInputs as following:
* requests -> requests2 as it is newer
* added dateutil as it is needed
* added tytz as it is needed
* added six as it is needed
2017-01-19 02:52:42 +00:00
Daiderd Jordan 2b0ca8dc5d Merge pull request #21681 from matthewbauer/anki
Anki: Darwin support
2017-01-18 21:41:11 +01:00
Vincent Demeester 74d4d3e4f9
docker: 1.12.6 -> 1.13.0
- Update docker version to 1.13.0.
- Introduce now docker-proxy package (from libnetmork).
- Use overrideDerivation to set the correct version for docker.
- Update tini to make sure we can build it static.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-01-18 21:33:37 +01:00
Jörg Thalheim 17c457e47b
pythonPackages.twill: init at 0.9.1 2017-01-18 18:26:32 +01:00
Jörg Thalheim 3b44782026
pythonPackages.flask_wtf: init at 0.14.2 2017-01-18 18:26:31 +01:00
Jörg Thalheim 5da2caab63
pythonPackages.flask_testing: init at 0.6.1 2017-01-18 18:26:31 +01:00
Jörg Thalheim b9e0da457a
pythonPackages.ghdiff: init at 0.4 2017-01-18 18:26:30 +01:00
Jörg Thalheim f957ce45c4
pythonPackages.flask_oauthlib: init at 0.9.3 2017-01-18 18:26:30 +01:00
Jörg Thalheim b3bef109c2
pythonPackages.flask-ldap-login: init at 0.3.0 2017-01-18 18:26:30 +01:00
Jörg Thalheim c065c400e9
pythonPackages.flask_elastic: init at 0.2 2017-01-18 18:26:29 +01:00
Jörg Thalheim 0b3d711fc4
pythonPackages.flask_login: enable python3 tests 2017-01-18 18:26:29 +01:00
Jörg Thalheim 1094e948bf
pythonPackages.markdown2: 2.3.0 -> 2.3.1 2017-01-18 18:26:28 +01:00
Jörg Thalheim 1f5b7484a3
pythonPackages.gunicorn: 19.1.0 -> 19.3.0 2017-01-18 18:26:28 +01:00
Jörg Thalheim bbe73c77c1
pythonPackages.dulwich: 0.14.0 -> 0.14.1 2017-01-18 18:26:28 +01:00
Jörg Thalheim c6c5ed15ab
pythonPackages.requests_oauthlib: 0.4.1 -> 0.7.0 2017-01-18 18:26:27 +01:00
Jörg Thalheim 14a65c5ecd
pythonPackages.ldap: 2.4.19 -> 2.4.22 2017-01-18 18:26:27 +01:00
Jörg Thalheim 1f6ca0f37b
pythonPackages.bcrypt: 3.1.0 -> 3.1.2 2017-01-18 18:26:26 +01:00
Lancelot SIX f715d3fd2c pythonPackages.channels: 1.0.1 -> 1.0.2 2017-01-18 17:07:45 +01:00
Lancelot SIX c71087b345 pythonPackages.pytest_30: 3.0.4 -> 3.0.5 2017-01-18 16:53:31 +01:00
Lancelot SIX cdf3b50917 pythonPackages.celery: 3.1.23 -> 4.0.2 2017-01-18 16:53:31 +01:00
Lancelot SIX 67a8210d6a pythonPackages.kombu: 3.0.35 -> 4.0.2 2017-01-18 16:53:27 +01:00
Lancelot SIX 0be9f1b3e5 pythonPackages.billiard: 3.3.0.23 -> 3.5.0.2 2017-01-18 16:52:45 +01:00
Lancelot SIX a272ca2c2e pythonPackages.amqp: 1.4.9 -> 2.1.4 2017-01-18 16:52:07 +01:00
Vladimír Čunát 59e0cfb589
gperf: bring back 3.0.4 to fix systemd build
Systemd has fixed this on master, but I don't want to meddle with the
patch that doesn't apply cleanly on our version.
2017-01-18 16:45:52 +01:00
Vladimír Čunát 40003aa2ed
Merge branch 'master' into staging 2017-01-18 15:54:04 +01:00
Andrew R. M b8acb928cc hy: init at 0.11.1
This is the hy language, a dialect of lisp designed to be closely
intergrated with python.
2017-01-18 09:32:59 -05:00
Lancelot SIX ece1154382 pythonPackages.vine: init at 1.1.3 2017-01-18 15:25:12 +01:00
Lancelot SIX 04e4790033 pythonPackages.case: init at 1.5.2 2017-01-18 15:25:11 +01:00
Tuomas Tynkkynen 6ced9ee7a4 fsmon: init at 1.4 2017-01-18 16:18:25 +02:00
Jake Waksbaum 753b00b6c6 pythonPackages.neovim: 0.1.12 -> 0.1.13 2017-01-17 20:56:54 -05:00
Matthew Bauer 6c6db7b58b
portaudio: fix on Darwin 2017-01-17 19:49:18 -06:00
Matthew Bauer 5c09b223f9
pulseaudio: fix on Darwin 2017-01-17 19:49:17 -06:00
Vincent Laporte 1503c11c5d ocamlPackages.omd: init at 1.3.0
OMD is an extensible Markdown library and tool in OCaml.

Homepage: https://github.com/ocaml/omd
2017-01-17 20:37:20 +01:00
Lee Machin 3e86a0b496 Add rubocop linter for Ruby (#21934)
Use gemdir and pname as suggested by @zimbatm

Fix silly typo
2017-01-17 09:55:23 +00:00
Dan Peebles f1a9bc356e lkl: init 2017-01-16 21:24:32 +00:00
Tristan Helmich ef0f4e7092 couchpotato: init at 3.0.1 2017-01-16 12:54:43 +01:00
Michael Raskin cd07d21a44 Merge pull request #21868 from hsenag/htmlunit-driver
selenium-server-standalone: restore htmlunit-driver support
2017-01-16 09:37:29 +00:00
Nicolas B. Pierron f9da1fa957 Throw an error if NIXPKGS_OVERLAYS is invalid and improve documentation. 2017-01-16 01:17:33 +01:00
Nicolas B. Pierron f5dfe78a1e Add overlays mechanism to Nixpkgs.
This patch add a new argument to Nixpkgs default expression named "overlays".

By default, the value of the argument is either taken from the environment variable `NIXPKGS_OVERLAYS`,
or from the directory `~/.nixpkgs/overlays/`.  If the environment variable does not name a valid directory
then this mechanism would fallback on the home directory.  If the home directory does not exists it will
fallback on an empty list of overlays.

The overlays directory should contain the list of extra Nixpkgs stages which would be used to extend the
content of Nixpkgs, with additional set of packages.  The overlays, i-e directory, files, symbolic links
are used in alphabetical order.

The simplest overlay which extends Nixpkgs with nothing looks like:

```nix
self: super: {
}
```

More refined overlays can use `super` as the basis for building new packages, and `self` as a way to query
the final result of the fix-point.

An example of overlay which extends Nixpkgs with a small set of packages can be found at:
  https://github.com/nbp/nixpkgs-mozilla/blob/nixpkgs-overlay/moz-overlay.nix

To use this file, checkout the repository and add a symbolic link to
the `moz-overlay.nix` file in `~/.nixpkgs/overlays` directory.
2017-01-16 01:17:33 +01:00
John Ericson cef5131ea7 Merge pull request #21911 from Ericson2314/release-cross
release-cross: Expose sub-jobs of linux cross stdenv
2017-01-15 14:21:04 -05:00
John Ericson a62ee8d45c release-cross: Expose sub-jobs of linux cross stdenv 2017-01-15 14:19:39 -05:00
Tuomas Tynkkynen 9c45e20823 dtc: Fix build after flex upgrade
http://hydra.nixos.org/build/46059338
2017-01-15 19:34:16 +02:00
Franz Pletz 8afb65ff66
libav_12: init at 12 2017-01-15 18:24:42 +01:00
Jörg Thalheim 122da3dc79 Merge pull request #21903 from matthiasbeyer/add-git-crecord
git-crecord: init at 20161216.0
2017-01-15 14:38:15 +01:00
Matthias Beyer 7adf2ff42e
git-crecord: init at 20161216.0 2017-01-15 14:23:59 +01:00
2chilled 936e2086e6 h2: init at 1.4.193 (#21893) 2017-01-15 14:01:07 +01:00
Daiderd Jordan d6517b6e5e Merge pull request #21898 from matthewbauer/darwintools
DarwinTools: init at 1
2017-01-15 10:11:39 +01:00
Jörg Thalheim e4c88f5c80 Merge pull request #21899 from johbo/add-tryton-client
tryton: init 4.2.1
2017-01-15 08:50:34 +01:00
Johannes Bornhold 37788f13b7 tryton: init at 4.2.1 2017-01-15 01:40:01 +01:00
John Ericson 94ad99e759 Merge pull request #21896 from Ericson2314/gawk
Two changes in preperation of cross cleanup
2017-01-14 17:58:22 -05:00
Daiderd Jordan c391904b85 Merge pull request #21894 from johbo/darwin-pangomm
pangomm: Add ApplicationServices on darwin
2017-01-14 23:56:25 +01:00
Jörg Thalheim 97a6566348 Merge pull request #21892 from offlinehacker/pkgs/yarn/add
yarn: init at 0.18.1
2017-01-14 23:54:56 +01:00
Johannes Bornhold 8a7d373795 Darwin gtk quartz follow up (#21883)
* gtk2-x11: Add gtk2 configuration with X11 backend

After making quartz the default for darwin, some builds started to fail since
they only support gtk with the X11 backend.

* apvlv: Use gtk2-x11 on darwin

* gpicview: Use gtk2-x11 for darwin

* lxappearance: Use gtk2-x11 for darwin

* fontforge-gtk: Use gtk2-x11 for darwin

* gbdfed: Use gtk2-x11 for darwin
2017-01-14 22:53:56 +00:00
Jörg Thalheim 235da0d77b Merge pull request #21871 from Mic92/manul
manul: init at 2016-09-30
2017-01-14 22:57:30 +01:00
Jörg Thalheim 238a090b4f
gdm: init at 1.4 2017-01-14 22:56:12 +01:00
John Ericson fa0a12e35d release-cross: Use nativeDrv rather than relying on default
The default will soon change
2017-01-14 16:39:43 -05:00
Jaka Hudoklin bb0d0a366b yarn: init at 0.18.1 2017-01-14 20:49:57 +01:00
rnhmjoj 61fe18d5b4
palemoon: init at 27.0.3 2017-01-14 20:44:47 +01:00
Johannes Bornhold 4b9349698a pangomm: Add ApplicationServices on darwin 2017-01-14 20:27:54 +01:00
John Ericson 427dbcb1d7 top-level: Add more options to release-cross.nix, normalize param comments 2017-01-14 14:25:56 -05:00
Ganesh Sittampalam f0c230c2c7 selenium-server-standalone: restore htmlunit-driver support
It was moved to a separate project between versions 2.45 and 2.53:
https://github.com/SeleniumHQ/selenium/commit/2d3150b
2017-01-14 10:48:38 +00:00
Vincent Laporte 67a5833330 ocamlPackages.apron: init at 20160125
APRON is an OCaml library of numerical abstract domains

Homepage: http://apron.cri.ensmp.fr/library/
2017-01-14 09:34:34 +00:00
Vincent Laporte 2f2fbc9966 ocamlPackages.mlgmpidl: init at 1.2.4
mlgmpidl is an OCaml interface to the GMP library.

Homepage: https://www.inrialpes.fr/pop-art/people/bjeannet/mlxxxidl-forge/mlgmpidl/
2017-01-14 09:34:34 +00:00
Jörg Thalheim be759ba64e Merge pull request #21869 from Mic92/pyroute2
pyroute2: init at 0.4.12
2017-01-14 10:21:50 +01:00
Jörg Thalheim 8d67d5689c
pyroute2: init at 0.4.12 2017-01-14 10:12:20 +01:00
Jörg Thalheim 4f130dd219
manul: init at 2016-09-30 2017-01-14 01:04:53 +01:00
Pascal Wittmann d760d9cccc Merge pull request #21836 from kierdavis/ckb
ckb: init at 0.2.6
2017-01-13 21:44:21 +01:00
John Ericson 0b8e389870 Merge pull request #21415 from Ericson2314/normalize-boot
Normalize bootstrapping
2017-01-13 13:49:22 -05:00
John Ericson 6a45e911c4 linux stdenv: Utilize overrides and prevStage better
`gcc-unwrapped` basically replaces `gccPlain`. It may seem like an ugly
polution to stick it in all-packages, but a future PR will enshrine this
`*-unwrapped` pattern. In any event, the long term goal is stdenvs might
need to tweak how compilers are booted and wrapped, but the code to build
the unwrapped compilers themselves should be generic.
2017-01-13 13:23:25 -05:00
John Ericson 67ebd3161b top-level: Inherit system and platform in stage.nix not all-packages.nix
These are not packages, and so its more elegant to do this outside of
all-packages.nix.
2017-01-13 13:23:25 -05:00
David Grayson 0f33b9f7f1 top-level: Do stdenvOverrides in stage.nix even if crossSystem exists.
Instead, the cross stdenv will patch up the override field -- the complexity
is now confined to the one place it matters.
2017-01-13 13:23:25 -05:00
John Ericson 3e197f7d81 top-level: Normalize stdenv booting
Introduce new abstraction, `stdenv/booter.nix` for composing bootstraping
stages, and use it everywhere for consistency. See that file for more doc.

Stdenvs besides Linux and Darwin are completely refactored to utilize this.
Those two, due to their size and complexity, are minimally edited for
easier reviewing.

No hashes should be changed.
2017-01-13 13:23:23 -05:00
Michael Raskin 94b0ad124e Merge pull request #21846 from peterhoeg/f/nim
nim: include all supporting tools
2017-01-13 17:49:25 +00:00
John Ericson 0ef8b69d12 top-level: Modernize stdenv.overrides giving it self and super
Document breaking change in 17.03 release notes
2017-01-13 10:36:11 -05:00
Robin Gloster a6cd5cdc15
prometheus-cli: remove due to pkg being obsolete 2017-01-13 14:24:35 +01:00
Robin Gloster e2be232c65
perlPackages.CompressRawBzip2: 2.064 -> 2.070 2017-01-13 14:02:57 +01:00
Michael Raskin aa5fe24540 Merge pull request #21831 from lsix/update_python_channels
Update python channels
2017-01-13 10:44:04 +00:00
Vincent Laporte 6636dfa845 ocamlPackages.ocb-stubblr: init at 0.1.0 2017-01-13 06:38:10 +00:00
Kier Davis ea7a8bf2d9
ckb: init at 0.2.6
ckb is a driver for Corsair keyboards/mice. It also contains a graphical tool for configuring their LED backlight settings.

The driver is implemented as a userland daemon. A NixOS module is included that runs this as a systemd service.
2017-01-12 18:25:14 +00:00
Volth 9c489165af scala: fix versions and $PATH 2017-01-12 17:56:45 +00:00
Pascal Wittmann dd3c287642 Merge pull request #20318 from vdemeester/add-vndr
vndr: init at 20161110-cf8678f
2017-01-12 18:40:16 +01:00
Graham Christensen 193d206b17 Merge pull request #21804 from exi/include-rust-beta-nightly
rust: make rust beta and nightly be build by hydra
2017-01-12 07:33:26 -05:00
Ignat Loskutov c94c2666bb tdesktop: 0.10.19 -> 1.0.0
abbradar: add vdpau to fix the build, use qt56 explicitly

Closes #21821.
2017-01-12 15:27:24 +03:00
Peter Hoeg 4e0a5e7602 nim: include all supporting tools
This PR makes a few changes to how things are done:

a) build and install "koch" - the nim make-type tool
b) use "koch" to bootstrap nim
c) build additional supporting tools such as nimble, nimgrep and nimsuggest
d) nim can use other c compilers than gcc, so instead of forcing gcc we use the one from stdenv
e) run the full test suite

We do not need the "nimble" package any longer as it is part of nim.
2017-01-12 20:11:36 +08:00
Franz Pletz 44efd447b6 Merge pull request #21816 from NeQuissimus/linux_4_8_removal
linux: Remove 4.8
2017-01-12 10:22:29 +01:00
Lancelot SIX 8b8bba90b7
pythonPackages.channels: 0.17.3 -> 1.0.1 2017-01-12 10:17:55 +01:00
Lancelot SIX eeda593de4
pythonPackages.daphne: 0.15.0 -> 1.0.1 2017-01-12 10:17:46 +01:00
Vincent Laporte 086fbfa308 ocamlPackages.owee: init at 0.2
Owee is an experimental library to work with DWARF format.

Homepage: https://github.com/let-def/owee
2017-01-12 09:12:52 +00:00
Tim Steinbach d483a871d1
linux: Remove 4.8 2017-01-11 16:59:29 -05:00
Daiderd Jordan 4488203d0c Merge pull request #20658 from matthewbauer/gimp-darwin
GIMP on Darwin (use Quartz)
2017-01-11 21:47:29 +01:00
Frederik Rietdijk 7a109e6310 pythonPackages.docker: support python3 2017-01-11 18:25:10 +01:00
Frederik Rietdijk e94d9cdfaa virtmanager: use python2 2017-01-11 18:25:10 +01:00
Frederik Rietdijk 87e67cb4e5 pythonPackages.yenc: init at 0.4.0 2017-01-11 18:12:32 +01:00
Jörg Thalheim d9681de618 Merge pull request #21708 from 3noch/nginx-pagespeed-module
nginx: add PageSpeed module (Linux only)
2017-01-11 17:25:26 +01:00
Michael Raskin 760edeb2b6 xfractint: init at 20.04p14 2017-01-11 14:14:07 +01:00
Reno Reckling 167795cd15 rust: make rust beta and nightly be build by hydra 2017-01-11 13:54:21 +01:00
Frederik Rietdijk d0bfac0edf Merge pull request #20037 from magnetophon/lv2libs
Lv2libs
2017-01-11 09:02:14 +01:00
Daiderd Jordan 51beb935c3 Merge pull request #21274 from LnL7/darwin-gyp
python-gyp: fix darwin build without xcode
2017-01-11 08:51:00 +01:00
Yacine Hmito f88e2fb5f1 zsh-autosuggestions: init at 0.3.3 (#21792)
Added a related `programs.zsh.enableAutosuggestions` option
2017-01-11 07:00:48 +01:00
Matthew Bauer 21143cc000
gtk-mac-bundler: init at 0.7.4 2017-01-10 23:51:36 -06:00
Matthew Bauer 8497ef1ed2
gimp: add darwin support 2017-01-10 23:51:36 -06:00
Franz Pletz 3ecfab8819
libgit2_0_21: remove, unused and probably vulnerable 2017-01-11 06:50:37 +01:00
Bart Brouns 5abcc7d22a lilv and sord: remove svn versions and deploy release version 2017-01-11 02:21:00 +01:00
Graham Christensen acc889f5ed Merge pull request #21462 from phunehehe/android-studio
Fontconfig for Android Studio
2017-01-10 20:05:42 -05:00
Daiderd Jordan 43266905d1 Merge pull request #21791 from LnL7/darwin-cairo-fixes
cairo related fixes
2017-01-11 00:45:16 +01:00
Daiderd Jordan cb061ef4f2
gst_plugins_base: add darwin frameworks 2017-01-10 23:32:32 +01:00
3noch 0d4d401b7f
nginx: add PageSpeed module (Linux only) 2017-01-10 17:26:50 -05:00
Daiderd Jordan 581a5aec88
imagemagick: add darwin frameworks 2017-01-10 23:03:49 +01:00
Stefan Götz 9280174493 mpv: 0.22.0 -> 0.23.0 2017-01-10 22:42:29 +01:00
Daiderd Jordan 6bdecbf1ba
graphviz: add darwin frameworks 2017-01-10 22:20:25 +01:00
Domen Kožar 6462eb6bdd
nodejs: set hiPrio for 6.x 2017-01-10 21:17:12 +01:00
Vladimír Čunát 0300418a69
Merge branch 'staging' 2017-01-10 21:13:18 +01:00
Michael Raskin 15ef9bc87d xsok: init at 1.02 2017-01-10 20:08:31 +01:00
Frederik Rietdijk 4fc0c15af5 pythonPackages.sounddevice: 0.3.4 -> 0.36 2017-01-10 15:45:41 +01:00
Vladimír Čunát ee2edd4527
Merge branch 'master' into staging 2017-01-10 15:38:07 +01:00
Vladimír Čunát 337336a3f8
perl-IO-Compress: try without testing for now
Tests got broken by zlib update.  Also 2.0.63 -> 2.0.70,
but the update didn't help with this unfortunately.

LibreOffice now starts fine for me, and Hydra package builds.
2017-01-10 15:34:08 +01:00
Michael Raskin 8801b8d2b3 Merge pull request #21776 from peterhoeg/p/terragrunt
terragrunt: init at 0.8.0
2017-01-10 14:14:22 +00:00
Michael Raskin 5b9d80646b mdadm4: init at 4.0
Would be just mdadm: 3.3.4 -> 4.0, but it doesn't look like there are
urgent bugfixes, and it is a major release, and wrong RAID handling
kills data, so let's let the early adopters test it a bit.
2017-01-10 14:09:20 +01:00
Frederik Rietdijk 49640fcd32 Merge pull request #21762 from mguentner/ipfsapi
pythonPackages.ipfsapi: init at 0.4.0
2017-01-10 08:37:02 +01:00
Peter Hoeg 16f4b10bba terragrunt: init at 0.8.0 2017-01-10 15:27:30 +08:00
Hoang Xuan Phu 4b3f79b3ca android-studio: use a dedicated fontconfig file 2017-01-10 13:36:02 +08:00
Hoang Xuan Phu 1f67c179ac android-studio: rearrange dependencies 2017-01-10 13:35:37 +08:00
Hoang Xuan Phu 4e513cbc9f android-studio: no need for jdk anymore
Android Studio now bundles its own JDK ¯\_(ツ)_/¯
2017-01-10 13:35:36 +08:00
Graham Christensen b70e5f2905 Merge pull request #21675 from lsix/update_django_1_10
pythonPackages.django_1_10: 1.10.4 -> 1.10.5
2017-01-09 21:50:19 -05:00
Maximilian Güntner a93416bffa
pythonPackages.ipfsapi: init at 0.4.0
Signed-off-by: Maximilian Güntner <code@klandest.in>
2017-01-10 00:11:48 +01:00
Robert Helgesson b0106b66fd
perl-Net-HTTP: 6.09 -> 6.12 2017-01-09 23:08:10 +01:00
Robert Helgesson 5d2723945e
perl-mod_perl2: use cpan mirror
Also add license field.
2017-01-09 23:08:05 +01:00
Corbin 1e5de5fc3c prometheus-json-exporter: init at 20160913 2017-01-09 15:20:26 +01:00
Corbin 51b247bff8 prometheus-varnish-exporter: init at 20161127.
Yeah, I know, it's a git snapshot. Sorry.
2017-01-09 15:20:26 +01:00
Michael Raskin e2b30dc0f9 Merge pull request #21635 from peterhoeg/p/tora
tora: init at 3.1
2017-01-09 09:49:00 +00:00
Michael Raskin b9bb55c03f Merge pull request #21638 from benley/insync
insync: init at 1.3.13.36129
2017-01-09 09:46:15 +00:00
Michael Raskin b806408452 Merge pull request #21724 from ivan-tkatchev/pullrequest
gtest, gmock: fix broken package by updating to 1.8.0.
2017-01-09 09:31:17 +00:00
Gabriel Ebner 14a35a55c7 remmina: fix missing gsettings schemas 2017-01-09 09:57:39 +01:00
pngwjpgh 071481ca7d debianutils: init at 4.8.1 (#21739) 2017-01-09 06:41:06 +01:00
Joris Guyonvarch 1603526000 xrectsel: init at 0.3.2 (#21153) 2017-01-09 06:07:25 +01:00
Peter Hoeg 2190a84812 tora: init at 3.1 2017-01-09 09:26:46 +08:00
Jörg Thalheim bcf8d8c6ef Merge pull request #21634 from peterhoeg/f/qscint
qscintilla: 2.9 -> 2.9.4 and support for qt5
2017-01-08 23:43:24 +01:00
Moritz Ulrich 2a2e8e906b
rustRegistry: 2016-12-28 -> 2017-01-08 2017-01-08 16:55:36 +01:00
Domen Kožar 8940c68c09
hydra: 2016-04-15 -> 2016-12-09
Fixes #19396 #21424
2017-01-08 14:40:12 +01:00
Matthew Bauer 6f72be9962
DarwinTools: init at 1 2017-01-08 02:28:44 -06:00
Daiderd Jordan 826d6aa6cd Merge pull request #21382 from johbo/darwin-pygtk-quartz-backend
Darwin gtk2/pygtk quartz backend
2017-01-08 00:18:33 +01:00
tkatchev 9c2a222092 gtest, gmock: fix broken package by updating to 1.8.0. 2017-01-08 00:00:55 +03:00
Frederik Rietdijk 9fdbb624e3 Merge pull request #21740 from srhb/init/mir-qualia
qualia: init at 1.0.0
2017-01-07 21:33:29 +01:00
Sarah Brofeldt 760710efd1 qualia: init at 1.0.0
tests disabled
maintainer srhb
2017-01-07 21:24:44 +01:00
Domen Kožar 372e04f189
libpqxx: use gnused_422 2017-01-07 20:16:17 +01:00
Jascha Geerds a5be4fe67a pythonPackages.docker_compose: Set meta.platforms to linux 2017-01-07 19:52:35 +01:00
Jascha Geerds fdb5832d09 pythonPackages.docker_compose: Add myself as a maintainer 2017-01-07 19:48:38 +01:00
Matthew Bauer ea053cad7a gtk-mac-integration: init at 2.0.8 2017-01-07 19:21:42 +01:00
Johannes Bornhold 5a572f8018 gtk2: Use quartz backend on darwin 2017-01-07 17:35:09 +01:00
Frederik Rietdijk 969651aaca pythonPackages.pyjwt: use cryptography instead of pycrypto 2017-01-07 17:28:55 +01:00
Nikolay Amiantov 6a55b52944 warzone2100: 2.1.5 -> 2.2.2 2017-01-07 18:48:15 +03:00
Peter Hoeg 427de85390 loki: init at 0.1.7 2017-01-07 20:49:54 +08:00
Tadas Barzdzius 0b2127e6d1
python-gyp: fix darwin build without xcode or CLT 2017-01-07 02:07:17 +01:00
Thomas Tuegel 8633dab72a Merge pull request #21650 from dbalan/ldns-1.7.0
ldns 1.6.17 -> 1.7.0
2017-01-06 14:46:18 -06:00
Frederik Rietdijk f70f898dae Merge pull request #21710 from peterhoeg/f/gitup
git-up: not a python package
2017-01-06 20:51:44 +01:00
Vladimír Čunát 07bf828bd9
Merge branch 'staging'; security /cc #21642 2017-01-06 16:32:47 +01:00
Vladimír Čunát cf1d3677d3
flex: bring back 2.6.1 as an option
Some breakages after flex update aren't so easy to fix,
and I can't really afford to spend much time on it ATM.
2017-01-06 16:17:46 +01:00
Pascal Wittmann 99c8e8e71f Merge pull request #21711 from mimadrid/fix/picard
picard: fix compilation and remove unused buildInputs
2017-01-06 14:50:08 +01:00
mimadrid 9fc4536ac8
mutagen: 1.34 -> 1.36 2017-01-06 12:46:05 +01:00
Frederik Rietdijk 39bb4fe0ee Merge pull request #21689 from rzetterberg/godot-2.1.1-stable-init
godot: init at 2.1.1-stable
2017-01-06 12:43:35 +01:00
Richard Zetterberg 4799971895 godot: init at 2.1.1-stable
Adds the [godot engine](https://godotengine.org/) at the latest stable
version.

Produced binary contains the tools and the engine itself.
2017-01-06 12:07:19 +01:00
Peter Hoeg 98c9db00d8 git-up: not a python package
1. git-up is a python package as such but an application, so move it out of python-packages.nix
2. get rid of the tests (we've already run the tests)
2017-01-06 18:56:26 +08:00
Vladimír Čunát 29e93555ec
firefox*: fixup build after updating sed
I failed to simply patch the bad [:space:] usage; I don't know why.
2017-01-06 11:22:28 +01:00
Vladimír Čunát cb70a594cb
sed: bring back 4.2.2 temporarily
It will be useful to fixup compatibility problems with [:space:].
2017-01-06 10:53:25 +01:00
Gabriel Ebner ad507954fa emscriptenfastcomp-wrapped: disable hardening
The hardening flags break webassembly generation, at least in some
cases.
2017-01-06 09:43:52 +01:00
Frederik Rietdijk 4187179f7b Merge pull request #21455 from puffnfresh/package/Natron
natron: init at 2.1.9
2017-01-06 08:22:08 +01:00
Brian McKenna f133475370 natron: init at 2.1.9 2017-01-06 15:49:35 +11:00
spy-tech 7115ed6783
awscli: 1.11.30 -> 1.11.35 2017-01-05 21:58:18 -05:00
John Wiegley 52e74ddc62
pythonPackages.pyev: Remove duplication from last commit 2017-01-05 13:36:29 -08:00
John Wiegley bae778e86c
pythonPackages.pyev: Fix expression to work on Darwin 2017-01-05 13:34:19 -08:00
Michael Raskin efb6c30d10 Merge pull request #21656 from zimbatm/packer-0.12.1
packer: 0.10.1 -> 0.12.1
2017-01-05 17:54:55 +00:00
Jörg Thalheim ca0d747d6d Merge pull request #21578 from Mic92/zfs
zfs: add unstable variant
2017-01-05 12:52:56 +01:00
Lancelot SIX bd0d567d47 pythonPackages.django_1_10: 1.10.4 -> 1.10.5
See https://docs.djangoproject.com/en/1.10/releases/1.10.5/ for release
notes.
2017-01-05 11:11:13 +01:00
Frederik Rietdijk 0be446fbfa pythonPackages.credstash: 1.11.0 -> 1.13.2 2017-01-05 10:59:56 +01:00
Frederik Rietdijk 8f046ce0c0 Merge pull request #21670 from berdario/python36-xdis-zopetesting
Python3.6 compatibility upgrade for xdis zopetesting
2017-01-05 10:12:44 +01:00
Dario Bertini aeb311f6c0
zope.testing: 4.5.0 -> 4.6.1 2017-01-05 09:58:32 +01:00
Dario Bertini 744cd7b12b
xdis: 2.3.1 -> 3.2.4 2017-01-05 09:57:41 +01:00
Frederik Rietdijk 6ab2e40176 Merge pull request #21156 from schneefux/pkg.parsedatetime
pythonPackages.parsedatetime: disable tests to fix the build
2017-01-05 08:53:19 +01:00
Jörg Thalheim 4029470a6f
zfs: add unstable variant
Until now nixos only delivered the latest zfs release. This release is often not
compatible with the latest mainline kernel. Therefor an unstable variant is
added, which might be based on testing releases or git revisions.

fixes #21359
2017-01-05 08:40:50 +01:00
Franz Pletz e94bfe55c4
mitmproxy: 0.17.1 -> 1.0.2, move to all-packages.nix 2017-01-05 06:25:26 +01:00
Franz Pletz 71725619a8
pythonPackages.ruamel_yaml: 0.10.13 -> 0.13.7 2017-01-05 06:25:25 +01:00
Franz Pletz 8f146f96db
pythonPackages.hpack: 2.0.1 -> 2.3.0 2017-01-05 06:25:24 +01:00
Franz Pletz e373c3f332
pythonPackages.typing: init at 3.5.3.0 2017-01-05 06:25:23 +01:00
Franz Pletz 85d3e82f4b
pythonPackages.editorconfig: init at 0.12.1 2017-01-05 06:25:22 +01:00
Franz Pletz e7ee0264f9
pythonPackages.h2: init at 2.5.1 2017-01-05 06:25:21 +01:00
Franz Pletz cde1874b15
pythonPackages.hyperframe: init at 4.0.1 2017-01-05 06:25:20 +01:00
Franz Pletz f594ee195b
pythonPackages.sortedcontainers: init at 1.5.7 2017-01-05 06:25:19 +01:00
Franz Pletz 956a400b81
pythonPackages.brotlipy: init at 0.6.0 2017-01-05 06:25:18 +01:00
Franz Pletz 838862cb42
pythonPackages.urwid: 1.3.0 -> 1.3.1 2017-01-05 06:25:16 +01:00
Franz Pletz 46fe0fe8ae
pythonPackages.pyperclip: 1.5.11 -> 1.5.27 2017-01-05 06:25:15 +01:00
Franz Pletz da8023b8c3
pythonPackages.cssutils: 0.9.9 -> 1.0.1 2017-01-05 06:25:14 +01:00
Franz Pletz fa696a3e70
pythonPackages.construct: 2.5.2 -> 2.8.10 2017-01-05 06:25:13 +01:00
Franz Pletz 31ac32a965
pythonPackages.blinker: 1.3 -> 1.4 2017-01-05 06:25:09 +01:00
Vladimír Čunát f803270b7e
bash: switch the default 4.3 -> 4.4
... and remove the now-unused 4.3 expression.
2017-01-05 01:07:36 +01:00
Graham Christensen 15f46d60ac Merge pull request #21615 from matthiasbeyer/update-pkgs
Update pkgs
2017-01-04 18:50:12 -05:00
Tuomas Tynkkynen bde8632106 coreutils: Build with libattr to support xattrs
Fixes #21649
2017-01-05 00:55:35 +02:00
Vladimír Čunát ea7b252c9a
Merge branch 'master' into staging 2017-01-04 23:20:43 +01:00
Franz Pletz 000fb9be33
pythonPackages.pudb: 2013.3.6 -> 2016.2, disable tests on python 3 2017-01-04 22:49:05 +01:00
Franz Pletz 48a5a47784
pythonPackages.configshell_fb: disable failing tests on python3 2017-01-04 22:42:03 +01:00
Franz Pletz 4f957a9fdb
pythonPackages.sqlalchemy_imageattach: fix evaluation
Broken since 762d847d47 where the package
name case was changed but not the reverse dependencies.
2017-01-04 21:28:05 +01:00
Frederik Rietdijk a3018650a3 Merge pull request #21643 from symphorien/python-tix
Python tix module
2017-01-04 20:51:33 +01:00
Frederik Rietdijk e276f59020 pythonPackages.tkinter: patch rpath to use only one interpreter
The `tkinter` module is copied from a build of `python` with
`x11Support=true;` but has a reference to that build of `python`. We
however want to use the module in combination with a build of `python`
with `x11Support=false;` (the default). Therefore we patch the rpath to
refer to that `python` instead.
2017-01-04 20:39:36 +01:00
zimbatm 9e97c0b937 packer: 0.10.1 -> 0.12.1 2017-01-04 17:31:45 +00:00
Dhananjay Balan 6edb3793d3 ldns 1.6.17 -> 1.7.0
Release notes: http://git.nlnetlabs.nl/ldns/tree/Changelog?id=release-1.7.0

Openssl-1.1.0 is used to enable offline DANE verification (Needed for the DANE-TA usage type)

```
configure: error: OpenSSL does not support offline DANE verification (Needed for the DANE-TA usage type).  Please upgrade OpenSSL to version >= 1.1.0 or rerun with --disable-dane-verify or --disable-dane-ta-usage
builder /nix/store/m6n021fbk5h4iywzi3n26j95ksps9mwc-ldns-1.7.0. failed with exit code 1
error: build /nix/store/m6n021fbk5h4iywzi3n26j95ksps9mwc-ldns-1.7.0. failed
drvof drvfor
```
2017-01-04 17:44:47 +01:00
Symphorien Gibol 3f499d3fb9 tix: init at 8.4.1 2017-01-04 17:39:43 +01:00
Matthias Beyer 71c247b3ad mailcap-fix: init at 1.0.1 2017-01-04 16:29:32 +01:00
schneefux 95af71e4ef
pythonPackages.parsedatetime: 1.5 -> 2.1 2017-01-04 15:26:22 +01:00
Benjamin Staffin 6afd5fbbb7 insync: init at 1.3.13.36129 2017-01-04 03:42:13 -05:00
Daiderd Jordan 118af5d2ea Merge pull request #21605 from chris-martin/pr/stellar-core
stellar-core: init at 0.5.1
2017-01-04 08:40:41 +01:00
Chris Martin 1dc199d9cf stellar-core: init at 0.5.1 2017-01-03 22:06:47 -05:00
Maurizio Di Pietro e0878ce316
chase: init at 0.5.2 2017-01-03 20:32:59 -05:00
Andrew R. M 19f3e8cecc pythonPackages.nose-cprof: 0.1-0 -> 0.1.4
Updated nose-cprof and enabled python 3 package
2017-01-03 19:45:11 -05:00
Alexander Kahl 61d125b842 sssd: init at 1.14.2
perlPackages.TextWrapI18N: init at 0.06
perlPackages.Po4a: init at 0.47
jade: init at 1.2.1
ding-libs: init at 0.6.0

Switch nscd to no-caching mode if SSSD is enabled.

abbradar: disable jade parallel building.

Closes #21150
2017-01-04 03:07:20 +03:00
Daiderd Jordan 708bdd229a Merge pull request #21600 from mdaiter/wxGTKErlangLink
erlang: explicitly link appropriate wxGTK versions for R18/R19
2017-01-04 00:44:19 +01:00
Daiderd Jordan 6158604d8a Merge pull request #21603 from abuibrahim/master
ofp: init at 2.0.0
2017-01-04 00:12:58 +01:00
Daiderd Jordan 3daa019125 Merge pull request #21551 from zauberpony/vultr-init
vultr: init at 1.12.0
2017-01-04 00:08:04 +01:00
Ruslan Babayev f3e2feb057 ofp: init at 2.0.0 2017-01-03 10:28:46 -08:00
Michael Raskin 30f509437c maxima: use previous versions of ECL and SBCL; the tests fail with the latest versions 2017-01-03 18:06:48 +01:00
Michael Raskin efd2b279f3 sbcl_1_3_12: init at 1.3.12; reinstating the previous version for Maxima 2017-01-03 18:06:47 +01:00
Michael Raskin 95f3473e18 ecl_16_1_2: init at 16.1.2; reinstating for Maxima 2017-01-03 18:06:47 +01:00
Michael Raskin 7c29295deb gcl_2_6_13_pre: init at 2.6.13pre50. GCL hasn't had releases for a long time, but there are relatively regular prereleases 2017-01-03 18:06:46 +01:00
Daiderd Jordan 538d1b688a stdenv: bootstrap cmake and python on darwin 2017-01-03 18:01:47 +01:00
Pascal Wittmann c4175a071b Merge pull request #21617 from mguentner/subsurface_beta
subsurface 4.5.6 -> 4.5.97
2017-01-03 17:30:38 +01:00
Jörg Thalheim fd152db8f7 rustNightlyBin: 2016-12-05 -> 2016-12-29 (#21618)
- add cargo (hence the renaming)
- also allow to built nix packages
2017-01-03 16:50:56 +01:00
Maximilian Güntner 67d73657a9
Revert "libgit2: reinit at 0.23.2"
This reverts commit 2e15a8f2dd.
libgit2 v0.23.2 is no longer necessary due to
edbe73dc13e6090269f0d8b2bb759c7957a83ec1

Signed-off-by: Maximilian Güntner <code@klandest.in>
2017-01-03 16:06:50 +01:00
Maximilian Güntner b00516ca31
subsurface: 4.5.6 -> 4.5.97 (beta 2)
Signed-off-by: Maximilian Güntner <code@klandest.in>
2017-01-03 16:06:50 +01:00
Maximilian Güntner 7e87be4055
libdivecomputer: add subsurface version
Signed-off-by: Maximilian Güntner <code@klandest.in>
2017-01-03 15:43:51 +01:00
Gabriel Ebner c6ec873aec Merge pull request #21554 from gebner/emscripten-wrapped
emscriptenfastcomp: build using cmake and use cc-wrapper
2017-01-03 09:15:32 -05:00
Peter Simons 494d695b97 Merge pull request #21393 from mpickering/master
Small improvements to development GHC derivations
2017-01-03 14:40:18 +01:00
Peter Hoeg 9452abe684 qscintilla: support qt5 2017-01-03 13:33:42 +08:00
Daiderd Jordan 0a5ccc170d Merge pull request #21594 from chris-martin/pr/libbitcoin
libbitcoin
2017-01-03 01:40:04 +01:00
Matthew Daiter b65e5d8c96 erlang: explicitly link appropriate wxGTK versions for R18/R19 2017-01-03 01:31:48 +01:00
Chris Martin 1d278febd0 libbitcoin-explorer: init at 2.2.0 2017-01-02 19:28:26 -05:00
Chris Martin cb7c3d9712 libbitcoin-client: init at 2.2.0 2017-01-02 19:28:15 -05:00
Chris Martin 1f896f4bdd libbitcoin: init at 2.11.0 2017-01-02 19:28:02 -05:00
Michael Raskin 29dfbca634 eigen3_3: init at 3.3.1; not compatible enough with 3.2.5 to switch the default immediately 2017-01-02 20:18:53 +01:00
Michael Raskin f2abc2d4a0 imagemagick7: fix references in the lighter versions 2017-01-02 20:18:46 +01:00
Balletie 66c745e30d
pommed-light: init at 1.50lw 2017-01-02 19:40:43 +01:00
Michael Raskin aa2f2d2667 Merge pull request #21580 from rasendubi/lgi
luaPackages.lgi: 0.7.2 -> 0.9.1
2017-01-02 14:13:29 +00:00
Michael Raskin 32197ea80b Merge pull request #21567 from peterhoeg/p/xca
xca: qt4 -> qt5
2017-01-02 14:10:51 +00:00
Herwig Hochleitner 802c09f21d webkitgtk: make 2.14 the default 2017-01-02 13:37:09 +01:00
Gabriel Ebner db0120dea2 emscriptenfastcomp: build using cmake and use cc-wrapper 2017-01-02 13:24:36 +01:00
Alexey Shmalko 9e3b2cbd21
luaPackages.lgi: 0.7.2 -> 0.9.1 2017-01-02 14:02:19 +02:00
Brandon Dimcheff 0890ce6f09
astroid: init at 0.6 2017-01-01 22:38:12 +01:00
Elmar Athmer bd0595ea80 vultr: init at 1.12.0 2017-01-01 20:57:52 +01:00
Peter Hoeg aec8872e23 xca: qt4 -> qt5
Compile against qt5 instead of qt4.
2017-01-02 00:17:48 +08:00
Graham Christensen c58b4cf693 Merge pull request #21520 from peterhoeg/p/nrpl
nrpl: init at 20150521
2017-01-01 07:51:45 -05:00
Peter Hoeg 7a720abc03 nrpl: init at 20150521 2017-01-01 14:10:13 +08:00
Daiderd Jordan 6e6334a514 Merge pull request #21529 from ivan-tkatchev/master
makerpm: init at 1.0
2016-12-31 21:35:14 +01:00
tkatchev 4073aaa7e1 makerpm: init at 1.0 2016-12-31 23:19:31 +03:00
volth 06b372f24f miredo: init at 1.2.6 2016-12-31 21:03:27 +01:00
Daiderd Jordan da34b32bb4 Merge pull request #21539 from mdaiter/wxGTK30Mac
wxGTK30: added Darwin support
2016-12-31 14:11:58 +01:00
Ioannis Koutras dc70cd1026 syncthing-gtk: 0.6.3 -> 0.9.2.3 2016-12-31 14:26:17 +02:00