Commit graph

69461 commits

Author SHA1 Message Date
Matthias Beyer 5dcb0c944f slop: 4.1.15 -> 4.1.16 2015-09-22 01:57:11 +02:00
Matthias Beyer a273f1fde4 khard: 0.5.0 -> 0.6.0 2015-09-22 01:54:04 +02:00
Matthias Beyer 49b49a0172 arandr: 0.1.7.1 -> 0.1.8 2015-09-22 01:49:38 +02:00
Matthias Beyer 60aeb9230b ncmpcpp: 0.6.5 -> 0.6.7 2015-09-22 01:49:21 +02:00
Jaka Hudoklin 0d32d4cd84 kibana: 4.2.0 -> 4.1.2
Kibana needs to be downgraded, so it works with current stable elasticsearch
2015-09-22 00:30:19 +02:00
Nikolay Amiantov 29373add7d Merge pull request #9918 from khumba/synaptics-conf
xf86-input-synaptics: make use of 50-synaptics.conf
2015-09-22 01:05:00 +03:00
William A. Kennington III 2a0c18835a llvm: Install utilities for use with rustc 2015-09-21 14:38:49 -07:00
William A. Kennington III 9fbbbd5b68 linux-testing: Update to 4.3.0-rc2 2015-09-21 14:38:49 -07:00
William A. Kennington III 7040350f34 swig: 3.0.6 -> 3.0.7 2015-09-21 14:38:49 -07:00
Peter Simons 066481cb13 configuration-hackage2nix.yaml: update list of broken packages 2015-09-21 23:15:23 +02:00
Peter Simons 4a205c8941 Add LTS Haskell version 3.6. 2015-09-21 23:15:22 +02:00
Peter Simons ccad6ae082 This update was generated by hackage2nix v20150903-88-gd09c4dd using the following inputs:
- Hackage: 2201da64fa
  - LTS Haskell: c7012a704b
  - Stackage Nightly: affe30844a
2015-09-21 23:15:15 +02:00
devhell 2ed22e3a88
tomahawk: 0.8.3 -> 0.8.4
From the Changelog:
  * Fixed drag & drop issues on sidebar.
  * Fixed starting Tomahawk with a filename as parameter.
  * Update column view when collection changes.
  * (Linux) Don't crash on environments with invalid locales.

Signed-off-by: devhell <"^"@regexmail.net>
Closes: #9858
Tested-by: aszlig <aszlig@redmoonstudios.org>
Tested-by: David Kleuker <post@davidak.de>
2015-09-21 22:32:14 +02:00
aszlig f9766f885d
nixos/filesystems: Skip check for vboxsf.
We don't even have any means to check a VirtualBox shared folder, so
let's not even try to.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-09-21 22:32:14 +02:00
aszlig cd4caed35a
nixos/filesystems: Improve vboxsf default options.
The default options for all file systems currently are
"defaults.relatime", which works well on file systems which support the
relatime option.

Unfortunately, this is not the case for the VirtualBox shared folder
filesystem, so until now, you need to set something like:

fileSystems."/foo" = {
  device = "foo";
  fsType = "vboxsf";
  options = "defaults";
};

Otherwise mounting the file system would fail.

Now, we provide only the "defaults" option to the "vboxsf" file system,
so something like this is enough:

fileSystems."/foo" = {
  device = "foo";
  fsType = "vboxsf";
};

An alternative to that could be to document that you need to set default
options, but we really should do what users expect instead of forcing
them to look up the documentation as to why this has failed.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-09-21 22:32:14 +02:00
Jaka Hudoklin 74209a4ca8
virtualbox service: add support for vboxsf guest filesystem
Closes #9358

Signed-off-by: Jaka Hudoklin <jakahudoklin@gmail.com>
Fix reference to bin/mount.vboxsf.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-09-21 22:32:13 +02:00
aszlig 7ab8dde511
bs1770gain: init at 0.4.7
I've been trying to package this a while ago but found out that apart
from the hand-rolled build system a few sources were missing I didn't
continue to work on it.

This was the WIP expression:

https://gist.github.com/aszlig/c271f294410cc5af0f0a

Now, since the latest upstream version, the project uses autoconf and
automake, which makes it very much painless for us.

So now I can watch demoscene videos without getting hearing loss because
of volume differences :-)

Also, this might be useful for beets as well, in case they're going to
move away from using python-audiotools:

https://github.com/sampsyo/beets/issues/1342#issuecomment-86807500

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-09-21 22:32:13 +02:00
aszlig 9a39c2e943
tests/virtualbox: Add a subtest for host USB.
Unfortunately, we can't test whether USB is really working, but we can
make sure that VirtualBox has access to the USB devices.

This is essentially testing #9736, which I haven't yet been able to
reproduce though, but it makes sense to test it so it won't happen in
future releases.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-09-21 22:32:13 +02:00
Arseniy Seroka 030fa33958 vimPlugins: 2015-09-21 update 2015-09-21 23:01:11 +03:00
Arseniy Seroka eeea90a61d Merge pull request #9976 from gebner/metis
metis: init at 2.3
2015-09-21 22:54:32 +03:00
Gabriel Ebner 5493dccfbb metis-prover: init at 2.3 2015-09-21 21:42:20 +02:00
Arseniy Seroka 3e9e2d99fa Merge pull request #9961 from puffnfresh/bug/google-musicmanager
Fix Google Music Manager
2015-09-21 22:30:11 +03:00
Arseniy Seroka 7f5139a18d Merge pull request #9974 from robbinch/pkg-ctpp2
ctpp2: init at 2.8.3.
2015-09-21 22:29:33 +03:00
William A. Kennington III b49e2945f0 libqb: 0.17.1 -> 0.17.2 2015-09-21 11:49:24 -07:00
William A. Kennington III b038770579 btrfsProgs: 4.2.0 -> 4.2.1 2015-09-21 11:33:41 -07:00
Tobias Geerinckx-Rice 43fba1d1eb Revert "miniupnpc: 1.9.20150703 -> 1.9.20150917"
It breaks most of http://hydra.nixos.org/eval/1221398.

This reverts commit 71481159a5.
2015-09-21 19:34:57 +02:00
Tobias Geerinckx-Rice f6f8b2da89 perlPackages.IO-Socket-SSL: 2.016 -> 2.020 2015-09-21 19:22:15 +02:00
Tobias Geerinckx-Rice 9cfb5924e8 perlPackages.Email-Address: 1.901 -> 1.908 2015-09-21 19:22:15 +02:00
Tobias Geerinckx-Rice 1339183279 libchamplain 0.12.10 -> 0.12.11 2015-09-21 19:22:15 +02:00
Tobias Geerinckx-Rice ee7df6a566 dub: 0.9.23 -> 0.9.24
Use fetchFromGitHub, and drop a seemingly spurious 'unzip' dependency
(I can find no reference to it in either the source or the resulting
binary).
2015-09-21 19:22:14 +02:00
Eelco Dolstra 6d42b79b29 m2crypto: Use SWIG 2
Fixes "AttributeError: 'module' object has no attribute 'PKCS5_SALT_LEN'".

Fixes #9457.
2015-09-21 16:14:27 +02:00
Jascha Geerds 2d21e1e4ff Merge pull request #9919 from geerds/deis
deisctl: init at 1.10.0
2015-09-21 11:41:45 +02:00
Vladimír Čunát a40edcb1ba noto-fonts-emoji: fixup chrooted build
http://hydra.nixos.org/build/26141137
/cc #9949 and maintainer @mathnerd314.
2015-09-21 11:32:06 +02:00
Jascha Geerds 1c1a6b39db deis: init at 1.10.0 2015-09-21 11:31:20 +02:00
Eelco Dolstra ddb39be324 Update 15.09 release notes 2015-09-21 11:17:25 +02:00
Eelco Dolstra 9c146220a9 Style / typo fixes 2015-09-21 11:17:25 +02:00
Luca Bruno af011439b7 urweb: add back openssl configure flags to fix build, cc @aseipp 2015-09-21 10:45:22 +02:00
Vladimír Čunát af9f1a5552 go-packages: fixup evaluation of meta 2015-09-21 07:53:07 +02:00
William A. Kennington III 0a7176c5a1 Revert "bundlerEnv: Use released versions of bundler"
This reverts commit 7bc8b1561e.

This breaks some ruby gems and needs to be reworked again.
2015-09-20 22:05:29 -07:00
Matthias Beyer 700c3c93fb gotty: init at 0.0.10 2015-09-21 06:48:11 +02:00
Matthias Beyer 98b3626bf2 manners: init at 0.4.0 2015-09-21 06:48:10 +02:00
Matthias Beyer 09895a3f71 go-bindata-assetfs: init at d5cac425555ca5cf00694df246e04f05e6a55150 2015-09-21 06:48:09 +02:00
Robbin C 5ff9dc0ffd ctpp2: init at 2.8.3.
This adds ctpp2, a high performance templating engine.
2015-09-21 11:56:10 +08:00
Edward Tjörnhammar 533a2799bc release-notes: properly close the item list 2015-09-21 05:36:10 +02:00
William A. Kennington III 7bc8b1561e bundlerEnv: Use released versions of bundler
We were using HEAD for unreleased features. These features are now in
release builds so we should go back to using those. This also means we
won't have to deal with hash mismatches for all ruby packages.
2015-09-20 18:56:56 -07:00
Tobias Geerinckx-Rice 728199b8cf libpsl: 0.9.0 -> 0.10.0 2015-09-21 02:51:54 +02:00
Tobias Geerinckx-Rice 0e1a15f2da stress-ng: 0.04.19 -> 0.04.20 2015-09-21 02:51:54 +02:00
William A. Kennington III 9aff5bb082 syncthing: Fix version output 2015-09-20 17:26:56 -07:00
Brian McKenna f27643febc google-musicmanager: beta_1.0.182.3607-r0 -> beta_1.0.221.5230-r0
The previous version was 404

Also fixes i686 typo
2015-09-21 09:36:52 +10:00
Arseniy Seroka 4cbed031e3 Merge pull request #9967 from davidak/add-package-iops
iops: init at 0.1
2015-09-21 00:52:40 +03:00