Ram Kromberg
2c81c24fa6
libsidplayfp: init at 1.8.6
...
Fixes #17542 .
@fpletz: Removed unnecessary autotools dependencies.
2016-08-12 14:22:09 +02:00
Damien Cassou
8cac3752f1
libraw: propagate lcms2 so gegl finds it
2016-08-12 14:12:36 +02:00
Damien Cassou
bcb8e76619
gegl: add missing libraw dependency
2016-08-12 14:11:53 +02:00
mimadrid
300e83ba3a
filezilla: 3.20.0 -> 3.20.1
2016-08-12 14:08:38 +02:00
Robin Gloster
f7da99c7ff
xorg.xorgserver: disable relro hardening
...
Fixes modesetting module loading.
2016-08-12 12:07:24 +00:00
Graham Christensen
93fb53908d
Merge pull request #17689 from nexusdev/kbfs
...
kbfs: add to all-packages.nix
2016-08-12 07:31:05 -04:00
Daniel Brockman
645e71c863
kbfs: add to all-packages.nix
...
Any reason not to include this?
2016-08-12 12:40:17 +02:00
Damien Cassou
29e16541bd
five-or-more: 3.20.0 -> 3.20.1
2016-08-12 12:15:35 +02:00
Damien Cassou
f3f0ddbae4
nautilus: 3.20.1 -> 3.20.2
2016-08-12 12:15:18 +02:00
Damien Cassou
85c90e7a91
gnome-software: 3.20.0 -> 3.20.4
2016-08-12 12:15:06 +02:00
Damien Cassou
874fb49d19
gnome-online-accounts: 3.20.2 -> 3.20.3
2016-08-12 12:14:44 +02:00
Damien Cassou
b5c2b4fc80
gnome-calculator: 3.20.1 -> 3.20.2
2016-08-12 12:14:29 +02:00
Damien Cassou
05ffaa5df1
evolution-data-server: 3.20.4 -> 3.20.5
2016-08-12 12:14:06 +02:00
Damien Cassou
182083c68e
gnome-photos: 3.20.2 -> 3.20.3
2016-08-12 12:13:54 +02:00
Damien Cassou
4a192c25db
gnome-maps: 3.20.1 -> 3.20.2
2016-08-12 12:13:43 +02:00
Damien Cassou
7144b294d7
evolution: 3.20.4 -> 3.20.5
2016-08-12 12:13:29 +02:00
Damien Cassou
6a19f72458
appstream-glib: 0.5.11 -> 0.5.12
2016-08-12 12:13:02 +02:00
Robin Gloster
b7787d932e
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-12 09:46:53 +00:00
Kamil Chmielewski
532b222296
vagrant: cleanup FIX plugin install from #17614 ( #17663 )
2016-08-12 09:33:37 +00:00
Lancelot SIX
3e6c2a55a7
dico: 2.2 -> 2.3 ( #17672 )
...
See http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00005.html for
announcement.
2016-08-12 09:22:31 +00:00
Frederik Rietdijk
0bec5faa92
pythonPackages.ppft: init at 1.6.4.6
2016-08-12 11:00:29 +02:00
Frederik Rietdijk
d46a596e05
pythonPackages.pox: init at 0.2.2
2016-08-12 11:00:29 +02:00
Frederik Rietdijk
01dca7e731
pythonPackages.pathos: init at 0.2.0
2016-08-12 11:00:29 +02:00
Frederik Rietdijk
14f3cc170d
pythonPackages.multiprocess: 0.70.4
2016-08-12 11:00:29 +02:00
Frederik Rietdijk
e7d60c66f3
pythonPackages.dill: 0.2.4 -> 0.2.5
2016-08-12 11:00:29 +02:00
Данило Глинський (Danylo Hlynskyi)
0a0b7eb5f2
fix documentation typo in lib/strings.nix ( #17684 )
2016-08-12 08:30:11 +00:00
Damien Cassou
a00a2466b6
Merge pull request #17246 from DamienCassou/vtk-7.0.0
...
vtk: 5.10.1 -> 7.0.0
2016-08-12 10:02:27 +02:00
Hoàng Minh Thắng
fed0c0f5bf
fcitx-unikey: mention in dockbook
2016-08-12 14:36:36 +07:00
Hoàng Minh Thắng
8669d688c7
fcitx-unikey: init at 0.2.5
2016-08-12 14:36:36 +07:00
Daiderd Jordan
4b20c5367d
Merge pull request #17676 from LnL7/haskell-hoauth2
...
haskellPackages.hoauth2: fix test dependencies for ghc7.10.x
2016-08-12 09:12:51 +02:00
Robert Helgesson
9e6c2adfca
perl-Log-Handler: 0.87 -> 0.88
2016-08-12 00:20:52 +02:00
Robert Helgesson
6df074c43e
perl-File-Slurper: 0.008 -> 0.009
2016-08-12 00:20:52 +02:00
Kamil Chmielewski
da3ddd48e4
buildGoPackage: remove Go deps file libs.json
...
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046
> Because of the content-addressable store, if two programs have the
> same dependency it will already result in the same derivation in
> the
> store. Git also has compression in the pack files so it won't make
> much difference to duplicate the dependencies on disk. And finally
> most users will just use the binary builds so it won't make any
> differences to them.
This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00
Daiderd Jordan
59e1397f01
haskellPackages.hoauth2: fix test dependencies for ghc7.10.x
2016-08-11 23:02:49 +02:00
John Chee
17a9109b34
shc: init at 3.9.3
2016-08-11 20:56:11 +00:00
Vladimír Čunát
a97df891fe
mariadb: use jemalloc on every platform
...
It seems to be failing to configure without it on Darwin:
http://hydra.nixos.org/build/38440660/nixlog/1/raw
This doesn't cause a rebuild on Linux platforms.
2016-08-11 19:25:51 +02:00
Vladimír Čunát
b523c1deb9
thc-hydra: fix the tarball job
...
Darwin has no `stdenv.glibc`.
2016-08-11 19:16:45 +02:00
Robin Gloster
cfdab94bb3
Merge pull request #16752 from phunehehe/android-studio
...
android-studio: repackage in an FHS environment
2016-08-11 17:10:01 +00:00
Michael Raskin
bb4884bb32
Oops, actually use proper mdds for libreoffice-still
2016-08-11 18:49:18 +02:00
Michael Raskin
7b8bd1779e
libreoffice-fresh: kill some tests
2016-08-11 18:49:18 +02:00
Michael Raskin
3bf7d5ca03
libreoffice-fresh: 5.1.3.2 -> 5.2.0.4, tests fail for now
2016-08-11 18:49:18 +02:00
Michael Raskin
45a61dc067
Tolerate missed spaces in the download list
2016-08-11 18:49:18 +02:00
Michael Raskin
b189d34a1b
libreoffice-still: 5.0.6.3 -> 5.1.5.2
2016-08-11 18:49:18 +02:00
Michael Raskin
01b3f3d00b
mdds: 0.12.1 -> 1.2.1
2016-08-11 18:49:18 +02:00
Michael Raskin
44760fca8e
libre: 0.4.16 -> 0.4.17
2016-08-11 18:49:18 +02:00
Michael Raskin
62564d8bec
libmwaw: 0.3.7 -> 0.3.8
2016-08-11 18:49:18 +02:00
Michael Raskin
a5d752c630
libatomic_ops: 7.4.2 -> 7.4.4
2016-08-11 18:49:18 +02:00
Michael Raskin
6536d6fe9c
mdds: 0.12.0 -> pinned 0.12.1, use it for libreoffice-still instead of freshest
2016-08-11 18:49:18 +02:00
Robin Gloster
40d217b90e
Merge pull request #17657 from matthewbauer/darwin-misc
...
Darwin misc. fixes
2016-08-11 16:41:34 +00:00
Robin Gloster
e8c7f1953d
Merge pull request #17666 from regnat/spotify
...
spotify : 1.0.34.146.g28f9eda2-19 -> 1.0.36.120.g536a862f-20
2016-08-11 16:34:45 +00:00