Commit Graph

75958 Commits

Author SHA1 Message Date
Frederik Rietdijk
b7fbb5362a Merge pull request #11772 from matklad/master
yakuake: 2.9.8 -> 2.9.9
2016-01-22 10:48:18 +01:00
Maciek Starzyk
421989fb5a obnam: 1.18.2 -> 1.19 2016-01-22 10:01:32 +01:00
Vincent Laporte
23fa59f08b ncmpcpp: 0.7 -> 0.7.2 2016-01-22 09:57:03 +01:00
Robert Helgesson
bf00cf7457 eclipse-plugin-cdt: 8.7.0 -> 8.8.0 2016-01-22 09:56:26 +01:00
Robert Helgesson
799296d9e7 eclipse-plugin-jdt: 4.5 -> 4.5.1 2016-01-22 09:56:26 +01:00
Robert Helgesson
887bed2853 eclipse-platform: 4.5 -> 4.5.1 2016-01-22 09:56:26 +01:00
Robert Helgesson
40890b2b95 eclipseWithPlugins: lazier evaluation
Unfortunately the `readFile`/`writeText` functions forces realisation of
the eclipse package at evaluation time. By creating the configuration
file inside the build command we avoid realisation until installation.
2016-01-22 09:36:08 +01:00
Edward Tjörnhammar
bf605c16bf Merge pull request #12528 from tomberek/ihaskell_cleanup
IHaskell: remove un-needed inherit
2016-01-22 07:17:12 +01:00
Herwig Hochleitner
9e2bb09ea0 wine[-stable,tricks]: version updates
wine-unstable, wine-staging: 1.9.0    -> 1.9.1
winetricks:                  20151116 -> 20160109
2016-01-21 23:57:52 +01:00
Thomas Bereknyei
eda3e938d7 IHaskell: remove un-needed inherit 2016-01-21 17:21:00 -05:00
Domen Kožar
b39c51a362 Merge pull request #12323 from kragniz/rkt-v0.15.0
rkt: 0.14.0 -> 0.15.0
2016-01-21 22:27:33 +01:00
Arseniy Seroka
48ea0c5e45 Merge pull request #12494 from simonvandel/qbittorrent-3.3.2
qbittorrent: 3.3.1 -> 3.3.3
2016-01-21 23:47:24 +03:00
Luca Bruno
4ac19877d7 Merge pull request #12522 from mbakke/bluez-5.37
bluez5: 5.36 -> 5.37
2016-01-21 21:21:27 +01:00
Domen Kožar
e473a424fb Merge pull request #12324 from rickynils/nixos-rebuild-remote-try2
Fix NixOS installer tests failures introduced by nixos-rebuild changes
2016-01-21 21:20:57 +01:00
Tobias Geerinckx-Rice
3b64fec18d eid-mw: 4.1.12 -> 4.1.13 2016-01-21 20:32:12 +01:00
Domen Kožar
c21f9365b8 release.nix: remove troubling glib-tested, add python 2016-01-21 20:07:17 +01:00
Simon Vandel Sillesen
71ab92a396 qbittorrent: 3.3.1 -> 3.3.3 2016-01-21 19:15:04 +01:00
Michael Raskin
767f7c8901 libreoffice: libgltf src: fix subDir with missing slash in the end 2016-01-21 18:21:53 +01:00
Nikolay Amiantov
98f301656f Merge pull request #12524 from abbradar/passthru-doc
nixpkgs manual: add a section about passthru
2016-01-21 19:48:45 +03:00
Nikolay Amiantov
9c1d8037c0 nixpkgs manual: add a section about passthru 2016-01-21 19:47:53 +03:00
Lluís Batlle i Rossell
23b76d3100 gozim: fix gozimhttpd with rice
Otherwise it does not run.
2016-01-21 17:11:29 +01:00
Lluís Batlle i Rossell
99077ff648 go packages: add gozim and dependencies. 2016-01-21 17:11:29 +01:00
Lluís Batlle i Rossell
5133f63257 go packages: adding bleve 2016-01-21 17:11:29 +01:00
Lluís Batlle i Rossell
7880317da2 go packages: add kagome 2016-01-21 17:11:29 +01:00
Lluís Batlle i Rossell
082f2e6938 go builder: respect enableParallelBuilding
It was parallelizing for $NIX_BUILD_CORES regardless of
enableParallelBuilding.
2016-01-21 17:11:28 +01:00
Lluís Batlle i Rossell
6349f50bde Add gtreap gopackage. 2016-01-21 17:11:28 +01:00
Michael Raskin
e32172612a Improve LibreOffice src list generation 2016-01-21 17:16:56 +01:00
Nikolay Amiantov
f727f815cb nixpkgs manual: mention preferLocalBuild and enableParallelBuilding 2016-01-21 18:44:27 +03:00
Arseniy Seroka
f63db297d6 Merge pull request #12519 from gebner/metis-20160102
metis-prover: 2.3.20160101 -> 2.3.20160102
2016-01-21 18:39:57 +03:00
aszlig
c92d7481a5
multipath_tools: Rename to multipath-tools
See http://nixos.org/nixpkgs/manual/#sec-package-naming

I've added an alias for multipath_tools to make sure that we don't break
existing configurations referencing the old name.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-21 16:18:38 +01:00
aszlig
05fed13de3
multipath_tools: Cleanup and update to v0.5.0
Previously, version 0.4.9 was a tarbomb and in version 0.5.0 this
fortunately isn't the case anymore so we don't need to set sourceRoot by
ourselves.

I've also moved the definition of makeFlagsArray to the attribute
makeFlags, because we can use $(var) to substitute shell variables
within make.

The references to /lib/udev/scsi_id no longer exist in version 0.5.0 and
it seems that libudev is used directly.

Nevertheless, there are still references to FHS paths such as /var/run,
/etc/multipath.conf and /etc/multipath but these are only relevant at
runtime and can be configured to point to a different path elsewhere.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-21 16:18:13 +01:00
Tobias Geerinckx-Rice
4d5293d8c3 gparted: 0.24.0 -> 0.25.0
Key changes include:
- Add progress bar during additional ext2/3/4 and ntfs operations
- Enhance SWRaid member detection and file system clearing
- Always use blkid file system detection before libparted

See the Release Notes for more details:
https://sourceforge.net/projects/gparted/files/gparted/gparted-0.25.0/gparted-0.25.0-README.md/view
2016-01-21 16:10:36 +01:00
Tobias Geerinckx-Rice
1bd1aea84e Merge pull request #12113 from bnikolic/wcslib
wcslib: init at 4.25
2016-01-21 15:59:08 +01:00
Marius Bakke
889ebe6b28 bluez5: 5.36 -> 5.37 2016-01-21 14:39:52 +00:00
Ricardo M. Correia
194168b722 z3: 4.4.0 -> 4.4.1 2016-01-21 13:27:12 +01:00
Luca Bruno
439b56d5f0 Merge pull request #12506 from gilligan/update-nodejs-v5
nodejs: 5.1.1 -> 5.4.1
2016-01-21 12:48:39 +01:00
Vladimír Čunát
3317eef084 Merge #12414: qutebrowser: fix various things 2016-01-21 11:56:50 +01:00
Vladimír Čunát
97f4fa5196 gnome3*.epiphany: fix https when not running gnome-3
This (only) fixes the probem of not finding glib_networking,
not any certificate problems. Discussion: #12518.
2016-01-21 11:43:16 +01:00
Gabriel Ebner
d714963d1b metis-prover: 2.3.20160101 -> 2.3.20160102 2016-01-21 11:26:10 +01:00
Nikolay Amiantov
5b5e2c05c4 nixos/dovecot: add mail user and group 2016-01-21 12:53:26 +03:00
Nikolay Amiantov
b781cf1a12 nixos/dovecot: add sieveScripts support 2016-01-21 12:53:26 +03:00
Nikolay Amiantov
39bbac96af nixos/dovecot: symlink system-wide config and use it 2016-01-21 12:53:25 +03:00
Nikolay Amiantov
70e77f9b53 nixos/dovecot: use new modules directory 2016-01-21 12:53:25 +03:00
Nikolay Amiantov
94a43b41af nixos/dovecot: add dovecot package to modules, force proper dovecot version 2016-01-21 12:53:25 +03:00
Nikolay Amiantov
b2b58642fe nixos/dovecot: add 'protocols' option 2016-01-21 12:53:25 +03:00
Nikolay Amiantov
122929cda7 nixos/dovecot: use systemd's RuntimeDirectory instead of creating it by ourselves 2016-01-21 12:53:25 +03:00
Nikolay Amiantov
9c7b067c6a nixos/dovecot: create user/group only if they are default 2016-01-21 12:53:24 +03:00
Nikolay Amiantov
d1a9c55d91 nixos/dovecot: add reload command 2016-01-21 12:53:24 +03:00
Nikolay Amiantov
ec15cea84f dovecot_antispam: init at 20130429 2016-01-21 12:53:24 +03:00
Nikolay Amiantov
c956bc774b dovecot_pigeonhole: 0.4.3 -> 0.4.10 2016-01-21 12:53:21 +03:00