Commit graph

71547 commits

Author SHA1 Message Date
Eelco Dolstra 3e44182487 Merge remote-tracking branch 'origin/systemd-219' into staging 2015-11-04 15:37:28 +01:00
Domen Kožar d34f5b6570 python: skip build at install phase
"python setup.py install" will also run "python setup.py build"
which we've already done in buildPhase.
2015-11-04 11:40:09 +01:00
William A. Kennington III 4251612faa Merge branch 'master.upstream' into staging.upstream 2015-11-04 01:00:48 -08:00
William A. Kennington III 86ba275a99 ceph: 0.94.4 -> 0.94.5 2015-11-04 00:58:28 -08:00
William A. Kennington III 6e57f1c60c btrfsProgs: 4.2.2 -> 4.2.3 2015-11-04 00:58:28 -08:00
William A. Kennington III 588a950df9 firefox: Updates
- 41.0.2 -> 42.0
  - 38.3.0 -> 38.4.0
2015-11-04 00:58:28 -08:00
William A. Kennington III 0bb3e0b325 iproute: 4.2.0 -> 4.3.0 2015-11-04 00:58:28 -08:00
William A. Kennington III e8cbf833ef nss: 3.20 -> 3.20.1 2015-11-04 00:58:28 -08:00
William A. Kennington III d80f4c49b0 nspr: 4.10.9 -> 4.10.10 2015-11-04 00:58:28 -08:00
Domen Kožar 21954ec181 Merge pull request #10815 from annejan/master
Update QtPass to 1.0.4
2015-11-04 08:58:41 +01:00
Vladimír Čunát 9596defe88 Merge pull request #10817 from NixOS/revert-10262-nofailnixshell
Revert "Don't fail if env-vars cannot be written to"
2015-11-04 07:31:13 +01:00
Vladimír Čunát b4bd19762a Revert "Don't fail if env-vars cannot be written to" 2015-11-04 07:30:02 +01:00
Wout Mertens baba136c30 Merge pull request #10262 from wmertens/nofailnixshell
Don't fail if env-vars cannot be written to
2015-11-04 07:21:56 +01:00
Wout Mertens b21a5013a0 Don't fail if env-vars cannot be written to
env-vars is a debugging aid, see
3e5dbb2433
for a rationale for this change.
2015-11-04 07:19:57 +01:00
William A. Kennington III b983c6b9b5 grep: 2.21 -> 2.22 2015-11-03 20:54:22 -08:00
Ricardo M. Correia 3ea8b08004 rustcMaster: 2015-10-27 -> 2015-11-01 2015-11-04 05:06:35 +01:00
Tobias Geerinckx-Rice 8fb1ee3c2a geolite-legacy 2015-11-02 -> 2015-11-04 2015-11-04 03:05:14 +01:00
Anne Jan Brouwer 88578dad2e Update default.nix 2015-11-04 01:39:23 +01:00
vbgl f9e681e09e Merge pull request #10802 from michelk/gdal/update2
gdal: 2.0.0 -> 2.0.1
2015-11-04 00:37:15 +01:00
Domen Kožar bb56383b0c Merge pull request #10810 from kamilchm/go-bindata
goPackages.go-bindata: 3.0.7 -> 2015-10-23
2015-11-03 23:33:20 +01:00
Jude Taylor 772960bcb7 darwin purity: mosh 2015-11-03 14:32:14 -08:00
Domen Kožar 37e5618203 Merge pull request #10813 from cleverca22/vnstat
vnstat: fix platforms list
2015-11-03 23:23:43 +01:00
Jude Taylor 58b862b750 darwin purity: pythonPackages.pandas 2015-11-03 14:00:51 -08:00
vbgl 95388b6500 Merge pull request #10801 from michelk/gdal/update
gdal: 1.11.2 -> 1.11.3
2015-11-03 22:56:36 +01:00
michael bishop f73c3098d4 vnstat: fix platforms list 2015-11-03 17:32:38 -04:00
Kamil Chmielewski c04c9b69d7 goPackages.go-bindata: 3.0.7 -> 2015-10-23 2015-11-03 21:38:15 +01:00
Ricardo M. Correia 84afac6b89 cargo: 0.5.0 -> 0.6.0 2015-11-03 20:32:12 +01:00
Arseniy Seroka 75ee351e18 Merge pull request #10777 from manveru/keybase
keybase: 0.7.8 -> 0.8.22
2015-11-03 19:50:53 +03:00
Bjørn Forsman 27f41d8c0a nixos: add services.jenkins.jobBuilder option
This option allows to define (declarative) Jenkins jobs, using Jenkins
Job Builder (JJB) as backend.

Example:

  services.jenkins = {
    enable = true;
    jobBuilder = {
      enable = true;
      yamlJobs = ''
        - job:
            name: jenkins-job-test
            builders:
              - shell: echo 'Hello world!'
      '';
    };
  };

Jobs can be defined using YAML, JSON and Nix.

Note that it really is declarative configuration; if you remove a
previously defined job, the module will remove the jobdir under
$JENKINS_HOME.

Jobs managed through the Jenkins WebUI (or by other means) are not
touched by this module.

Changes v1 -> v2:
* add nixJobs
* let jsonJobs take a list of strings (allows merge)
* 4 space indent in shell code
2015-11-03 16:32:31 +01:00
Marco Maggesi a487b3326b Update HOL Light to version 2015-11-02 2015-11-03 15:24:56 +01:00
Edward Tjörnhammar 4a6c595b0f Merge pull request #10806 from joelmo/openjdk8-font-patch-up
openjdk: add infinality patch to improve font-rendering
2015-11-03 15:14:18 +01:00
Joel Moberg bd3099ff6f openjdk: add infinality patch to improve font-rendering 2015-11-03 14:59:16 +01:00
Jude Taylor 137cadb66b darwin purity: flow 2015-11-03 04:53:25 -08:00
Edward Tjörnhammar 2c6052f8e3 IDEA Updates
idea.idea-{community,ultimate}: 14.1.5 -> 15.0
idea.pycharm-{community,professional}: 4.5.4 -> 5.0
2015-11-03 12:55:16 +01:00
Jude Taylor 74c99a9600 remove _main from CoreFoundation 2015-11-03 02:12:58 -08:00
Michel Kuhlmann 7c9be48423 gdal: 2.0.0 -> 2.0.1 2015-11-03 09:04:07 +01:00
Michel Kuhlmann 8e9a8a8fd0 gdal: 1.11.2 -> 1.11.3 2015-11-03 09:00:08 +01:00
Michael Raskin 70aff600ff Merge pull request #10797 from tohl/master
sbcl: 1.2.16 -> 1.3.0
2015-11-03 10:08:45 +03:00
Pascal Wittmann f490186a6c perl-Catalyst-Plugin-Authentication: 0.10022 -> 0.10023 2015-11-03 01:27:31 +01:00
Pascal Wittmann e15f353714 perl-Catalyst-Manual: 5.9007 -> 5.9009 2015-11-03 01:27:31 +01:00
Pascal Wittmann 20567e08ae perl-Catalyst-DispatchType-Regex: 5.90033 -> 5.90035 2015-11-03 01:27:31 +01:00
Pascal Wittmann 79cd29e9fb perl-Catalyst-Controller-HTML-FromFo: 0.03007 -> 1.00 2015-11-03 01:27:31 +01:00
Pascal Wittmann 1650e32541 perl-Test-Aggregate: init at 0.373 2015-11-03 01:27:31 +01:00
Pascal Wittmann 635ac2e589 perl-Catalyst-Action-REST: 1.17 -> 1.19 2015-11-03 01:27:31 +01:00
Pascal Wittmann cc45f18491 perl-CGI-Simple: 1.113 -> 1.115 2015-11-03 01:27:31 +01:00
Pascal Wittmann a007e3602a perl-AuthenSASL: 2.1401 -> 2.16 2015-11-03 01:27:31 +01:00
Pascal Wittmann 2bb1263596 perl-Any-Moose: 0.24 -> 0.26 2015-11-03 01:27:31 +01:00
Jude Taylor 135b32f2a0 darwin purity: doxygen 2015-11-02 14:37:10 -08:00
Jude Taylor f4f3df5f5d llvm-3.7: add libcxxabi as a buildInput on darwin 2015-11-02 14:33:51 -08:00
Arseniy Seroka 4f8e25d2d0 Merge pull request #10795 from AndersonTorres/mpv
mpv: 0.9.2 -> 0.12.0
2015-11-02 23:55:22 +03:00