Commit graph

21801 commits

Author SHA1 Message Date
Tobias Pflug 3386d73d06 Add galen to all-packages.nix 2016-02-26 21:01:41 +01:00
Peter Simons 2bcec4272f Merge pull request #13480 from phile314/master
uhc: 1.1.9.2 -> 1.1.9.3
2016-02-26 13:18:13 +01:00
zimbatm 8d4c2340d3 Merge pull request #13396 from mayflower/pkg/gitlab
gitlab: 8.0.5 -> 8.5.1, service improvements
2016-02-26 11:19:28 +00:00
Philipp Hausmann fbd857ab72
uhc: 1.1.9.2 -> 1.1.9.3 2016-02-26 12:12:53 +01:00
Domen Kožar c99d589162 Merge pull request #13116 from kragniz/requests2-2.9.1
requests2: 2.8.1 -> 2.9.1
2016-02-26 11:11:36 +00:00
zimbatm 6035c3a136 Merge pull request #9400 from Mathnerd314/package-overrides-fix
all-packages: Apply packageOverrides package-by-package
2016-02-26 10:17:53 +00:00
Franz Pletz ef0325e940 Merge pull request #13435 from tg-x/calc
calc: init at 2.12.5.3
2016-02-26 11:16:11 +01:00
Franz Pletz db2b0c8406 Merge pull request #13430 from nico202/yarp
yarp (+ libace): init at 2.3.64
2016-02-26 09:29:21 +01:00
Franz Pletz bcfa59bf82 gitlab: 8.0.5 -> 8.5.0, service improvements
Updates gitlab to the current stable version and fixes a lot of features that
were broken, at least with the current version and our configuration.

Quite a lot of sweat and tears has gone into testing nearly all features and
reading/patching the Gitlab source as we're about to deploy gitlab for our
whole company.

Things to note:

 * The gitlab config is now written as a nix attribute set and will be
   converted to JSON. Gitlab uses YAML but JSON is a subset of YAML.
   The `extraConfig` opition is also an attribute set that will be merged
   with the default config. This way *all* Gitlab options are supported.

 * Some paths like uploads and configs are hardcoded in rails  (at least
   after my study of the Gitlab source). This is why they are linked from
   the Gitlab root to /run/gitlab and then linked to the  configurable
   `statePath`.

 * Backup & restore should work out of the box from another Gitlab instance.

 * gitlab-git-http-server has been replaced by gitlab-workhorse upstream.
   Push & pull over HTTPS works perfectly. Communication to gitlab is done
   over unix sockets. An HTTP server is required to proxy requests to
   gitlab-workhorse over another unix socket at
   `/run/gitlab/gitlab-workhorse.socket`.

 * The user & group running gitlab are now configurable. These can even be
   changed for live instances.

 * The initial email address & password of the root user can be configured.

Fixes #8598.
2016-02-26 07:08:31 +01:00
zimbatm 30891166be Merge pull request #11997 from benley/google-chrome-variants
google-chrome: add -beta and -unstable variants
2016-02-26 00:13:00 +00:00
zimbatm d4e29d0e6d Merge pull request #12896 from rycee/bump/udiskie
udiskie: 1.1.2 -> 1.4.8
2016-02-26 00:01:34 +00:00
zimbatm 06a12136a5 Merge pull request #12824 from cransom/aws_shell
aws_shell: init at 0.1.0
2016-02-26 00:00:10 +00:00
zimbatm 1b0e81c41e Merge pull request #13453 from mayflower/pkgs_upstream/gti
gti: init at 2015-05-21 (edaac79)
2016-02-25 23:57:17 +00:00
zimbatm e3da8a40e2 Merge pull request #12235 from deeky666/update-php-packages-attributes
phpPackages: init php56Packages and php70Packages
2016-02-25 23:56:18 +00:00
zimbatm 71e1fd1a0b Merge pull request #12599 from ftrvxmtrx/e19-update-1.16.1
e19: update
2016-02-25 23:50:31 +00:00
zimbatm 35f47333d0 Merge pull request #13463 from avnik/feature/gimp-with-plugins
Feature: gimp with plugins
2016-02-25 23:27:25 +00:00
Alexander V. Nikolaev 0649c8bde7 gimp: add gimp-with-plugin derivation
By default all plugins from pkgs.gimpPlugins set are enabled.

Default location of plugins changed from $out/${gimp.name} to
$out/lib/gimp/${majorVersion}. Resulting derivation for gimp+plugins
is set as search path for plugins by default (additional tweaking in
gimprc done for old plugin scheme should be removed)
2016-02-25 23:34:28 +02:00
Frederik Rietdijk 4a4c432f06 pythonPackages.ipykernel: 4.2.2 -> 4.3.0 2016-02-25 22:32:40 +01:00
Frederik Rietdijk db54eed69c Merge pull request #13460 from nlewo/master
ledger-autosync: fix ofxclient propagation
2016-02-25 21:26:34 +01:00
Antoine Eiche 359ff7d230 ledger-autosync: fix ofxclient propagation
Closes #13411
2016-02-25 21:21:27 +01:00
Tristan Helmich 3234ca49d1 gti: init at 2015-05-21 (edaac79) 2016-02-25 18:52:19 +01:00
Arseniy Seroka edeb5480fc Merge pull request #13438 from kamilchm/nimble
nimble: init at 0.7.2
2016-02-25 20:50:46 +03:00
Franz Pletz c459ba8f85 ratools: init at 0.6.2 2016-02-25 16:56:48 +01:00
Domen Kožar a2c8bee109 linuxPackages: set to 4.4 (latests LTS) fixes #13394 2016-02-25 15:54:50 +00:00
Nikolay Amiantov 69932f905a blueman: fix networking, settings 2016-02-25 18:43:21 +03:00
Tobias Geerinckx-Rice e82a080303 pythonPackages.click: 6.2 -> 6.3
Bugfix release; released on February 22 2016:
- Fix argument checks for interpreter invoke with `-m` and `-c`
  on Windows.
- Fixed a bug that cased locale detection to error out on Python 3.

Re-builds many Python packages, but no new failures on x86-64.
2016-02-25 16:20:58 +01:00
Domen Kožar 98c16e00fe Merge pull request #13425 from zimbatm/curl-http2-darwin
curl: disable http2 support on Darwin
2016-02-25 13:06:40 +00:00
Kamil Chmielewski 770f66b2ce nimble: init at 0.7.2 2016-02-25 12:06:45 +01:00
Arseniy Seroka e054644c2f rustRegistry: 2016-02-02 -> 2016-02-25 2016-02-25 12:33:17 +03:00
Vladimír Čunát f930b3949f kde4: use older ruby to fix qtruby build
/cc maintainer @ttuegel. Discussion:
https://github.com/NixOS/nixpkgs/pull/12610#issuecomment-188666473

I'm personally not certain that building bindings against a non-default
ruby version is a good thing, but it's likely better than a build failure.
2016-02-25 10:09:34 +01:00
Vladimír Čunát 06ee2eb7b6 pyelftools: fix meta evaluation 2016-02-25 07:58:05 +01:00
tg(x) 1fb998f6c6 calc: init at 2.12.5.3 2016-02-24 22:47:55 +01:00
= a5ed58445f yarp (+ libace): init at 2.3.64 2016-02-24 22:08:29 +01:00
Frederik Rietdijk 838805f5c8 Merge pull request #13397 from igsha/pyelftools
pyelftools: init at 0.23
2016-02-24 20:54:06 +01:00
Igor Sharonov eb46cd3ab0 pyelftools: init at 0.23 2016-02-24 22:45:05 +03:00
Emery Hemingway 8ee44708b2 hdapsd: initial package at version 20141203 2016-02-24 20:44:32 +01:00
Arseniy Seroka c84f56e3d3 Merge pull request #12344 from hrdinka/update/znc
Update and add new ZNC modules
2016-02-24 18:57:17 +03:00
Damien Cassou bb7525a32c Merge pull request #13423 from DamienCassou/update-weboob-1.1
weboob: 1.0 -> 1.1
2016-02-24 15:36:14 +01:00
zimbatm de8213bd28 curl: disable http2 support on Darwin
Should fix https://hydra.nixos.org/build/32265403/nixlog/12
2016-02-24 14:35:34 +00:00
Damien Cassou 25b1fab485 weboob: 1.0 -> 1.1 2016-02-24 15:32:28 +01:00
Domen Kožar 7d89d85575 Merge pull request #13416 from johbo/hovercraft
hovercraft 2.0b1 -> 2.0
2016-02-24 10:37:59 +00:00
Thomas Tuegel bc7f99cd2f ibus-table-others: import ibus-table properly 2016-02-23 19:22:28 -06:00
Jude Taylor beea8537f7 clean up usage of procps in rustc 2016-02-23 16:42:51 -08:00
zimbatm 16f95fd8e2 Merge pull request #12875 from artuuge/epson-escpr
epson-escpr: init at version 1.6.3
2016-02-23 23:57:53 +00:00
Johannes Bornhold f456111c50 hovercraft 2.0b1 -> 2.0 2016-02-23 23:57:23 +01:00
zimbatm fa46b448d7 Merge pull request #13019 from tg-x/qtox
qtox: 20151221 -> 1.2.4, libtoxcore-dev: 20160105 -> 20160131
2016-02-23 22:52:09 +00:00
zimbatm 09c14170d8 Merge pull request #13125 from abbradar/uwsgi
Refactor uWSGI
2016-02-23 22:32:54 +00:00
zimbatm 4fd875be4e Merge pull request #13356 from zimbatm/cide
cide: init at 0.8.1
2016-02-23 22:28:02 +00:00
Ben Darwin 69c628e1ff minc-tools: init at 2.3.00 2016-02-23 14:03:56 -05:00
Ben Darwin c49c384e20 libminc: init at 2.3.00 2016-02-23 14:03:10 -05:00