1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

26987 commits

Author SHA1 Message Date
Frederik Rietdijk a8379a1906 pythonPackages.pytestcache: disable tests 2016-12-01 21:07:33 +01:00
Frederik Rietdijk d3f3ad3b26 pythonPackages.pyjwt: does not need pytest 2.7 2016-12-01 21:07:33 +01:00
Frederik Rietdijk 49a313c395 pythonpackages.lti: rename to PyLTI and remove overriding
- rename to PyLTI to follow upstream
- remove overriding because it is not necessary; newer mock can be used,
and modules python packages should be fixed to not propagate pytest (see
separate commit).

cc maintainer @layus
2016-12-01 21:07:33 +01:00
Jascha Geerds d69a25dfde pythonPackages.docker: Add myself as a maintainer 2016-12-01 20:42:27 +01:00
Jascha Geerds bfc2721ebf pythonPackages.docker: Fix build for python3 2016-12-01 20:41:14 +01:00
Frederik Rietdijk 9e4538112a pythonPackages.acoustics: init at 0.1.2 2016-12-01 17:51:39 +01:00
John Ericson 4751d9e5ad top-level: turn the screw
- Non-cross stdenvs are honest and assert that `crossSystem` is null

 - `crossSystem` is a mandatory argument to top-level/stage.nix, just like
   `system` and `platform`

 - Broken default arguments on stdenvs for testing are gone.

 - All stdenvs (but little-used stdenvNix) take the same arguments for easy
   testing.
2016-12-01 11:24:33 -05:00
John Ericson a55d1ecc90 top-level: Document why nixpkgsFun doesn't close over inferred default arguments 2016-12-01 11:24:33 -05:00
John Ericson 05c12f147e top-level: Move default-choosing logic to top-level/platforms.nix
This mirrors stdenv/default.nix
2016-12-01 11:24:32 -05:00
Nikolay Amiantov 58d2d460d0 pythonPackages.pyrsistent: propagate six 2016-12-01 17:31:04 +03:00
Pascal Wittmann 130bc32268 Merge pull request #20824 from offlinehacker/pkgs/convoy/init
convoy: init at 0.5.0
2016-12-01 14:35:22 +01:00
Cillian de Roiste d42cfcec92 all-packages: move terminus-ttf beside terminus 2016-12-01 14:10:09 +01:00
goibhniu 304150f576 Merge pull request #20743 from Okasu/terminus-font-ttf
terminus-font-ttf: init at 4.40.1
2016-12-01 14:07:40 +01:00
Frederik Rietdijk d22432880b pythonPackages.oauthlib: 0.7.2 -> 2.0.0 2016-12-01 09:37:12 +01:00
Frederik Rietdijk e39584c67d pythonPackages.pyjwt: 1.4.0 -> 1.4.2 2016-12-01 09:37:11 +01:00
Franz Pletz b24b6bbfb0
prometheus-blackbox-exporter: init at 0.3.0 2016-12-01 02:04:58 +01:00
John Ericson 39753f5360 top-level: Close over fewer arguments for stdenv stages
This makes the flow of data easier to understand. There's little downside
because the args in question are already inspected by the stdenvs.

cross-compiling in particular is simpler because we don't need to worry
about overriding the config closed over by `allPackages`.
2016-11-30 19:11:03 -05:00
John Ericson d240a0da1a top-level: Remove cycles: stdenv calls in top-level but not vice versa
This commit changes the dependencies of stdenv, and clean-up the stdenv
story by removing the `defaultStdenv` attribute as well as the `bootStdenv`
parameter.

Before, the final bootstrapping stage's stdenv was provided by
all-packages, which was iterating multiple times over the
top-level/default.nix expression, and non-final bootstrapping stages'
stdenvs were explicitly specified with the `bootStdenv` parameter.

Now, all stages' stdenvs are specified with the `stdenv` parameter.
For non-final bootstrapping stages, this is a small change---basically just
rename the parameter.
For the final stage, top-level/default.nix takes the chosen stdenv and
makes the final stage with it.

`allPackages` is used to make all bootstrapping stages, final and
non-final alike. It's basically the expression of `stage.nix` (along with a
few partially-applied default arguments)

Note, the make-bootstrap-tools scripts are temporarily broken
2016-11-30 19:10:59 -05:00
John Ericson 07a2b17cbf top-level: Split some of pkgs/top-level/default.nix to pkgs/top-level/stage.nix
This is preparation for the latter just building a single stage, and the
former building a package set with the bootstrapped stdenv.
2016-11-30 19:04:22 -05:00
John Ericson ddeb0d2d6b top-level: Stop exposing all stdenvs 2016-11-30 19:03:01 -05:00
Jaka Hudoklin 3675631f63 convoy: init at 0.5.0 2016-11-30 23:28:18 +01:00
Jaka Hudoklin 54e2973533 docker-machine-kvm: init at 0.7.0 2016-11-30 19:10:25 +01:00
Eelco Dolstra c0da5f78d6
make-tarball.nix: Don't check broken packages
They're broken after all. In particular, this prevents us from
evaluating packages that are unsupported on a particular platform.

Reverts a147ddc42c.

Fixes #20817.
2016-11-30 15:21:30 +01:00
Eelco Dolstra e3a873479e
Remove fetchMD5warn
Deprecation warnings should not be used in Nixpkgs because they spam
innocent "nix-env -qa" users with (in this case) dozens of messages
that they can't do anything about.

This also reverts commit 2ca8833383.
2016-11-30 15:14:30 +01:00
Lancelot SIX de4dba37a1
pythonPackages.pytest_30: 3.0.3 -> 3.0.4 2016-11-30 13:11:36 +01:00
Frederik Rietdijk c517718ffc Merge pull request #20152 from igsha/fix-mezzanine
pythonPackages.mezzanine: fixes #19989
2016-11-30 10:43:34 +01:00
Frederik Rietdijk 07dcc4f43a pythonPackages.Theano: move and rename variants
We have two derivations, one that supports Cuda, and one that does not.
The names, TheanoWithCuda and TheanoWithoutCuda, now reflect that.
Furthermore, a boolean passthru.cudaSupport was added.

In the future the two derivations should be merged in one, with a
parameter `cudaSupport`.
2016-11-30 10:04:54 +01:00
danbst 5c0367ee5b urxvt: add vtwheel extension
This allows to scroll content in less, screen, nano, tmux and others
(the ones, who create so called "secondary screens"), similar to VTE-based
terminals.

Note, however, that mouse wheel won't work in `less -X`, which is used
by basic `journalctl`. Fix it with `export SYSTEMD_LESS=FRSMK`
2016-11-30 03:43:28 +02:00
Tuomas Tynkkynen 8a4d6516ee Merge remote-tracking branch 'upstream/staging' into master 2016-11-30 00:34:23 +02:00
joachim schiele 8806344618
rust: Updates & rename rustUnstable to rustNighly. 2016-11-29 17:09:01 +01:00
Alexander Tsamutali c9b8a6585d Add tools/networking/polysh 2016-11-29 17:32:21 +03:00
Domen Kožar 8b782f4bd4 Merge pull request #19990 from domenkozar/buildtheworld
Build all derivations on Linux, unless specified otherwise
2016-11-29 13:17:13 +01:00
joachim schiele f67061c1de (rustc-nightly) init at 2016-11-26 - precompiled rustc nightly binary 2016-11-29 09:10:39 +01:00
Domen Kožar 5c750e4940 Build all derivations at least for 64bit Linux 2016-11-28 15:19:47 +01:00
Michael Raskin c93ec7b6b7 bftpd: init at 4.4 2016-11-28 13:58:45 +01:00
Joachim Fasting 1915f6908a
linux_grsec_nixos: use the "modinst arg list too long" patch
An alternative to e38b74ba89d3d03e01ee751131d2a6dc316ac33a; see
f19c961b4e for details
2016-11-28 11:41:07 +01:00
Joachim Fasting 4c7323545b
Revert "grsecurity: work around for #20490"
This reverts commit e38b74ba89.

I failed to notice f19c961b4e461da045f2e72e73701059e5117be0; better
use that fix instead.
2016-11-28 11:40:55 +01:00
Okasu de925e952e terminus-font-ttf: init at 4.40.1 2016-11-28 10:54:33 +03:00
Graham Christensen d1055c0ed7
all-packages.nix: whitespace cleanup 2016-11-27 22:12:06 -05:00
Michael Fellinger bff2b98290
ruby: 3.2.1 -> 2.3.3 2016-11-27 22:11:49 -05:00
Franz Pletz f38955dd4c Merge pull request #20665 from vdemeester/delve-0.11-alpha
delve: init at 0.11.0-alpha
2016-11-28 03:50:34 +01:00
Michael Weiss 9538176042 sks: init at 1.1.6 (#20717) 2016-11-28 03:28:40 +01:00
Vincent Demeester 6d47cb4131
skopeo: init at 0.1.16
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-11-27 21:06:21 -05:00
Franz Pletz e394c305a8 Merge pull request #20620 from rnhmjoj/fakeroute
fakeroute: init at 0.3
2016-11-28 03:01:15 +01:00
Graham Christensen 7b5619506b Merge pull request #20250 from guillaumekoenig/add-encryptr-2.0.0
encryptr: init at 2.0.0
2016-11-27 20:59:56 -05:00
Michael Raskin 5d5346d824 julia_05: init at 0.5.0; right now backtrace-related tests are disabled because they fail in this configuration, but the rest works 2016-11-27 10:14:33 +01:00
Frederik Rietdijk 868bd67aa9 pythonPackages.jupyter_console: disable tests 2016-11-27 09:37:41 +01:00
Frederik Rietdijk f7ad0223ce pythonPackages.ipywidgets: fix tests 2016-11-27 09:37:41 +01:00
Frederik Rietdijk dcff4fdf07 Merge pull request #20747 from ericsagnes/pkg-update/rainbowstream
rainbowstream: 1.3.5 -> 1.3.6
2016-11-27 09:35:52 +01:00
Jörg Thalheim b51aacb456 Merge pull request #20745 from rardiol/allegro5
Allegro5
2016-11-27 09:15:03 +01:00
Eric Sagnes d0e8117ccb rainbowstream: 1.3.5 -> 1.3.6 2016-11-27 11:37:20 +09:00
Jörg Thalheim b8019981a6 Merge pull request #20736 from zimbatm/su-exec-0.2
su-exec: init at 0.2
2016-11-27 01:27:10 +01:00
Michael Raskin db7e616b45 julia-git: add macOS frameworks, hopefully that's useful 2016-11-26 22:41:41 +01:00
Michael Raskin e3d0fd8bc7 julia-git: pin LLVM 3.9, seems to work fine 2016-11-26 22:33:52 +01:00
Peter Simons c272c66276 ghc: add release candidate 1 for 8.0.2 2016-11-26 21:24:40 +01:00
Ricardo Ardissone ec74f36ccc allegro5unstable: removed 2016-11-26 17:52:16 -02:00
zimbatm 7f4e514a31 su-exec: init at 0.2 2016-11-26 16:48:13 +00:00
Robert Helgesson 57d3827d49
perl-IO-Socket-SSL: 2.037 -> 2.039 2016-11-26 16:40:23 +01:00
vbgl 376973a1bb Merge pull request #20404 from vbgl/alcotest-0.7.0
ocamlPackages.alcotest: 0.4.5 -> 0.7.2
2016-11-26 16:17:32 +01:00
Michael Raskin 81667f3663 Merge pull request #19806 from vbgl/opa-4310
opa: update
2016-11-26 14:00:37 +00:00
Michael Raskin fcc5a4d3b8 Merge pull request #20672 from AndersonTorres/pari
pari/gp: 2.7.6 -> 2.9.0
2016-11-26 13:34:15 +00:00
Vladimír Čunát 925b335607
Merge branch 'master' into staging 2016-11-26 11:27:09 +01:00
Robert Helgesson ca77ba39bf
perl-Test-Simple: 1.302062 -> 1.302067 2016-11-26 10:26:02 +01:00
Robert Helgesson 088ff595e6
perl-Math-BigInt: 1.999800 -> 1.999801 2016-11-26 10:25:47 +01:00
Robert Helgesson 0637d94930
perl-Digest-JHash: 0.09 -> 0.10 2016-11-26 10:25:26 +01:00
Robert Helgesson ba095feb53
perl-Data-Validate-IP: 0.26 -> 0.27 2016-11-26 10:25:12 +01:00
Robert Helgesson e700ff6e0c
perl-bignum: 0.43 -> 0.44
Resolves CVE-2016-1238, see
<https://rt.cpan.org/Public/Bug/Display.html?id=116506>.
2016-11-26 10:14:42 +01:00
Rok Garbas b09435ea51 pythonPackages.magic-wormhole: enable tests 2016-11-26 04:55:28 +01:00
Frederik Rietdijk 310b5fb7be Merge pull request #20710 from nico202/cowpatty
coWPAtty: init at 4.6
2016-11-25 12:44:57 +01:00
Ole Krüger a31c37c759 [mathematica] 10.0.2 -> 11.0.1 2016-11-25 12:13:41 +01:00
Nicolò Balzarotti 54b42cb454 coWPAtty: init at 4.6 2016-11-25 11:25:07 +01:00
Frederik Rietdijk 4f51481bb2 pythonPackages.pynacl: fix tests 2016-11-25 09:13:01 +01:00
Frederik Rietdijk 18637d877a magic-wormhole: move to python-packages
since it is actually a library.
2016-11-25 09:13:01 +01:00
Frederik Rietdijk 51645f8f47 Merge pull request #20675 from carlsverre/update/mopidy-gmusic
mopidy-gmusic: 1.0.0 -> 2.0.0
2016-11-25 08:59:56 +01:00
AndersonTorres d395439a10 pari/gp: 2.7.6 -> 2.9.0
Adding gp2c compiler, too.
2016-11-24 22:44:56 -02:00
Carl Sverre 5d62f80bb7 gmusicapi: 7.0.0 -> 10.1.0 2016-11-24 14:41:43 -08:00
Carl Sverre 8602f82169 gpsoauth: 0.0.4 -> 0.2.0 2016-11-24 14:41:09 -08:00
Carl Sverre 555928c228 mutagen: 1.32 -> 1.34 2016-11-24 14:40:09 -08:00
Carl Sverre 99e6b63199 pycryptodome: init at 3.4.3 2016-11-24 14:38:46 -08:00
Jaka Hudoklin 3b500d37f5 Merge pull request #19023 from offlinehacker/kube-update
WIP: kubernetes update package and module
2016-11-24 23:10:01 +01:00
Frederik Rietdijk cd7e72a597 zeitgeist: python bindings at pythonPackages.zeitgeist 2016-11-24 22:28:04 +01:00
Frederik Rietdijk 8fb430ca86 thunderbird: use python2
and remove pysqlite since its part of the standard library.
2016-11-24 22:28:04 +01:00
Frederik Rietdijk 53af34f226 deluge: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk fad1e442ad calibre: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk 6449435b04 libplist: use python2, multiple outputs, fix bindings 2016-11-24 22:28:03 +01:00
Frederik Rietdijk 869cf8a56b python35Packages.netaddr: disable tests instead of building 2016-11-24 22:28:03 +01:00
Frederik Rietdijk 5114fa8e89 bitbucket-cli: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk fb231dd4f6 pythonPackages.bitbucket-cli: 0.4.1 -> 0.5.1 2016-11-24 22:28:03 +01:00
Frederik Rietdijk e77a14b24b aws_shell: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk db8068e925 arangodb: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk 8b3d725cc3 Fabric: use python2 version 2016-11-24 22:28:02 +01:00
Frederik Rietdijk a99272d672 ffado: use python2 2016-11-24 22:28:02 +01:00
Rok Garbas cfa7ffa50b pythonPackages.afew: 2016-01-04 -> 2016-02-29 2016-11-24 09:17:08 +01:00
Rok Garbas 2109a5acb9 notmuch: needs emacs to run tests
emacs does not add anything to resulting closure size
2016-11-24 09:17:08 +01:00
Rok Garbas b3608c378c pythonPackages.alot: disable alot on python3 ...
... since upstream is only testing it on python2 and 0.3.7 release is
currently broken on python3
2016-11-24 09:17:08 +01:00
Rok Garbas 010aebd5ac notmuch-addrlookup: moved package from elmPackages root of nixpkgs 2016-11-24 09:17:08 +01:00
Vincent Demeester b808dabea0
delve: init at 0.11.0-alpha
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-11-23 23:53:07 +01:00
Nikolay Amiantov 181701513e pythonPackages.webassets: 0.11.1 -> 0.12.0 2016-11-24 01:18:00 +03:00
Nikolay Amiantov 42dd31fe31 pythonPackages.flask_login: 0.2.2 -> 0.4.0 2016-11-24 01:18:00 +03:00
Nikolay Amiantov c47406dade pythonPackages.flask_assets: 0.11 -> 0.12 2016-11-24 01:18:00 +03:00
Nikolay Amiantov 4337d43969 pythonPackages.regex: 2016.01.10 -> 2016.11.18 2016-11-24 01:18:00 +03:00
Nikolay Amiantov 3d29ffe3e6 pythonPackages.python-axolotl: 0.1.7 -> 0.1.35 2016-11-24 01:17:59 +03:00
Nikolay Amiantov 1ff70e9f41 perlPackages.pcsc-perl: 1.4.13 -> 1.4.14 2016-11-24 01:17:59 +03:00
Nikolay Amiantov 1a9ce1d9d0 tdesktop: 0.10.1 -> 0.10.19 2016-11-24 01:17:54 +03:00
Nikolay Amiantov be95ceaff2 treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
Lancelot SIX 00cecf6a84 Merge pull request #20195 from cko/remove_django_1_5
django_1_5: remove
2016-11-23 21:38:10 +01:00
Benjamin Saunders 8df969734a rust-bindgen: init at 0.19.1 (#19847) 2016-11-23 17:09:29 +00:00
Charles Strahan ecf30981dd Merge pull request #19064 from cstrahan/mesos-1.0.1
mesos: 0.28.2 -> 1.0.1
2016-11-23 11:40:02 -05:00
Domen Kožar ce6abb9495 nixopsUnstable: init at 2016-11-23 2016-11-23 17:35:36 +01:00
rnhmjoj d753527bd4
fakeroute: init at 0.3 2016-11-23 15:22:55 +01:00
Eelco Dolstra d97a379510 Merge pull request #20641 from mayflower/fix/installer-closure-size
Reduce closure size of installer images
2016-11-23 12:49:46 +01:00
Eelco Dolstra d130a19c64 Merge pull request #20636 from LumiGuide/postgresql96
postgresql: add 9.6.1
2016-11-23 10:38:23 +01:00
Vincent Laporte 66b9602a2f ocamlPackages.fmt: init at 0.8.0
fmt is an OCaml library of Format pretty-printer combinators.

Homepage: http://erratique.ch/software/fmt
2016-11-23 10:01:31 +01:00
Vincent Laporte 97a496a472 ocamlPackages.ocplib-simplex: init at 0.3
ocplib-simplex is a (fully) functional OCaml implementation of the simplex algorithm for solving systems of linear inequalities.

homepage: https://github.com/OCamlPro-Iguernlala/ocplib-simplex
2016-11-23 09:59:10 +01:00
Franz Pletz f983743d75
w3m-nox: use imlib2 without X11 support
Also, the minimal live CD previously installed both the X11 and
non-X11 versions (through services.nixosManual) of w3m.
2016-11-23 02:24:12 +01:00
Franz Pletz 5a184be96f
imlib2: add version without X11 2016-11-23 02:24:12 +01:00
Bas van Dijk 589cc65306 postgresql: add 9.6.1 2016-11-22 23:55:12 +01:00
Lorenzo Manacorda f00f4b59b0 magic-wormhole: init at 0.8.1 2016-11-22 20:26:37 +01:00
Bjørn Forsman 682bb54cc4 phrasendrescher: init at 1.0
It's a cracking tool that finds passphrases of SSH keys.
2016-11-22 17:33:12 +01:00
Franz Pletz 8fffbe24b0 Merge pull request #20332 from NeQuissimus/remove_sharedobjects
sharedobjects: Remove
2016-11-22 15:33:30 +01:00
Franz Pletz d94e93ccdf Merge pull request #19588 from Shados/add-dante
Add dante package & accompanying service module
2016-11-22 15:10:46 +01:00
Joachim F 5b9c5ed19c Merge pull request #20581 from sternenseemann/go-font
go-font: init at 2016-11-17
2016-11-22 14:58:58 +01:00
goibhniu a5e66b0d62 Merge pull request #20613 from sternenseemann/jackline
jackline: init at 2016-11-18
2016-11-22 13:53:32 +01:00
Alexei Robyn efec7d9787 dante: init at 1.4.1 2016-11-22 21:33:46 +11:00
Nikolay Amiantov 69e649503f Merge pull request #20586 from abbradar/spidermonkey
SpiderMonkey cleanup
2016-11-22 11:46:14 +03:00
Lorenzo Manacorda dc4161a2a9 glances: fix license 2016-11-21 20:08:25 +01:00
sternenseemann ba51ba1bbe jackline: init at 2016-11-18 2016-11-21 18:37:10 +01:00
Vladimír Čunát baa73cd6e0
Merge #20506: wireshark: add darwin support 2016-11-21 18:05:11 +01:00
sternenseemann 04c6e3b115 go-font: init at 2016-11-17 2016-11-21 17:05:25 +01:00
Matthew Daiter 3897b344f3 cudnn51_cudatoolkit80: Init at 5.1-8.0 2016-11-21 14:51:39 +01:00
Joachim F c346326b24 Merge pull request #20527 from sternenseemann/notty
ocaml-notty: init at 0.1.1
2016-11-21 13:13:51 +01:00
Joachim F 9c1b6709a9 Merge pull request #20528 from sternenseemann/tls
ocaml-tls: init at 0.7.1
2016-11-21 13:12:32 +01:00
Joachim F c7ecad6378 Merge pull request #20529 from sternenseemann/erm_xmpp
ocaml-erm_xmpp_0_3: init at 0.3
2016-11-21 13:11:58 +01:00
Joachim F c2072e12a0 Merge pull request #20530 from sternenseemann/otr
ocaml-otr: init at 0.3.3
2016-11-21 13:11:33 +01:00
Joachim F d66b8145d0 Merge pull request #20593 from montag451/aptly
aptly: init at 0.9.7
2016-11-21 12:51:09 +01:00
Daiderd Jordan 29ada540a8 Merge pull request #20599 from mdaiter/riak_cs_server
riak-cs: init at 2.1.1
2016-11-21 12:32:36 +01:00
Matthew Daiter 68827cd79a riak-cs: init at 2.1.1
riak-cs: added to all-packages

Added Riak CS nix file to pkgs

Added service file for Riak CS

Removed Erlang_basho specific bindings from the Riak CS repo

riak-cs: changed description

riak-cs: added license

riak-cs: added maintainer

riak_cs: chgned indentations

riak-cs: removed overly complex srcs mechanism

riak-cs: added systemd module

riak-cs: changed Erlang module to Basho-specific version

riak-cs: made modular form

riak-cs: Added a default package in service options

riak-cs: Fixed default package in service options

riak-cs: Patched Makefile

riak_cs: added to module-list

riak_cs: changed from string to actual package in modules

riak-cs: changed example

riak-cs: removed default

riak-cs: changed to defaultText

stanchion: changed default option to defaultText

riak-cs: added defaults; changed types to str
2016-11-21 12:30:11 +01:00
Joachim F 35ae7dd578 Merge pull request #20571 from cleverca22/gogui
gogui: init at 1.4.9
2016-11-21 11:38:36 +01:00
michael bishop 2e100a3e10
gogui: init at 1.4.9 2016-11-21 00:47:22 -04:00
James Cook fc10bf81a1 Revert "riak-cs: add to nixpkgs" 2016-11-20 19:48:28 -08:00
montag451 59ba4276b7 aptly: init at 0.9.7 2016-11-21 02:01:37 +01:00
Nikolay Amiantov bc5b9a3fa4 spidermonkey_38: init at 38.2.1.rc0 2016-11-21 02:46:35 +03:00
Nikolay Amiantov c2274cdfb5 spidermonkey: cleanup and rename versions 2016-11-21 02:46:35 +03:00
Matthew Daiter bfc1ba475a riak-cs: init at 2.1.1
riak-cs: added to all-packages

Added Riak CS nix file to pkgs

Added service file for Riak CS

Removed Erlang_basho specific bindings from the Riak CS repo

riak-cs: changed description

riak-cs: added license

riak-cs: added maintainer

riak_cs: chgned indentations

riak-cs: removed overly complex srcs mechanism

riak-cs: added systemd module

riak-cs: changed Erlang module to Basho-specific version

riak-cs: made modular form

riak-cs: Added a default package in service options

riak-cs: Fixed default package in service options

riak-cs: Patched Makefile

riak_cs: added to module-list

riak_cs: changed from string to actual package in modules
2016-11-20 23:55:17 +01:00
Matthew Daiter f7c097556b stanchion: init at 2.1.1 2016-11-20 23:17:49 +01:00
Alexey Shmalko 4058735122
flask: 0.10.1 -> 0.11.1 2016-11-21 00:17:21 +02:00
montag451 1ff6680efe asn1c: init at 0.9.27 (#20577) 2016-11-20 17:45:58 +00:00
Edward Tjörnhammar ba9e16a7cc
acd-cli: pull out of pythonPackages and update to 3.0.2 2016-11-20 17:06:17 +01:00
Joachim F 462111ecd7 Merge pull request #20565 from timbertson/tilda-133
tilda: 1.2.4 -> 1.3.3
2016-11-20 16:12:15 +01:00
Pascal Wittmann 668a696e70 Merge pull request #20289 from dyrnade/simplenote
Simplenote: init at 1.0.6
2016-11-20 16:10:24 +01:00
dyrnade 9d69aed183 simplenote: init at 1.0.6
simplenote package

fixed issues after review

added installation from source

enhanced spaces
2016-11-20 11:34:58 +02:00
Tim Cuthbertson 23999adb4a tilda: 1.2.4 -> 1.3.3 2016-11-20 15:19:46 +11:00
Franz Pletz 3fe1c81060
roxterm: 2.9.4 -> 3.3.2
Fixes #19579.
2016-11-20 04:48:44 +01:00
Vladimír Čunát cf0339e5ba
beignet, julia: switch back to llvmPackages_37
They fail both with 3.9 and 3.8.
2016-11-19 20:32:47 +01:00
Vladimír Čunát eaf4272298
llvmPackages: still use 3.7.x on Darwin (#20461)
I'm sorry, I forgot that.
2016-11-19 18:20:24 +01:00
Vladimír Čunát 0df6305a98
llvmPackages: default to 3.9.x (#20461)
It seems not to be any mass rebuild at all.
2016-11-19 17:57:54 +01:00
Pascal Wittmann 4cdfa0b96a
axel: 2.7 -> 2.11 2016-11-19 10:51:56 +01:00
Vladimír Čunát b69f568f4c
Merge branch 'staging'
Hydra rebuild looks fine; only a few Darwin jobs is queued:
http://hydra.nixos.org/eval/1304891?compare=1304807
2016-11-19 04:35:51 +01:00
Joachim F 50f90d4ea8 Merge pull request #20465 from periklis/topic_jsduck
jsduck: init version
2016-11-19 03:04:49 +01:00
Joachim F 35c6c439a2 Merge pull request #20414 from nico202/w_scan
w_scan: init at 20161022
2016-11-19 03:03:55 +01:00
sternenseemann 15004268d7 ocaml-notty: init at 0.1.1 2016-11-18 22:52:16 +01:00
Frederik Rietdijk 58f0dcfeb1 Merge pull request #20365 from hakuch/fix_opam
clingo, gringo: Revert opam solver dependency changes
2016-11-18 18:49:07 +01:00
Daniel Peebles e8bb0a5ef7 Merge pull request #20518 from rasendubi/fetchFromGitHub
fetchFromGitHub: add fetchSubmodules option
2016-11-18 12:29:22 -05:00
Shea Levy 64ec4dd87b Add haskell packages set for cross ghc 2016-11-18 10:44:53 -05:00
Joachim Fasting e38b74ba89
grsecurity: work around for #20490
In `scripts/Makefile.modinst`, the code that generates the list of
modules to install passes file names via the command line.  When
installing a grsecurity kernel, this list appears to exceed the
shell's argument list limit, as in

    make[2]: execvp: /nix/store/[...]-bash-4.3-p46/bin/bash: Argument list too long

The build does not fail, however, but the list of modules to be installed ends
up being empty.  Thus, the resulting kernel package output contains no modules,
rendering it useless.

We work around this by patching the makefile to use `find -exec` to
process files.  Why this would occur for grsecurity and not other
kernels is unknown, most likely there's something *else* that is
actually causing this behaviour, so this is a temporary fix until that
cause is found.

Fixes https://github.com/NixOS/nixpkgs/issues/20490
2016-11-18 16:14:26 +01:00
sternenseemann ae13a18c6a ocaml-erm_xmpp_0_3: init at 0.3 2016-11-18 14:42:12 +01:00
sternenseemann c7dc06655a ocaml-otr: init at 0.3.3 2016-11-18 14:39:58 +01:00
sternenseemann d98a770ec4 ocaml-tls: init at 0.7.1 2016-11-18 14:23:49 +01:00
Periklis Tsirakidis 82aa52f01d jsduck: init version 2016-11-18 12:14:03 +01:00
Alexey Shmalko a80cacd3ec
fetchFromGitHub: add fetchSubmodules option
This commit extends fetchFromGitHub with ability to fetch GitHub
repositories with submodules, so we can use the function consistently
with all GitHub repositories.

Note it doesn't change the previous behavior.
2016-11-18 13:04:26 +02:00
Alexey Shmalko 77847756f3 Merge pull request #20263 from dtzWill/feature/bloaty
bloaty: init at 2016.11.16
2016-11-18 12:39:38 +02:00
Tim Steinbach 74dee9fc39 Merge pull request #20358 from f--t/fix/powerline-update-2.4
powerline: 2.1.4 -> 2.4
2016-11-17 22:21:57 -05:00
Tim Steinbach 4d7ed37362 Merge pull request #20505 from sternenseemann/nocrypto
nocrypto: 0.5.1 -> 0.5.3
2016-11-17 22:20:46 -05:00
Will Dietz a0b7ce3ac6 bloaty: init at 2016.11.07 2016-11-17 17:39:53 -06:00
Robert Helgesson 1d5c193ba3
perl-Log-Log4perl: 1.47 -> 1.48 2016-11-18 00:12:00 +01:00
Robert Helgesson 00e6b9033a
perl-Log-Any: 1.042 -> 1.045 2016-11-18 00:12:00 +01:00
Robert Helgesson e9fa10d609
perl-Math-BigInt: 1.999727 -> 1.999800 2016-11-18 00:11:59 +01:00
Robert Helgesson 1cddab9447
perl-Math-BigRat: 0.260804 -> 0.260805 2016-11-18 00:11:59 +01:00
Matthew Bauer fe91dd36d0
wireshark: add darwin support 2016-11-17 15:10:22 -06:00
sternenseemann 86c45fc2d3 ocaml-nocrypto: 0.5.1 -> 0.5.3 2016-11-17 21:40:46 +01:00
aszlig 6cfb3b6364
nixos/tests: Use a patched QEMU for testing
The reason to patch QEMU is that with latest Nix, tests like "printing"
or "misc" fail because they expect the store paths to be owned by uid 0
and gid 0.

Starting with NixOS/nix@5e51ffb1c2, Nix
builds inside of a new user namespace. Unfortunately this also means
that bind-mounted store paths that are part of the derivation's inputs
are no longer owned by uid 0 and gid 0 but by uid 65534 and gid 65534.

This in turn causes things like sudo or cups to fail with errors about
insecure file permissions.

So in order to avoid that, let's make sure the VM always gets files
owned by uid 0 and gid 0 and does a no-op when doing a chmod on a store
path.

In addition, this adds a virtualisation.qemu.program option so that we
can make sure that we only use the patched version if we're *really*
running NixOS VM tests (that is, whenever we have imported
test-instrumentation.nix).

Tested against the "misc" and "printing" tests.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-17 17:16:16 +01:00
goibhniu ad481e67d0 Merge pull request #20495 from nico202/faust2ladspa
faust2ladspa: init (at 2.0.a51 like other faust2... plugins)
2016-11-17 17:07:51 +01:00
Jaka Hudoklin 9e92237ed7 gocryptfs: init at 1.1.1 2016-11-17 14:15:47 +01:00
Nicolò Balzarotti 106349a02f faust2ladspa: init (at 2.0.a51 like other faust2... plugins) 2016-11-17 13:59:02 +01:00
Matthew Daiter 8f765490e4 erlang_basho: Init at R16B03
erlang_basho_R16B03: added package file

erlang_basho_R16B03: added to top-level/all-packages.nix file

erlang_basho_R16B03_odbc: added to top-level/all-packages.nix file

erlang_basho_R16B03: Added the Carbon and Cocoa fields

erlang_basho_R16B03: Removed faulty maintainer

erlang_basho_R16B03: Added license as APL20

erlang_basho_R16B03: Made long and short description more informative

erlang_basho: added myself as a maintainer

erlang_basho: made configureFlags into an array

erlang_basho: added gcc as a dependency

erlang_basho: added escript replacement

erlang_basho: removed debugging cat statement

erlang_basho: changed subsitituteInPlace command to sed command

erlang_basho: added package

erlang_basho: Init at <R16B03
2016-11-17 12:25:04 +01:00
Vladimír Čunát 5af7b82336
Merge branch 'master' into staging
To incorporate some larger security rebuilds (jasper).
2016-11-17 11:14:05 +01:00
Jaka Hudoklin 5bc7ae7adb kubernetes module: support for kubernetes 1.4 2016-11-17 02:46:31 +01:00
Peter Jones 6c9cc6339f
gromit-mpx: init at 1.2 2016-11-16 16:32:13 -07:00
Robert Helgesson 4b6770d0c0
pythonPackages.PyICU: 1.9.3 -> 1.9.5 2016-11-17 00:06:41 +01:00
Frederik Rietdijk 9524aedfc8 Merge pull request #20472 from Mic92/qrcode
pythonPackages.qrcode: fix dependencies and tests
2016-11-16 21:59:41 +01:00
Eelco Dolstra f66271238e libdevil: Use multiple outputs 2016-11-16 20:56:35 +01:00
Frederik Rietdijk 16e511fe2d pythonPackages.traitlets: fix tests 2016-11-16 19:32:20 +01:00
Daniel Peebles f6a7296499 Merge pull request #16540 from matthewbauer/xcbuild
xcbuild: add wrapper
2016-11-16 12:11:15 -05:00
Rushmore Mushambi 244c18c70d Merge pull request #20460 from retrry/master
Rust updates
2016-11-16 18:30:01 +02:00
Jörg Thalheim 3378638e4b Merge pull request #20468 from lsix/update_poezio_1_10
poezio: 0.9 -> 0.10
2016-11-16 17:21:43 +01:00
Jörg Thalheim 2b31fecfd8
pythonPackages.qrcode: fix dependencies
this also fix tests for python3
2016-11-16 17:11:26 +01:00
Jörg Thalheim ac8b3165b6
pythonPackages.pymaging_png: init at 2016-11-16 2016-11-16 17:11:17 +01:00
Jörg Thalheim 3d2e46e7ad
pythonPackages.pymaging: init at 2016-11-16 2016-11-16 17:10:07 +01:00
Jörg Thalheim 178bd65e0f Merge pull request #20470 from Mic92/qrcode
pythonPackages.qrcode: 5.1 -> 5.3
2016-11-16 16:34:15 +01:00
Jörg Thalheim e237791fd4
pythonPackages.qrcode: 5.1 -> 5.3
works with python3 now
2016-11-16 16:32:36 +01:00
Frederik Rietdijk efaf3358db pythonPackages.traitlets: 4.2.2 -> 4.3.1 2016-11-16 16:16:54 +01:00
Frederik Rietdijk 2a3d552c55 pythonPackages.ipykernel: 4.5.0 -> 4.5.1 2016-11-16 16:16:54 +01:00
Lancelot SIX f7558d07df
poezio: 0.9 -> 0.10 2016-11-16 15:01:43 +01:00
Lancelot SIX a45315500e
pythonPackages.slixmpp: 1.1 -> 1.2.1 2016-11-16 15:01:30 +01:00
Frederik Rietdijk 77cdbb9e3a pythonPackages.cryptography: 1.5.1 -> 1.5.3 2016-11-16 14:19:54 +01:00
Tadas Barzdzius 24065c91c0 rustRegistry: 2016-10-29 -> 2016-11-15 2016-11-16 13:26:36 +02:00
Frederik Rietdijk fb62bc90a1 pythonPackages.numexpr: 2.5.2 -> 2.6.1 2016-11-16 10:48:28 +01:00
Matthew Bauer 437bdc5e4b
xcbuild: fix toolchain on Linux 2016-11-15 19:13:22 -06:00
Matthew Bauer ec409c8e96
contacts: use xcbuild instead of xcodebuild 2016-11-15 18:58:11 -06:00
Matthew Bauer a35b330f30
adv_cmds: move from all-packages
Use the old way with pkgs/os-specific/darwin/apple-source-releases/defuault.nix.
2016-11-15 18:58:11 -06:00
Matthew Bauer 6c1858a93d
adv_cmds: Disable pkill.
pkill isn't building because of some missing headers:

- xpc/xpc.h
- os/base_private.h
- _simple.h

They are all available somewhere but not set up correctly in the Darwin
stdenv.

TODO: add pkill back in!
2016-11-15 18:58:09 -06:00
Matthew Bauer ebf963ac6c
xcbuild: Update toolchain
- Rework spec files.
- Add more tool specs.
- Add ctags.
2016-11-15 18:58:09 -06:00
Matthew Bauer 8e301fab50
adv_cmds: add xcode derivation 2016-11-15 18:58:08 -06:00
Matthew Bauer de87138b9a
xcbuild: add wrapper
Also updates xcbuild version.

This changes the raw string expressions into nix expressions that are
then converted into json by builtins.toJSON. Then, converted to Plist
XML by Apple's plutil. Sadly, xcbuild does not support using raw JSON
but Apple's plutil does so we just convert the file from JSON to XML
using Apple's plutil. The result is not ideal but it looks like all OS X
systems have working plutil's.

- set mac version to 10.10
- add setup hook.
2016-11-15 18:57:20 -06:00
Shea Levy 845b56d25a Initial support for cross-compiling ghc 2016-11-15 16:59:09 -05:00
Shea Levy 7df3d7446f Add initial basic support for cross-compiling to iOS 2016-11-15 16:31:55 -05:00
Alexey Shmalko 1958f07c63 Merge pull request #20291 from nlewo/master
Add protobuf 3.1.0
2016-11-15 14:14:18 +02:00
Moritz Ulrich bf570a494a
digikam5: 5.1.0 -> 5.3.0 2016-11-15 11:12:45 +01:00
Lancelot SIX 2e63cbfb1f Merge pull request #20396 from non-Jedi/pythonPackages.pint
Python: pint: init at 0.7.2
2016-11-15 08:44:55 +01:00
Franz Pletz 8bed505d7e Merge pull request #20311 from mguentner/subsurface
subsurface init at 4.5.6 and dependencies (libdivecomputer, libmarble-ssrf, libgit2 @ 0.23.2)
2016-11-15 04:56:35 +01:00
Maximilian Güntner 90377526eb subsurface: init at 4.5.6
Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-11-15 04:54:52 +01:00
Maximilian Güntner 2e15a8f2dd libgit2: reinit at 0.23.2
Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-11-15 04:54:52 +01:00
Maximilian Güntner 12f7968273 libmarble-ssrf: init at 2016-11-09
Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-11-15 04:54:51 +01:00
Maximilian Güntner 72b1ea861c libdivecomputer: init at 0.5.0
Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-11-15 04:14:15 +01:00
Vladimír Čunát b5e89fe9bf
Merge branch 'master' into staging 2016-11-15 00:20:19 +01:00
Frederik Rietdijk 27a6d61881 pythonPackages.pip: 8.1.2 -> 9.0.1 2016-11-15 00:05:56 +01:00
Alexey Shmalko 7f51891baa Merge pull request #20408 from jbedo/singularity
singularity: init 2.2
2016-11-15 00:14:24 +02:00
Justin Bedo 04121437be
singularity: init 2.2 2016-11-15 09:11:53 +11:00
Christine Koppelt c0d349fb20 django_1_5: remove 2016-11-14 22:52:41 +01:00
Christine Koppelt 1aaa576549 django_1_5: update depending packages 2016-11-14 22:39:47 +01:00
Adam Beckmeyer e2c4c64668 Python: pint: init at 0.7.2 2016-11-14 16:28:09 -05:00
Kovacsics Robert (NixOS) 5a0665846e plover: move out of python-packages.nix 2016-11-14 20:36:59 +00:00
Frederik Rietdijk 245adb4052 Merge pull request #20337 from KoviRobi/python-plover-update
python-plover: 3.0.0 -> 3.1.0
2016-11-14 21:29:25 +01:00
Rok Garbas 870fc84412 python: adding (python*Full) aliases for all versions of cpython 2016-11-14 21:11:03 +01:00
= 56fdd19bc8
w_scan: init at 20161022 2016-11-14 17:20:23 +01:00
Frederik Rietdijk ce7a438156 Merge pull request #20399 from jbedo/plink-ng
plink-ng: init at 1.90b3
2016-11-14 13:32:54 +01:00
Frederik Rietdijk 328bafd482 Merge pull request #20255 from FRidh/xapian
xapianBindings: remove
2016-11-14 13:12:47 +01:00
Frederik Rietdijk b85632407a Merge pull request #20130 from FRidh/ssr
SoundScape Renderer and ecasound
2016-11-14 13:07:41 +01:00
Frederik Rietdijk 811e59f099 ssr: init at 2016-11-03 2016-11-14 13:07:05 +01:00
Frederik Rietdijk 26abed2222 ecasound: init at 2.9.1 2016-11-14 12:56:55 +01:00
Frederik Rietdijk e23724dc96 pythonPackages.reikna: init at 0.6.7 2016-11-14 12:31:05 +01:00
Frederik Rietdijk 5cfcbd89e9 pythonPackages.pytools: fix tests 2016-11-14 12:31:05 +01:00
Frederik Rietdijk 6435a85c3f pythonPackages.numba: 0.27.0 -> 0.29.0
and move expression in a separate file.
2016-11-14 12:31:05 +01:00
Frederik Rietdijk dc1b2ed11f pythonPackages.llvmlite: 0.13.0 -> 0.14.0
and move expression in separate file.
2016-11-14 12:31:05 +01:00
Frederik Rietdijk 450edd4b72 python-packages.nix: make pythonAtLeast and pythonOlder available 2016-11-14 12:31:05 +01:00
Frederik Rietdijk 6c7d501a7b pythonPackages.pyopencl: init at 2016.2 2016-11-14 12:31:05 +01:00
Frederik Rietdijk dbee363591 pythonPackages.boost: version of boost for specific interpreter
Several Python packages require boost. pkgs.boost is built with Python
2.7 and therefore libboost_python.so was compatible only with 2.7.
2016-11-14 12:31:05 +01:00
Justin Bedo a6d6a3972f
plink-ng: init at 1.90b3 2016-11-14 20:28:39 +11:00
Lancelot SIX 2f48d75b8d
pythonPackages.asgi_redis: 0.14.1 -> 1.0.0 2016-11-14 09:48:23 +01:00
Lancelot SIX 710ae1b5b3
pythonPackages.asgi_ipc: 1.1.0 -> 1.2.0 2016-11-14 09:48:01 +01:00