Commit graph

47117 commits

Author SHA1 Message Date
Arseniy Seroka 5bafbd3a2e libnotify: add haskell lib 2014-12-19 01:18:08 +03:00
Shea Levy e3825b47ec systemd: read units from /etc/systemd-mutable
This allows for persistent units managed outside of configuration.nix
2014-12-18 17:08:04 -05:00
devhell 162c9a5455 mediainfo-gui: Add package 2014-12-18 22:11:07 +01:00
devhell 858b5e54c7 mediainfo: Add myself to meta.maintainers. 2014-12-18 21:23:21 +01:00
William A. Kennington III 86971fd33b gnupg: Fix src hash 2014-12-18 11:37:58 -08:00
Valérian Galliat c09311b94c opensmtpd: fix homepage URL 2014-12-18 20:04:22 +01:00
Peter Simons f9580894f2 ghc-head: bump version to most recent snapshot 2014-12-18 19:03:28 +01:00
Peter Simons c9cd0bc68c ghc-head: fix configure phase to make sure the compiler knows how to use gmp properly
Start with version 7.9 of the compiler, the path to the gmp library must
now be passed to the top-level configure script.
2014-12-18 19:03:28 +01:00
Peter Simons fa165e137d cabal-install: update to version 1.20.0.4
The test suite had to be disabled because of https://github.com/haskell/cabal/issues/2285.
2014-12-18 18:36:49 +01:00
Sebastián Bernardo Galkin 06e6d7def2 xorg-server: enable DRI3 (close #5381)
TEST needed. I tested on my NixOS Thinkpad with Optimus nvidia and intel
cards.  Testing in other architectures is needed.

This patch also improves the regular expressions that scan the build
configuration files to enable the building of a binary utility in
xf86-video-intel: intel-virtual-output. This utility is useful for some
Optimus laptops

DRI3 was added to xorg-server propagatedBuildInputs so now it's inherited
by several projects that can use it.
2014-12-18 18:17:42 +01:00
wmertens 6fa7ea0537 Merge pull request #5383 from robberer/tmp1
php: make curl wrappers optional
2014-12-18 17:49:10 +01:00
Peter Simons 231548db50 haskell-generics-sop: update to version 0.1.0.4 2014-12-18 15:33:13 +01:00
Rob Vermaas d05bb6c8c2 Fix sysstat build.
(cherry picked from commit 597007f8b7cf60d4571b859adb3972292e2fa0ff)
2014-12-18 14:47:22 +01:00
Eelco Dolstra e86d9a3c2e audacious: Update to 3.5.2 2014-12-18 14:11:11 +01:00
Eelco Dolstra d717fcc7b8 zabbix: Update to 1.8.22 2014-12-18 14:11:11 +01:00
Eelco Dolstra 9ef74187bb sysstat: Update to 11.0.2 2014-12-18 14:11:11 +01:00
Eelco Dolstra cb5433b8de mercurial: Update to 3.2.2 2014-12-18 14:11:10 +01:00
Eelco Dolstra 011e581a4e dhcpcd: Update to 6.6.6 2014-12-18 14:11:10 +01:00
Eelco Dolstra 49282dd1af subversion: Update to 1.8.11 2014-12-18 14:11:10 +01:00
Eelco Dolstra 5274749b7b less: Update to 471 2014-12-18 14:11:10 +01:00
Peter Simons f698fbecd2 Merge pull request #5376 from Zert/master
Add poker-eval library
2014-12-18 14:10:40 +01:00
aszlig ac603e208c
virtualbox: Fix runtime paths in hardening mode.
Because we have to rely on setuid wrappers on NixOS, we can't easily
hardcode the executable paths and set it 4755. So for all calls, we need
to change the runtime path executable directory to /var/setuid-wrappers/
and for verification we need to retain the executable directory.

Also note, that usually VBoxNetAdpCtl, VBoxNetDHCP, VBoxNetNAT, VBoxSDL
and VBoxVolInfo don't reside in directories that are commonly in PATH,
but in /usr/lib/virtualbox in most mainstream distros. But because the
names of these executables are distinctive enough to not cause
collisions with other setuid programs, I'll leave it like that and not
patch up setuid-wrappers.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 14:06:13 +01:00
aszlig b69ac6c159
virtualbox: Allow to easily change the build type.
Not really changes anything in functionality, but makes it easier to
change the build type to "debug", for example.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 14:06:12 +01:00
aszlig 38d639745e
synergy: Update to new upstream version 1.6.2.
Fixes the following bugs:

 * Helper tool crashes when service checks elevation state
 * Zeroconf on server advertises bogus IP address
 * Drag file causes client crash on Mac (10.10)

Introduces the following enhancements:

 * Optional Bonjour requirement for Windows
 * Automatic Bonjour download and install
 * Auto-config available servers combo box
 * More user friendly dialog when client is detected
 * Minimize auto config message box usage
 * Firewall exception for GUI (needed for Bonjour)
 * Consistent naming for auto config feature

Full changelog with bug IDs can be found at:

http://synergy-project.org/changelog/

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 14:06:12 +01:00
aszlig 14ef3446e1
virtualbox: Fix hardcoded /sbin/ifconfig path.
Just accidentally found this while debugging and it's needed for
fetching a few interface details, not sure however whether because of
this anything has been broken so far.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 14:06:12 +01:00
aszlig 5a8c5d2768
virtualbox: Explicitly excempt src during install.
Instead of coping it to $out and later deleting it, we now exclude the
src directory during copy. Also, we no longer cd into the release
directory during installPhase, which should make sure that we are
constantly in $sourceRoot.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 14:06:12 +01:00
Aycan iRiCAN ddacac4393 Merge pull request #5385 from aycanirican/haskellMode-fetchurl
emacs24Packages.haskellMode upgrade to use fetchFromGitHub
2014-12-18 14:52:58 +02:00
Aycan iRiCAN 389670985f emacs24Packages.haskellMode upgrade to use fetchFromGitHub 2014-12-18 14:51:56 +02:00
Vladimír Čunát ec5e916f6f attic: add maintainer and platforms
CC #5374.
2014-12-18 13:36:35 +01:00
Eelco Dolstra 6866712a39 sudo: Update to 1.8.11p2 2014-12-18 12:31:56 +01:00
Thomas Strobel d07154b3bc FIX: Change local state dir, which must be writable, from "/nix/store/...glusterfs..." to "/var" 2014-12-18 11:20:03 +01:00
Michael Raskin 0e3e828d92 Add a mirror for midori 2014-12-18 12:48:06 +03:00
lethalman 659dca9b81 Merge pull request #5373 from daogames/este/czmq
added czmq v3.0.0-rc1
2014-12-18 10:32:44 +01:00
Domen Kožar 972868c7e1 crashplan: fix CrashPlanDesktop binary
(cherry picked from commit 0d4acad489cd2962908eb157551519c79d5b1182)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-18 10:12:47 +01:00
Domen Kožar 3cb1ce8577 ulex: set platforms
(cherry picked from commit 827a9bbd449ef5075876577ef30703f29f26e597)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-18 10:01:50 +01:00
Domen Kožar d1e4b09dce Merge pull request #5380 from iyzsong/jenkins
jenkins: update to 1.594
2014-12-18 09:58:48 +01:00
vbgl 78ae54bf49 Merge pull request #5375 from ftrvxmtrx/master
plan9port: fix destination path in sources; add myself as a maintainer
2014-12-18 09:52:59 +01:00
Domen Kožar 6b207721cb dropbox: 2.0.0 -> 2.2.0, disable tests
(cherry picked from commit b0a0fb60dfea819703889150ce6dc311ac85f0d7)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-18 09:22:47 +01:00
Longrin Wischnewski 96f4758d09 php: make curl wrappers optional
cURL wrappers are experimental and break any application/library
that rely on $http_response_header
2014-12-18 09:04:26 +01:00
Bjørn Forsman 1fde0738ca attic: fix missing modules at runtime
Switch buildInputs to propagatedBuildInputs. Without this attic won't
run at all.
2014-12-18 08:40:20 +01:00
Aycan iRiCAN ee1d56d042 Merge pull request #5382 from aycanirican/haskellMode-fetchurl
emacs24Packages.haskellMode update to use fetchurl
2014-12-18 09:37:18 +02:00
Aycan iRiCAN e1c2ac404d emacs24Packages.haskellMode update to use fetchurl 2014-12-18 09:36:19 +02:00
Wayne Scott 4a0aff5f3b attic: upgrade to 0.14 2014-12-18 08:21:36 +01:00
Bjørn Forsman a8af7f16ce attic: expression cleanup
Clean up some whitespace errors and add namePrefix = "" to make package
name like attribute name (no pythonX.Y- prefix).
2014-12-18 08:14:52 +01:00
Wayne Scott 110333abd3 attic: fix path to OPENSSL headers. 2014-12-18 08:12:12 +01:00
宋文武 f40a613577 jenkins: update to 1.594 2014-12-18 14:30:14 +08:00
Maxim Treskin 70cd78ff89 Add poker-eval library 2014-12-18 01:05:03 +01:00
Luca Bruno 31e1e8325b Fix wml build, don't know why it worked before 2014-12-18 00:43:13 +01:00
Arseniy Seroka b11927ff68 Revert "vim-plugins: update"
This reverts commit b736b20203.

Because `vim-plugin-names-to-nix` doesn't create sha's.
2014-12-18 02:41:47 +03:00
Arseniy Seroka b736b20203 vim-plugins: update 2014-12-18 02:39:51 +03:00
William A. Kennington III 1ef5533426 nftables: 0.3 -> 0.4 2014-12-17 14:44:30 -08:00
William A. Kennington III fb5d82c822 libnftnl: 1.0.2 -> 1.0.3 2014-12-17 14:44:23 -08:00
Siarhei Zirukin 2c8ff5fdb7 plan9port: fix destination path in sources; add myself as a maintainer 2014-12-17 23:37:18 +01:00
William A. Kennington III 7e8c5b578a kernel: 3.14.26 -> 3.14.27 2014-12-17 14:36:38 -08:00
William A. Kennington III eea5383b48 kernel: 3.17.6 -> 3.17.7 2014-12-17 14:36:29 -08:00
Vladimír Čunát 3938dc3c21 freetype: fix pcf fonts by upstream patches
The problem was uncovered by the last security patches.
Firefox seems to build and work fine.

Includes reverting 374a9cc162, as this is a proper fix.
2014-12-17 22:12:41 +01:00
William Roe fe4da34ffd Bump logstash-forwarder git version and go to latest 2014-12-17 20:50:23 +00:00
Ronny Esterluss f41be3fa2b added czmq v3.0.0-rc1 2014-12-17 20:59:32 +01:00
lethalman 319b981f22 Merge pull request #5372 from matejc/e19update
E19 update and keyboard layouts fix
2014-12-17 20:25:57 +01:00
Domen Kožar 179c7344cc skrooge: add boost dependency 2014-12-17 20:13:45 +01:00
Michael Raskin 6c91f23ca5 Try to defend against chroot paths in store matching derivation paths 2014-12-17 21:49:18 +03:00
William A. Kennington III 52dde68a85 Revert "mongodb: Attempt to use boost157"
This reverts commit f8a4dc80b8.
2014-12-17 10:12:26 -08:00
Joachim Schiele 99b32b5a31 owncloud-client: added meta.platforms = stdenv.lib.platforms.unix; 2014-12-17 17:59:18 +01:00
Joachim Schiele 7a9ea00a78 owncloud-client: added meta.platforms = stdenv.lib.platforms.uniq; 2014-12-17 17:57:01 +01:00
Benno Fünfstück 34e45a7924 firefox-wrapper: more gstreamer plugins
The previous commit effaa51 broke some of soundcloud in firefox.
2014-12-17 17:23:54 +01:00
Shea Levy 321e8227f0 Merge branch 'mysql-mirrors' of https://github.com/fmapfmapfmap/nixpkgs 2014-12-17 11:12:58 -05:00
Rob Vermaas f72c7e93ce icecast: update from 2.4.0 to 2.4.1, potentially fixes CVE-2014-9018 2014-12-17 15:49:48 +01:00
Rob Vermaas 81f6af4a54 nodejs: update from 0.10.32 to 0.10.33, potentially fixes CVE-2014-7192 2014-12-17 15:48:51 +01:00
Rob Vermaas 90c3dc79c5 docker: update from 1.3.1 to 1.3.3, potentially fixes CVE-2014-6407, CVE-2014-6408 2014-12-17 15:47:56 +01:00
Matej Cotman dbe7fe2735 e19: fix - not showing keyboard layouts - issue 2014-12-17 15:44:59 +01:00
Matej Cotman c1bf0837a1 e19: update enlightenment core libraries 2014-12-17 15:44:32 +01:00
Luca Bruno 614162ee6c Some lua and awesome improvements
- Move lgi to luaPackages
- Use luaPackages in awesome and passthru lua
- Allow to pass lua modules to the awesome WM so that those can be used in the configuration
2014-12-17 15:08:21 +01:00
Kovacsics Robert (rmk35) 6f608967f4 Added package 'fatsort'.
Fatsort sorts partition table on FAT12/16/32 partitions for devices that
don't sort the files for themselves (e.g. some media players).
2014-12-17 13:54:13 +00:00
Michael Raskin 374a9cc162 Disable fontconfig tests: they break after Freetype security update, and apparently we get something working regardless of the test problems 2014-12-17 16:39:55 +03:00
Aycan iRiCAN a837382f6c Merge pull request #5367 from aycanirican/master
emacs24Packages.haskellMode updated to latest git.
2014-12-17 14:42:40 +02:00
Aycan iRiCAN 7ebc62059e emacs24Packages.haskellMode updated to latest git. 2014-12-17 14:41:10 +02:00
vi 0c49b2942e Added mirrors for MySQL. 2014-12-17 11:14:46 +00:00
Rob Vermaas f5680cdd49 gsutil: add crcmod to dependencies. Needed to download from Google Storage. 2014-12-17 11:29:13 +01:00
wmertens 2fb69f5277 Merge pull request #5196 from madjar/cloud-init
cloud-init: add expression and service
2014-12-17 06:58:54 +01:00
Luca Bruno 8c8750c3c5 wml: new package and perl dependency Image::Size
Off-line HTML generation toolkit for Unix

http://thewml.org/
2014-12-17 01:36:07 +01:00
devhell 9901537209 mediainfo: Add package and dependencies
Includes only the CLI version and the following dependencies:

 * libzen
 * libmediainfo
2014-12-17 01:28:46 +01:00
Domen Kožar 9de5eb6ade remove btrfsProgs-3_16, not needed anymore 2014-12-17 01:20:05 +01:00
William A. Kennington III 973f4bedbf bareos: 14.2.1 -> 14.2.2 2014-12-16 15:53:12 -08:00
William A. Kennington III 656b77e2b7 libinput: 0.6.0 -> 0.7.0 2014-12-16 15:52:14 -08:00
William A. Kennington III 56908ab49f pinentry: 0.8.4 -> 0.9.0 2014-12-16 15:30:16 -08:00
William A. Kennington III e26c8d9b36 gpgme: 1.5.2 -> 1.5.3 2014-12-16 15:30:05 -08:00
William A. Kennington III 8f3613c955 libassuan: 2.1.2 -> 2.2.0 2014-12-16 15:27:27 -08:00
William A. Kennington III b671a46f92 gnupg: 2.1.0 -> 2.1.1 2014-12-16 15:24:28 -08:00
William A. Kennington III 02f75f91f1 xfsprogs: 3.2.1 -> 3.2.2 2014-12-16 15:22:53 -08:00
William A. Kennington III f8a4dc80b8 mongodb: Attempt to use boost157 2014-12-16 15:18:22 -08:00
William A. Kennington III 64d471073f mongodb: 2.6.5 -> 2.6.6 2014-12-16 15:18:09 -08:00
William A. Kennington III 0cfd61bdea btrfs-progs: 3.17.2 -> 3.17.3 2014-12-16 14:25:27 -08:00
William A. Kennington III be96c7e283 Revert "kernel: 3.14.26 -> 3.14.27"
This reverts commit 4eaecca7b1.
2014-12-16 14:15:55 -08:00
William A. Kennington III 66332cdee1 Revert "kernel: 3.17.6 -> 3.17.7"
This reverts commit d3a61d88aa.
2014-12-16 14:15:47 -08:00
William A. Kennington III 4b73212241 kernel: Remove 3.16 2014-12-16 14:15:17 -08:00
William A. Kennington III d3a61d88aa kernel: 3.17.6 -> 3.17.7 2014-12-16 14:13:03 -08:00
William A. Kennington III 4eaecca7b1 kernel: 3.14.26 -> 3.14.27 2014-12-16 14:12:57 -08:00
William A. Kennington III 8643578aa5 kernel: 3.2.64 -> 3.2.65 2014-12-16 14:12:21 -08:00
William A. Kennington III 980c702342 kernel: 3.18 -> 3.18.1 2014-12-16 14:12:21 -08:00
William A. Kennington III 6ea3763f22 kernel: 3.12.34 -> 3.12.35 2014-12-16 14:11:13 -08:00