Commit Graph

68250 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
9413ad38fb doc: specify that *Flags are string lists 2015-09-02 17:31:32 +02:00
Peter Simons
07542d12ea hoogle: use $NIX_BUILD_CORES to determine the proper level of parallelism for database creation 2015-09-02 16:28:01 +02:00
Eelco Dolstra
6e76765795 If !cfg.mutableUsers, require a password or SSH authorized key
Fixes https://github.com/NixOS/nixpkgs/issues/7308
2015-09-02 16:17:33 +02:00
Eelco Dolstra
e70f8c58cc Manual: Document system.autoUpgrade 2015-09-02 16:17:32 +02:00
Eelco Dolstra
f0e67b927f Merge pull request #9602 from bjornfor/ffmpeg-full-name
ffmpeg-full: align pkgname with attrname
2015-09-02 16:11:31 +02:00
Tobias Geerinckx-Rice
6c377c864a cassandra: 2.1.8 -> 2.1.9
The 2.1.8 sources have been removed upstream.
2015-09-02 16:01:09 +02:00
Arseniy Seroka
ccd0b231c3 Merge pull request #9601 from KoviRobi/remind-update
remind: 3.1.14 -> 3.1.15
2015-09-02 14:48:11 +03:00
Arseniy Seroka
23ea5e89f5 Merge pull request #9510 from rnhmjoj/gohufont-branch
gohufont: add console version
2015-09-02 14:47:56 +03:00
Bjørn Forsman
bd84ebaa1e nixos: document nvidia legacy driver options 2015-09-02 13:25:50 +02:00
Peter Simons
614ed1e1ad ikiwiki: use PerlMagick with imagemagickBig rather than the light version
Ikiwiki needs a version of PerlMagick that has ghostscript to fix
https://github.com/NixOS/nixpkgs/issues/9473.

This patch is brought to you courtesy of the venerable @vcunat.
2015-09-02 12:55:24 +02:00
Peter Simons
c310a5f608 all-packages.nix: instantiate 'perlPackages' with callPackage rather than import
This allows us to override the attributes passed to the package set, which is
needed to pass "imagemagickBig" to PerlMagic rather than the normal one (see
next commit).

This patch is brought to you courtesy of the venerable @vcunat.
2015-09-02 12:52:41 +02:00
Peter Simons
90c163bde0 hackage-packages.nix: update to 23452bdddd with hackage2nix v20150824-65-g80afb21 2015-09-02 12:44:02 +02:00
Peter Simons
c456073e03 Disable test suites of Haskell packages RSA and kademlia.
Those test suites run for 2+ hours and thus fail with a timeout error.
2015-09-02 12:29:00 +02:00
Bjørn Forsman
6483cf1d91 ffmpeg-full: align pkgname with attrname
Without this, users are presented with this endless loop:

  $ ffplay
  The program ‘ffplay’ is currently not installed. You can install it by
  typing:
    nix-env -i ffmpeg
  $ nix-env -i ffmpeg
  $ ffplay
  The program ‘ffplay’ is currently not installed. You can install it by
  typing:
    nix-env -i ffmpeg
2015-09-02 12:14:40 +02:00
Luca Bruno
873a6ce9a8 imagemagickBig: enable ghostscript 2015-09-02 11:46:27 +02:00
Kovacsics Robert (NixOS-SSD2)
83eed584bf remind: 3.1.14 -> 3.1.15 2015-09-02 09:56:35 +01:00
Rok Garbas
25a29e6671 pythonPackages.scikitlearn: fix for python2
test_standard_scaler_numerical_stability test fails on all i686 platforms
2015-09-02 10:37:48 +02:00
lethalman
9da76d7d11 Merge pull request #9552 from mayflower/fix-lxd-images
lxd: fix to include lxd-images
2015-09-02 10:32:09 +02:00
Bjørn Forsman
c54d939d6d freenect: cosmetic (2 space indents) 2015-09-02 10:28:16 +02:00
ts468
eec0113516 Merge pull request #8705 from ts468/upstream.ocaml_renaming
ocaml-modules: fix naming: "_" -> "-"
2015-09-02 10:03:22 +02:00
Thomas Strobel
616aa2bdda ocaml modules: fix some CamelCase and under_scores 2015-09-02 09:14:59 +02:00
Matthias Beyer
0f4b9218d2 python27Packages.klaus: 0.4.10 -> 0.6.0, fixes #9597 2015-09-02 08:59:07 +02:00
Thomas Strobel
e80b41e94f xen: remove 4.4.1 + fixes compilation of 4.5.x, fixes #9572 2015-09-02 08:33:24 +02:00
William A. Kennington III
b55a4df70f chromium: Updates
This bumps the stable and dev track forward a version
2015-09-01 21:22:34 -07:00
Vladimír Čunát
2dccca399c libunwind: security fix for CVE-2015-3239
Thanks to the monitor. Low security and high rebuild impact, but still...
2015-09-02 05:23:55 +02:00
Vladimír Čunát
54c4aab662 nixos: kill services.virtualboxGuest to fix #9600 2015-09-02 04:54:31 +02:00
William A. Kennington III
4fecf15b4b syncthing: Fix top-level expression 2015-09-01 17:19:11 -07:00
Domen Kožar
1820dd8e21 Merge pull request #9598 from benley/readme-15.09
Add hydra links for upcoming 15.09 release
2015-09-01 23:59:23 +02:00
Benjamin Staffin
8ddc086c35 Add hydra links for upcoming 15.09 release 2015-09-01 14:32:47 -07:00
Bjørn Forsman
fe85ba5806 opencv3: unbreak build (set "-DWITH_IPP=OFF")
OpenCV tries to download IPP itself at build time. That doesn't work
well with nix.
2015-09-01 22:23:47 +02:00
koral
f5615752ae imagemagick: 6.9.1-0 -> 6.9.2-0, fixes #9591 2015-09-01 21:55:24 +02:00
Rok Garbas
08ef227a61 pythonPackages.scikitlearn: apply patch for doctests on i686 and skip one test
fixes #9472
related scikit-learn/scikit-learn/#5198, scikit-learn/scikit-learn/#5197
2015-09-01 21:48:46 +02:00
Vladimír Čunát
0327ee3f8e libevent: remove unused vulnerable 1.4.x version 2015-09-01 21:37:40 +02:00
Vladimír Čunát
f2d25c5a4d firefox-gtk3: fix crashes by a Fedora-backported patch
These might be the same crashes as with gtk2 and system cairo #9368.
2015-09-01 21:34:17 +02:00
Vladimír Čunát
f65b692a07 firefox: fix argv0 with enableGTK3 (/cc #9562)
Also add a simple test detecting such problems.
2015-09-01 21:34:16 +02:00
Robin Gloster
d0d8828706 lxd: fix to include lxd-images 2015-09-01 18:14:31 +00:00
Arseniy Seroka
4ab89ab1e6 Merge pull request #9595 from gebner/ibus-anthy-1.5.7
ibus-anthy: 1.5.6 -> 1.5.7
2015-09-01 20:31:23 +03:00
lethalman
f8f224af05 Merge pull request #9500 from rnhmjoj/telegram-pass-args
telegram-cli: keep arguments passed to the wrapper
2015-09-01 18:57:04 +02:00
Gabriel Ebner
21370df4d6 ibus-anthy: 1.5.6 -> 1.5.7
Also fix zipcode lookup.
2015-09-01 18:05:12 +02:00
Peter Simons
2b71e4643e haskell-bloomfilter: patch to fix build on 32 bit platforms 2015-09-01 18:02:50 +02:00
William A. Kennington III
66563862ec zfs: Fix build for kernel 4.2 2015-09-01 08:57:02 -07:00
Peter Simons
8c1c38ee27 haskell-bloomfilter: re-enable 32-bit builds to verify whether the issue has in fact been fixed upstream 2015-09-01 17:55:03 +02:00
Peter Simons
64629ec611 hackage-packages.nix: update to 53c766e346 with hackage2nix v20150824-62-gb54260a 2015-09-01 17:55:03 +02:00
Arseniy Seroka
bb3bb95f9b Merge pull request #9582 from pjones/pkg/cura.lulzbot
curaLulzbot: init at 15.02.1-1.03-5064
2015-09-01 18:46:44 +03:00
lethalman
3427ce1b61 Merge pull request #9518 from FRidh/xray
python-packages xray: init at 0.6.0
2015-09-01 17:43:38 +02:00
lethalman
3a1fa6f107 Merge pull request #9594 from KoviRobi/txt2tags-new-package
txt2tags: init at 2.6
2015-09-01 17:40:10 +02:00
John Wiegley
b3bd3eef38 emacsMacport: 24.5-mac-5.9 -> 24.5-mac-5.10 2015-09-01 08:39:45 -07:00
Luca Bruno
561fecb239 cromfs: use gcc 4.8 to fix build on i686 (ZHF) 2015-09-01 17:38:54 +02:00
Peter Simons
c30410e2dc hackage-packages.nix: update to e6301b9ed8 with hackage2nix v20150824-58-g80c45f8 2015-09-01 16:59:06 +02:00
Peter Simons
881fb00fdf emacs-magit: update to version 2.2.1 2015-09-01 16:56:12 +02:00