Luca Bruno
b3a9cc1725
gnome3: add gnome-menus and shared_mime_info packages to find applications
2014-04-15 00:15:20 +02:00
Luca Bruno
5846a07226
gnome-shell: maybe fix the background corruption bug
2014-04-14 23:26:23 +02:00
John Wiegley
cfe42425c3
On Darwin, set NO_APPLE_COMMON_CRYPTO=1 for git builds
2014-04-14 14:53:15 -05:00
John Wiegley
f9c2f684e8
Allow lua5 to build as a dylib on Darwin
2014-04-14 14:39:23 -05:00
John Wiegley
84dae6fe28
gsasl: fix build on Darwin ( close #2260 , fixes #2259 )
...
@vcunat rewrote with "more standard" optional functions.
2014-04-14 21:38:23 +02:00
Vladimír Čunát
8340454544
mesa: have all output on /run/opengl-driver{,-32}
...
Fixes #2242 in a different way (cleaner, I hope).
2014-04-14 21:38:23 +02:00
Vladimír Čunát
557dff54aa
nixos opengl: add s2tc to mesa drivers by default
...
Close #2200 . Thanks to @cpages for suggesting and testing this.
2014-04-14 21:38:23 +02:00
Eelco Dolstra
73b4b287bb
linux: Don't use underscores in the timestamp
2014-04-14 21:06:04 +02:00
Eelco Dolstra
269bd7ef83
Add missing file
2014-04-14 21:03:43 +02:00
John Wiegley
86a89a41f8
Update mtr to 0.85, and allow building on any unix
2014-04-14 12:56:52 -05:00
Eelco Dolstra
7ce743b422
Manual: Add some IDs
2014-04-14 19:27:26 +02:00
Eelco Dolstra
e1a1146690
Update section on writing tests
2014-04-14 19:19:39 +02:00
Luca Bruno
fd900f2f8a
gnome3: add gtk3 to system packages for gtk-update-icon-cache
...
Updating the icon-cache lets gnome-shell show app icons in the activity
2014-04-14 17:19:38 +02:00
Eelco Dolstra
29027fd1e1
Rewrite ‘with pkgs.lib’ -> ‘with lib’
...
Using pkgs.lib on the spine of module evaluation is problematic
because the pkgs argument depends on the result of module
evaluation. To prevent an infinite recursion, pkgs and some of the
modules are evaluated twice, which is inefficient. Using ‘with lib’
prevents this problem.
2014-04-14 16:26:48 +02:00
Eelco Dolstra
4f2aa2f706
Fix installer test evaluation
2014-04-14 16:24:08 +02:00
John Wiegley
7a59054dce
Add a recipe for installing "watch" from procps ( #2227 )
2014-04-14 09:10:10 -05:00
Eelco Dolstra
5d6c6abe50
kde-4.10: Remove
2014-04-14 15:09:11 +02:00
Rob Vermaas
3f15f8b703
Add script to create and upload GCE image.
2014-04-14 14:38:52 +02:00
Eelco Dolstra
36c05d5e5b
Simplify running tests even further
...
Now you can just say:
$ nix-build '<nixos/tests/login.nix>'
You can still get the driver script for interactive testing:
$ nix-build '<nixos/tests/login.nix>' -A driver
$ ./result/bin/nixos-test-driver
2014-04-14 14:23:38 +02:00
Eelco Dolstra
abe218950c
Make it easier to run the tests
...
You can now run a test in the nixos/tests directory directly using
nix-build, e.g.
$ nix-build '<nixos/tests/login.nix>' -A test
This gets rid of having to add the test to nixos/tests/default.nix.
(Of course, you still need to add it to nixos/release.nix if you want
Hydra to run the test.)
2014-04-14 14:02:44 +02:00
Luca Bruno
b80925a19e
empathy: find gsettings schemas, enable in gnome3, disable parallel build
...
Enabling by default on gnome3 as now it's possible to create and use
accounts (tested with telepathy_gabble and gtalk).
At this time, empathy x86-64 fails to build on hydra but I'm unable
to reproduce. Therefore, try disabling the parallel build.
2014-04-14 13:25:59 +02:00
Domen Kožar
753639e548
typo
2014-04-14 10:27:36 +02:00
Eelco Dolstra
30d0864dc6
Simplify
2014-04-14 10:26:12 +02:00
Eelco Dolstra
ba29614578
Manual: Generate stable ids for options
...
E.g. ‘#opt-boot.initrd.kernelModules’.
Also, shut up a stupid XSLT warning (‘attribute value is not an NCName’).
2014-04-14 10:26:12 +02:00
Luca Bruno
997b4898b5
gnome-shell-extensions: new package
...
Modify and extend GNOME Shell functionality and behavior
https://wiki.gnome.org/Projects/GnomeShell/Extensions
2014-04-14 09:58:04 +02:00
Luca Bruno
3cc07a44bc
gnome-tweak-tool: new package
...
A tool to customize advanced GNOME 3 options
https://wiki.gnome.org/action/show/Apps/GnomeTweakTool
2014-04-14 09:58:04 +02:00
Luca Bruno
dd23d9a5a7
libnotify: enable gobject introspection
2014-04-14 09:58:04 +02:00
Luca Bruno
c6383af311
gnome-online-accounts: add dbus service
2014-04-14 09:58:04 +02:00
Luca Bruno
64ce2101a4
telepathy-glib: update to 0.24.0
...
Adding a gnome online account was not possible due to
https://bugs.freedesktop.org/show_bug.cgi?id=68892
2014-04-14 09:58:04 +02:00
Luca Bruno
add4977a91
system-path, gnome3: run update-desktop-database to create the mime cache
...
This allows programs such as yelp to handle help:// protocol schemas
2014-04-14 09:58:03 +02:00
Luca Bruno
a5b4c74a16
gnome-user-share: new package
...
Service that exports the contents of the Public folder in your home directory on the local network
https://help.gnome.org/users/gnome-user-share/3.8
2014-04-14 09:58:03 +02:00
Luca Bruno
e08861a4cd
mod_dnssd: new apache httpd 2.2 module
...
Provide Zeroconf support via DNS-SD using Avahi
http://0pointer.de/lennart/projects/mod_dnssd
2014-04-14 09:58:03 +02:00
Luca Bruno
d3a34c1862
dconf: rm HighContrast icon cache
2014-04-14 09:58:03 +02:00
Luca Bruno
bff4580852
gnome-shell: add unzip to PATH for installing extensions
2014-04-14 09:58:03 +02:00
Luca Bruno
191c4b6145
gnome3: make extensions.gnome.org recognize the gnome desktop
2014-04-14 09:58:03 +02:00
Luca Bruno
b0154961ed
gnome-keyring: add dbus service
2014-04-14 09:58:03 +02:00
Luca Bruno
9d5a06cfe7
gnome3: use package names for environment.gnome3.excludePackages
2014-04-14 09:58:03 +02:00
Luca Bruno
4c8b9fc957
sushi: upgrade to 3.10.0
2014-04-14 09:58:03 +02:00
Luca Bruno
87284dd9e9
sushi, telepathy: make enabling the service overridable
2014-04-14 09:58:02 +02:00
Luca Bruno
b4096479fa
gnome-user-docs: new package licensed under the new licenses.cc-by-30
...
User and system administration help for the Gnome
https://help.gnome.org/users/gnome-help/3.10
2014-04-14 09:58:02 +02:00
Luca Bruno
d5b4c3c63e
tracker: new package
...
Desktop-neutral user information store, search tool and indexer
https://wiki.gnome.org/Projects/Tracker
2014-04-14 09:58:02 +02:00
Domen Kožar
6449bc2f23
Merge pull request #2244 from lethalman/gsettings
...
audacious, sflphone: find gsettings schemas
2014-04-14 09:43:35 +02:00
Domen Kožar
722143a5d3
fix typo
2014-04-14 09:29:41 +02:00
Domen Kožar
9bbad80dba
Merge pull request #2250 from alexanderkjeldaas/expose-allow-unfree-option
...
Make the user aware of the allowUnfree option.
2014-04-14 09:27:20 +02:00
Alexander Kjeldaas
ebe8fab999
Make the user aware of the allowUnfree option.
2014-04-14 09:24:01 +02:00
Domen Kožar
3fa7e077a0
Merge pull request #2249 from vu3rdd/master
...
doc: meta.xml -- fix a typo
2014-04-14 09:22:20 +02:00
Ramakrishnan Muthukrishnan
58b58903ba
doc: quick-start.xml -- fix a typo in the link.
...
Chapter 2, gmp 5.1.1.nix url and filename has changed in the repo
to 5.1.x.nix.
2014-04-14 11:42:01 +05:30
Ramakrishnan Muthukrishnan
13137dbb46
doc: meta.xml -- fix a typo
2014-04-14 11:29:36 +05:30
Bjørn Forsman
da5b52f1b4
minicom: update 2.6.2 -> 2.7
...
Changelog:
- Configurable status line via -F option, see manpage for a listing of
format specifier.
- Improve display of device name in status line.
- Script: Binary transmission feature via "!<"
- Bugfixes
2014-04-14 07:06:49 +02:00
Emery Hemingway
93e9154805
rsync updated 3.0.9 to 3.1.0, rsyncd service module
2014-04-13 23:25:28 -04:00