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
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
9fe72b34ed
nixos changelog: mention postfix changes
2016-01-21 12:48:30 +03:00
Nikolay Amiantov
15ea50733d
nixos changelog: mention ejabberd fixes
2016-01-21 12:48:30 +03:00
Domen Kožar
91dd974d7c
Merge pull request #12517 from kragniz/weechat-1.4
...
weechat: 1.3 -> 1.4
2016-01-21 10:37:58 +01:00
Tobias Pflug
a265c8a05d
nodejs: 5.1.1 -> 5.4.1
2016-01-21 10:31:18 +01:00
Edward Tjörnhammar
3eb35b290d
idea.idea-{community,ultimate}: 15.0.2 -> 15.0.3
2016-01-21 10:06:52 +01:00
Edward Tjörnhammar
4948bdadd6
nixos: ihaskell, wrong type restriction redacted
2016-01-21 10:02:39 +01:00
Frederik Rietdijk
33eccdc776
Merge pull request #12510 from vandenoever/lpod
...
lpod-python: 1.1.5 -> 1.1.7
2016-01-21 09:26:56 +01:00
Louis Taylor
fb30e5fccd
weechat: 1.3 -> 1.4
2016-01-21 07:20:39 +00:00
Robin Gloster
abdd8a81eb
Merge pull request #12513 from nckx/master
...
Update & fix Sphinx [PR for Travis testing]
2016-01-21 05:30:02 +01:00
Tobias Geerinckx-Rice
d561179789
pythonPackages.sphinx_1_2: disable checks
...
They would require keeping a pygments_2_0_2 branch around, just for
this outdated package. Doesn't seem worth it.
2016-01-21 04:11:59 +01:00
Tobias Geerinckx-Rice
9f6ca0fe15
pythonPackages.sphinx: fix tests with Pygments 2.1
...
Close #12511 .
2016-01-21 04:11:57 +01:00
Tobias Geerinckx-Rice
67c487f243
pythonPackages.sphinx: 1.3.1 -> 1.3.4
...
Mainly bugfixes. Far too many to summarise here:
http://www.sphinx-doc.org/en/stable/changes.html#release-1-3-4-released-jan-12-2016
2016-01-21 04:11:05 +01:00
aszlig
39a07cabe8
gpgme: Use fixed path for GnuPG binaries
...
By default, GPGME tries to search in $PATH for the gpg and gpgconf
binaries. This has the downside, that the library won't work by its own
and needs to have GnuPG in systemPackages or the user environment.
I've stumbled on this while working on one of the dependencies of
nixos-assimilate and nixpart (volume_key), where the testing environment
didn't come with GnuPG in $PATH and thus the tests have failed.
After testing this with a few programs using GPGME, I haven't found any
weird behavior in conjunction with the GnuPG agent.
However one possible implication could be that if the GnuPG used in
$PATH (and the config files in the user's home directory) should be
vastly incompatible, it could lead to failures.
In practice however, the GnuPG1/2 versions pretty much seem to stay
compatible within their major releases so it shouldn't pose a problem.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-21 01:39:18 +01:00
Jos van den Oever
9ecc06dca5
lpod-python: 1.1.5 -> 1.1.7
2016-01-20 23:56:02 +01:00
Vladimír Čunát
313faf07ba
brotli: init at 0.3.0
2016-01-20 22:50:26 +01:00
Bojan Nikolic
6271300819
wcslib: init at 5.12
2016-01-20 21:35:58 +00:00
Vladimír Čunát
34fe26d7c2
grsecurity: disable stuff depending on 4.2 kernel
...
... to avoid evaluation problems (4.2 was unmaintained and removed).
2016-01-20 21:22:59 +01:00
Arseniy Seroka
f01183ad9e
Merge pull request #12499 from wandernauta/clion-1.2.4
...
idea.clion: 1.0.4 -> 1.2.4
2016-01-20 22:37:39 +03:00
Arseniy Seroka
cd6fc0ded2
Merge pull request #12503 from kamilchm/nim-update
...
nim: 0.11.2 -> 0.13.0
2016-01-20 22:37:31 +03:00
Vladimír Čunát
4824f73cb3
linux-4.2: remove as it's no longer maintained upstream
...
grsecurity still holds a reference to it,
but I prefer it to fail than to use a version
that is most likely not secure anymore.
2016-01-20 20:15:07 +01:00
Matthijs Steen
7f58e162bc
guake: init at 0.8.3 ( close #11027 )
...
There's a catch noted at the top of the expression.
(vcunat moved it there from the commit message)
2016-01-20 19:33:48 +01:00
Kamil Chmielewski
c46625f98e
nim: 0.11.2 -> 0.13.0
2016-01-20 17:48:45 +01:00
Pascal Wittmann
e6cc519856
Merge pull request #12497 from philandstuff/bump-ct-xjson-cluster-fix
...
certificate-transparency: 2015-11-27 -> 2016-01-14
2016-01-20 16:24:29 +01:00
Rok Garbas
b19d702b65
oraclejdk: 8u65, 8u66 -> 8u71, 8u72, fixes #12498
2016-01-20 16:10:36 +01:00
Pascal Wittmann
0c816a56f6
Merge pull request #12237 from Denommus/python-eve
...
python-eve framework
2016-01-20 15:28:37 +01:00
Damien Cassou
3a0b3fa6e8
Merge pull request #12428 from DamienCassou/eclipse-modular
...
Modularize Eclipse
2016-01-20 14:55:58 +01:00
Nikolay Amiantov
dd09d2357c
postfix: fix etc/etc path
2016-01-20 16:42:07 +03:00
Peter Simons
23c5fbf7cb
Use latest version of async when compiling with GHC 8.0.x.
2016-01-20 14:33:37 +01:00
Peter Simons
18916022e4
haskell-hspec: update overrides for LTS 4.2
2016-01-20 14:33:37 +01:00
Peter Simons
203579fb25
Add LTS Haskell 4.2.
2016-01-20 14:33:37 +01:00
Peter Simons
4e75d74aaf
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20151217-9-geddefc2 using the following inputs:
- Nixpkgs: 4f74881496
- Hackage: b70bc194ef
- LTS Haskell: cf055c2754
- Stackage Nightly: 3184791ff4
2016-01-20 14:33:18 +01:00