Eelco Dolstra
0d3a229baa
nixos-generate-config: Add time zone
2014-12-15 16:55:03 +01:00
Peter Simons
91ff26a38a
haskell-generics-sop: mark as broken because of https://github.com/well-typed/generics-sop/issues/3
2014-12-15 16:53:23 +01:00
Peter Simons
60f21f983f
nixos/doc/manual/release-notes/rl-1412.xml: document change of default time zone
...
https://github.com/NixOS/nixpkgs/pull/5332
2014-12-15 16:38:04 +01:00
Peter Simons
0f2b026bfe
nixos/modules/system/boot/luksroot.nix: hyperlinkify an URL in the documentation
2014-12-15 16:31:18 +01:00
Peter Simons
137ffc9929
Switch default timezone in NixOS from "CET" to "UTC".
...
Suggested in https://github.com/NixOS/nixpkgs/pull/5332 .
2014-12-15 16:31:18 +01:00
Eelco Dolstra
88412c865d
Fix ANSI escape in warning messages
...
Seems to have been broken by accident in 7d1ddae58e465a1708967c9fee651c33819969c6.
2014-12-15 16:19:35 +01:00
Thomas Tuegel
32e41c2280
nixos: fix config.fonts.fontconfig.ultimate.allowBitmaps
...
The option was incorrectly negated, so that 'allowBitmaps = true'
actually disabled bitmap fonts.
2014-12-15 09:16:40 -06:00
Pascal Wittmann
25ed904573
dwb: switch to a maintained fork
...
portix stopped developing and maintaining dwb
2014-12-15 15:57:33 +01:00
Thomas Tuegel
71f4e0ee86
fontconfig-ultimate: do not replace terminus or proggy fonts
2014-12-15 08:57:30 -06:00
Rob Vermaas
b48e41b8d7
cron: make into systemd.service and make it depend on /etc/localtime
...
so that changes in timezone will trigger a restart of cron service.
2014-12-15 14:50:12 +01:00
Domen Kožar
5819f29875
pypy: disable cpickle test..
2014-12-15 14:17:39 +01:00
vbgl
fed9a36f74
Merge pull request #5296 from michelk/gdal-1.11.1
...
gdal: update to 1.11.1 and compiling with proj
2014-12-15 13:36:32 +01:00
Eelco Dolstra
1a504e3fb7
strace: Update to 4.9
2014-12-15 13:13:17 +01:00
Eelco Dolstra
cfe26e4438
Fix using Apache httpd 2.2
2014-12-15 13:13:17 +01:00
Michel Kuhlmann
e65bd08b32
gdal: update to 1.11.1 and compiling with proj
...
proj is needed by ogr2ogr to convert in between coordinate systems
2014-12-15 12:01:51 +01:00
Tom Hunger
013bd9247d
Add hyperdex.
2014-12-15 10:27:00 +00:00
Pascal Wittmann
604ab0387a
Merge pull request #5339 from sjmackenzie/libcouchbase
...
libcouchbase version bump from 2.4.1 -> 2.4.4
2014-12-15 09:53:26 +01:00
Stewart Mackenzie
5175d04977
libcouchbase version bump from 2.4.1 -> 2.4.4
2014-12-15 06:01:30 +00:00
Scott Christopher
05a22c0174
Bumped PHPStorm to 8.0.2
...
- also removed fsnotifier from global bin to prevent colisions when multiple Jetbrains IDEs are installed.
2014-12-15 13:58:36 +11:00
Jaka Hudoklin
3d7f66e955
boostrap-tools: fix curl not finding libnss* and libresolv
2014-12-15 03:33:28 +01:00
Jaka Hudoklin
7021f1e25c
uclibc: fix url, update
2014-12-15 03:32:08 +01:00
Pascal Wittmann
934afff8fb
Merge pull request #5306 from sjmackenzie/erlang-bump
...
Erlang bump from 17.3 to 17.4 as 17.3 has a serious ssl bug
2014-12-15 00:50:46 +01:00
Pascal Wittmann
8d3aaa2bb7
intel-gpu-tools: update from 1.8 to 1.9
...
adopt it and enabled tests (they worked with chroots builds)
2014-12-14 23:36:02 +01:00
Thomas Tuegel
23b387236d
zotero: use firefox instead of xulrunner to fix i686 build
2014-12-14 13:49:34 -06:00
wmertens
d3d38c38c5
Merge pull request #5326 from prikhi/refactor-psd-config
...
profile-sync-daemon: refactor nixos module
2014-12-14 19:38:31 +01:00
Shea Levy
e82aed56f9
nix-exec: use nix stable
2014-12-14 13:11:32 -05:00
Domen Kožar
de88551eef
libsepol: fix download url
...
(cherry picked from commit 24cba87e7f8247eb4e68ad8c850c1b404a277f13)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-14 19:05:59 +01:00
Domen Kožar
272206e706
python: 2.7.8 -> 2.7.9
...
(cherry picked from commit 1f059cd5a91fee7d4ec50c7272bca5bc6733f245)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-14 19:05:59 +01:00
Bjørn Forsman
64661f0597
libreoffice: fix Exec= in .desktop files
...
Before we do substitutions, the Exec= line is (currently)
"Exec=libreofficedev4.3 --some-arg". Our substitution logic doesn't handle
that, resulting in broken "Exec=$out/bin/sofficedev4.3 --some-arg"
($out/bin/sofficedev4.3 doesn't exist).
Looking at libreoffice source, the .desktop files refer to a UNIXBASISROOTNAME
variable which come from instsetoo_native/util/openoffice.lst.in. Currently, it
can have one of two values, presumably depending on whether the build is
"normal" or "development":
libreoffice${major}.${minor}
libreofficedev${major}.${minor}
Handle both these cases, and also leave the old non-versioned substitution
around, just in case.
Fixes issue #3463 .
2014-12-14 18:05:24 +01:00
Oliver Charles
6221af50c4
apitrace: New expression
2014-12-14 15:41:51 +00:00
Vladimír Čunát
1a0a161920
gnat: make it build again ( close #5307 )
...
Problems are worked around by using older gcc wrapper for gnat bootstrap.
(from ca441636f1^)
I tried nicer solutions first, but I was unable to fix all problems for hours.
2014-12-14 16:24:31 +01:00
Vladimír Čunát
9cdd231ad3
gcc-4.6: bump to 4.6.4
...
The dropped patch was applied upstream within the update.
2014-12-14 16:24:31 +01:00
Pascal Wittmann
db44486377
k3b: fix audio cd ripping
2014-12-14 16:14:12 +01:00
Domen Kožar
3d74b38101
add chromium test to the tested job
...
(cherry picked from commit fa4e45f20cc7049ed99fd81d96fc1f67b2a870f6)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-14 13:47:19 +01:00
Domen Kožar
d62d45642c
fix quake3 test
...
(cherry picked from commit fde7e1286e42a394328e56be36168942be94a578)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-14 13:47:19 +01:00
lethalman
8ad61fcb10
Merge pull request #5327 from k0ral/moreutils
...
New package: moreutils-0.54
2014-12-14 13:33:11 +01:00
Domen Kožar
a7bcba42c5
Merge pull request #5328 from paraseba/master
...
Fix networkmanager resumeCommands
2014-12-14 13:09:15 +01:00
Jaka Hudoklin
ca32d20d6e
nixos/gitlab: enable tests in release
2014-12-14 13:05:35 +01:00
Jaka Hudoklin
6ae50a4cc6
nixos/kubernetes: fix test, make more deterministic by having more ram
2014-12-14 13:05:35 +01:00
koral
421b3ebe25
New package: moreutils-0.54
2014-12-14 12:49:07 +01:00
Sebastián Bernardo Galkin
aba0d8a73d
Fix networkmanager resumeCommands
...
Small typo prevented the post resume script to restart network manager
2014-12-14 03:46:54 -08:00
Arseniy Seroka
60d3660f71
Merge pull request #5324 from prikhi/add-wyrd
...
Add the Wyrd Front-End for Remind
2014-12-14 13:31:46 +03:00
Domen Kožar
5d9b24e1ec
typo
...
(cherry picked from commit ad4e371acf5104ecf6a309ca8f974c7147ba1843)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-14 11:29:09 +01:00
Domen Kožar
48a282b913
http://nixos.org -> https://nixos.org
...
(cherry picked from commit 78bb17dd22e4da4e3810fbc78185d73bb25ea73e)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-14 11:26:45 +01:00
Vladimír Čunát
274a9419c1
broadcom_sta: fix build with kernel 3.18 ( close #5315 )
...
I couldn't find any source that looked reliable, but I guess it's better
than nothing: it's fairly simple patch that fixes the build.
2014-12-14 10:51:31 +01:00
Domen Kožar
ba5fad6dfa
Merge pull request #5323 from offlinehacker/gitlab_i686_fix
...
gitlab: fix i686-linux build and module
2014-12-14 09:48:44 +01:00
Pavan Rikhi
25da0e2518
profile-sync-daemon: refactor module
2014-12-14 00:45:08 -05:00
Pavan Rikhi
292eb57af8
Add the gtk2fontsel Font Viewer
2014-12-13 23:37:44 -05:00
Eelco Dolstra
bd0d1e836c
nix-repl: Update
2014-12-14 05:29:32 +01:00
Eelco Dolstra
e115bdecd8
nix: Update to 1.8
2014-12-14 05:29:24 +01:00