Commit graph

70584 commits

Author SHA1 Message Date
Joe Hermaszewski bb15c81597 libtermkey: 0.17 -> 0.18 2015-10-14 20:27:36 +01:00
Joe Hermaszewski d5a364cf8f neovim: 2015-10-08 -> 2015-10-12 2015-10-14 20:15:42 +01:00
Utku Demir 57ad847982 jenkins: 1.631 -> 1.633 2015-10-14 21:21:12 +03:00
Vincent Laporte 37d731790b ocp-index: requires OCaml >= 4 2015-10-14 19:27:33 +02:00
Vincent Laporte 0da6fb5fa5 ocaml-cmdliner: 0.9.7 -> 0.9.8 2015-10-14 19:27:10 +02:00
Vincent Laporte 92e2e18fbb ocaml-ocp-indent: 1.4.2b -> 1.5.2 2015-10-14 19:26:38 +02:00
Vincent Laporte 621b66c3df js_of_ocaml: fix for OCaml < 4.0 2015-10-14 19:25:58 +02:00
Arseniy Seroka 91202fd475 djmount: add missing file 2015-10-14 20:20:30 +03:00
Arseniy Seroka e2a58a6a03 djmount: init at 0.71 2015-10-14 20:16:29 +03:00
Eelco Dolstra 5f077e2296 Factor out option renaming
Option aliases/deprecations can now be declared in any NixOS module,
not just in nixos/modules/rename.nix. This is more modular (since it
allows for example grub-related aliases to be declared in the grub
module), and allows aliases outside of NixOS (e.g. in NixOps modules).

The syntax is a bit funky. Ideally we'd have something like:

  options = {
    foo.bar.newOption = mkOption { ... };
    foo.bar.oldOption = mkAliasOption [ "foo" "bar" "newOption" ];
  };

but that's not possible because options cannot define values in
*other* options - you need to have a "config" for that. So instead we
have functions that return a *module*: mkRemovedOptionModule,
mkRenamedOptionModule and mkAliasOptionModule. These can be used via
"imports", e.g.

  imports = [
    (mkAliasOptionModule [ "foo" "bar" "oldOption" ] [ "foo" "bar" "newOption" ]);
  ];

As an added bonus, deprecation warnings now show the file name of the
offending module.

Fixes #10385.
2015-10-14 18:18:47 +02:00
Arseniy Seroka 7b001ed68a Merge pull request #10380 from brodul/scrolls
scrolls: update binary source hash
2015-10-14 18:03:26 +03:00
Arseniy Seroka 88cba6d8b5 yandex-disk: update 0.1.5.905 -> 0.1.5.940 2015-10-14 17:59:12 +03:00
Florian Paul Schmidt 8b847ce3d6 ardour: fix the git revision and hash to _really_ pull the latest 4.2 version 2015-10-14 16:51:04 +02:00
Andraz Brodnik a6011bb606 scrolls: 2014-03-08 -> 2015-10-13 2015-10-14 16:49:13 +02:00
Arseniy Seroka e57024f821 Merge pull request #10387 from dochang/update-maintainer
git-crypt: update maintainer
2015-10-14 17:45:37 +03:00
Desmond O. Chang b41742414e git-crypt: update maintainer 2015-10-14 21:46:27 +08:00
Eelco Dolstra 013cf1b4f2 syslinux: Strip static libraries
This prevents a retained dependency on gcc.
2015-10-14 14:29:54 +02:00
Pascal Wittmann af75246b21 perl-Test-Pod: 1.48 -> 1.51 2015-10-14 14:22:31 +02:00
Pascal Wittmann 171147949d perl-Test-Requires: 0.06 -> 0.10 2015-10-14 14:22:31 +02:00
Pascal Wittmann 51b4d6fe02 perl-Test-Shared-Fork: 0.29 -> 0.34 2015-10-14 14:22:31 +02:00
Pascal Wittmann d443e8795d perl-Test-Spec: 0.47 -> 0.51 2015-10-14 14:22:31 +02:00
Pascal Wittmann 1b40c4bb77 perl-Test-Synopsis: 0.10 -> 0.11 2015-10-14 14:22:31 +02:00
Pascal Wittmann ac0a757465 perl-Test-TCP: 1.18 -> 2.14 2015-10-14 14:22:31 +02:00
Pascal Wittmann b8210de891 perl-Test-Trap: 0.2.2 -> 0.3.2 2015-10-14 14:22:31 +02:00
Pascal Wittmann 4e62944d83 perl-Test-Version: 1.002004 -> 2.03 2015-10-14 14:22:31 +02:00
Pascal Wittmann 67861f4b75 perl-Test-Warnings: 0.016 -> 0.021 2015-10-14 14:22:30 +02:00
goibhniu 372e5586b2 Merge pull request #10336 from qknight/borgbackup-0.27
borgbackup: bump to 0.27.0 and rename to correct name borgbackup
2015-10-14 14:11:05 +02:00
Eelco Dolstra a0d7a458b1 Don't block releases on nixos.tests.gnome3.i686-linux
http://hydra.nixos.org/build/26702440

Issue #10353.
2015-10-14 13:55:43 +02:00
Eelco Dolstra 2e098d58d2 libmicrohttpd: Update to 0.9.44
Also move the info pages to a separate output, significantly reducing
the size of the main output.
2015-10-14 13:55:43 +02:00
Eelco Dolstra 11aef37ca6 less: Update to 481 2015-10-14 13:55:43 +02:00
Joe Hermaszewski d6d88aaa2b neovim: Create symlink to correct python3 binary
The symlink being created pointed to 'python' rather than 'python3'
2015-10-14 11:57:40 +02:00
Alexei Robyn 8162085634 kodi: Fix SSA/ASS subtitle support. 2015-10-14 20:24:53 +11:00
Pascal Wittmann 78b2851724 Merge pull request #10384 from robbinch/fix-statd
Fix typo in nixos/modules/tasks/filesystems/nfs.nix.
2015-10-14 10:49:52 +02:00
Robbin C 528ebb4e5e Fix typo in nixos/modules/tasks/filesystems/nfs.nix.
statd should be cfg.statd.
2015-10-14 08:48:34 +08:00
Arseniy Seroka 0eb45e0ff9 Merge pull request #10325 from javaguirre/update-geary
geary: 0.8.2 -> 0.10.0
2015-10-14 01:14:56 +03:00
Arseniy Seroka bd3e575aec Merge pull request #10363 from expipiplus1/pk-ecc
perl-CryptX: init at 0.025
2015-10-14 01:13:24 +03:00
Tobias Geerinckx-Rice a65cf63f55 copy-com service: order after network-online.target
I doubt that ordering non-sysvinit services after network.target ever
makes sense. In this case, CopyConsole requires DNS lookups and fails
if these are not yet possible.
2015-10-13 21:02:01 +02:00
Peter Simons c75e30031b Merge pull request #10375 from woehr/llvm-general-3.5-support
Latest llvm-general now requires llvm 3.5
2015-10-13 20:20:51 +02:00
Tobias Geerinckx-Rice b36ac2c44a netsniff-ng 0.5.9-{98-gb3a9f17 -> 106-g895377c} 2015-10-13 20:07:18 +02:00
Tobias Geerinckx-Rice 3680198bb9 libpsl list 2015-09-25 -> 2015-10-11 2015-10-13 20:07:18 +02:00
Tobias Geerinckx-Rice 8222eeca6e simple-scan 3.18.0 -> 3.18.1 2015-10-13 20:07:18 +02:00
Tobias Geerinckx-Rice 7d8602e78e geolite-legacy 2015-10-09 -> 2015-10-13 2015-10-13 20:07:17 +02:00
Pascal Wittmann 4da5194075 perl-Wx: 0.9923 -> 0.9927 2015-10-13 18:36:12 +02:00
Pascal Wittmann 3d04780e65 perl-X11-XCB: 0.12 -> 0.14 2015-10-13 18:36:12 +02:00
Pascal Wittmann 73030e6812 Merge pull request #10360 from nico202/meterbridge
init: meterbridge 0.9.2
2015-10-13 18:34:54 +02:00
Michael Raskin 8147a3d9d8 dd_rescue: 1.98 -> 1.99 2015-10-13 19:30:51 +03:00
Michael Raskin 4ab39c9358 eudev: 3.1.2 -> 3.1.5 2015-10-13 19:30:29 +03:00
Michael Raskin 5c32df44c1 gajim: 0.16.3 -> 0.16.4 2015-10-13 19:30:01 +03:00
Michael Raskin e8d82e08cf baresip: 0.4.14 -> 0.4.15 2015-10-13 19:29:43 +03:00
Peter Simons 310d90085b Merge pull request #10297 from dezgeg/pr-verify-tarball-warning-free
make-tarball.nix: Fail if nixpkgs doesn't evaluate without warnings
2015-10-13 16:55:21 +02:00