Commit Graph

121591 Commits

Author SHA1 Message Date
Tuomas Tynkkynen f3794bb8cb nixos/qemu-guest: Ensure virtio_mmio is available in initrd
ARM and AArch64 might use virtio_mmio in some cases.
2017-11-26 11:22:39 +02:00
Tuomas Tynkkynen 8762490337 nixos/qemu: Add virtio-rng-pci to test-driver
Otherwise AArch64 KVM guests don't have enough entropy at boot.
2017-11-26 11:13:21 +02:00
Tuomas Tynkkynen e56da6a464 nixos/qemu-vm: Use different serial port on ARM/AArch64 2017-11-26 11:13:21 +02:00
Tuomas Tynkkynen 0a2eda7a7e nixos/qemu-vm: Don't try enabling graphics/mouse on non-x86
Needs to be figured out some day, just disable them for now.
2017-11-26 11:13:21 +02:00
Tuomas Tynkkynen 43cb964e17 nixos/qemu-vm: Set QEMU command line depending on architecture 2017-11-26 11:13:21 +02:00
Tuomas Tynkkynen 3b2056536c qemu: Rename x86Only option to hostCpuOnly
And also make it work on ARM and Aarch64.
2017-11-26 11:13:20 +02:00
Tuomas Tynkkynen eb3925ff62 qemu: Disable numactl on ARM
32-bit ARM doesn't do numa.
2017-11-26 11:13:20 +02:00
Tuomas Tynkkynen bc98f13222 numactl: Not supported on 32-bit ARM 2017-11-26 11:13:20 +02:00
Tuomas Tynkkynen 3b21645529 usbredir: Fix ARM build
The error from -Wformat happens on all 32-bit plaforms, not just i686.
2017-11-26 11:13:20 +02:00
Tuomas Tynkkynen f689a6d1c6 snappy: 1.1.4 -> 1.1.7
Fixes build on ARM
2017-11-26 11:13:20 +02:00
Frederik Rietdijk f83bb7d1ea Revert "Merge pull request from andir/unstable-fix-gnome3-printing"
This reverts commit 03207c067c, reversing
changes made to 822342ffdf.

Reverted because the change was not needed anymore:
https://github.com/NixOS/nixpkgs/pull/32024#issuecomment-346947664
2017-11-26 09:15:39 +01:00
Orivej Desh d8473c35df kdevplatform: enable parallel building 2017-11-26 07:45:09 +00:00
Orivej Desh aaf6b2b601 freeciv: enable parallel building 2017-11-26 07:42:18 +00:00
Orivej Desh 43d32904e2 kid3: enable parallel building 2017-11-26 07:40:38 +00:00
Orivej Desh 9d2fcd33ea agg: do not enable parallel building 2017-11-26 07:40:21 +00:00
adisbladis d1c525bc49
Merge pull request from ck3d/fix-missing-x11-in-vaapi-intel
vaapi-intel: fix missing depency to get X11 backend
2017-11-26 12:32:19 +08:00
adisbladis 7c256d0011
Merge pull request from andir/ipv6calc-gcc-7
ipv6calc: 0.99.2 -> 1.0.0 (also fixes gcc-7 compilation)
2017-11-26 12:16:42 +08:00
adisbladis dad9f8cc7f
Merge pull request from rbasso/exercism-2.4.1
exercism: 2.4.0 -> 2.4.1
2017-11-26 12:08:47 +08:00
Orivej Desh 5108319688
Merge pull request from jtojnar/gnome-mpv-0.13
gnome-mpv: 0.9 → 0.13
2017-11-26 03:39:29 +00:00
Jan Tojnar 24cd69494c
gnome-mpv: 0.9 → 0.13 2017-11-26 03:31:43 +01:00
Jan Tojnar e69a3248f7
gnome3.libgames-support: 1.2.1 → 1.2.3 2017-11-26 03:11:01 +01:00
Jan Tojnar 5fec30d77d
gnome3.pomodoro: 0.13.3 → 0.13.4
* Fixes some GNOME segfaults
2017-11-26 03:11:01 +01:00
Jan Tojnar 0ecb390981
colord: fix colord-sane path 2017-11-26 03:11:01 +01:00
Jan Tojnar 1566de20c7
nixos/gnome3: override schemas using env variable
For some reason, the GNOME 3.26 update broke the overrides. It turns
out the overrides now need to come before the overridden schemas in the
XDG_DATA_DIRS variable. This is not possible in general due to applications
prefixing the variable (e.g. in wrapGAppsHook).

To fix this, a new environment variable NIX_GSETTINGS_OVERRIDES_DIR
was introduced. It has greater priority than XDG_DATA_DIRS but lower
than GSETTINGS_SCHEMA_DIR. A separate variable was chosen in order not
to block the built-in one for users.
2017-11-26 03:11:00 +01:00
Jan Tojnar 4920d4fff2
glib: recognize NIX_GSETTINGS_OVERRIDES_DIR variable
For some reason, the GNOME 3.26 update broke the overrides. It turns
out the overrides now need to come before the overridden schemas in the
XDG_DATA_DIRS variable. This is not possible in general due to applications
prefixing the variable (e.g. in wrapGAppsHook).

To fix this, a new environment variable NIX_GSETTINGS_OVERRIDES_DIR
was introduced. It has greater priority than XDG_DATA_DIRS but lower
than GSETTINGS_SCHEMA_DIR. A separate variable was chosen in order not
to block the built-in one for users.
2017-11-26 03:11:00 +01:00
Jan Tojnar 613a2fa13a
gnome3.gdm: 3.26.0 → 3.26.2.1 2017-11-26 03:10:59 +01:00
Jan Tojnar 7600abe61c
gnome3.caribou: clean up 2017-11-26 03:10:59 +01:00
Jan Tojnar d6d8dfd671
colord: wrap to use GSettings 2017-11-26 03:10:59 +01:00
Jan Tojnar fabc930ddd
colord: move the DBus configuration to /etc
NixOS generates /etc/dbus-1/system.conf including the configuration
of all the dbus derivations. Unfortunately, colord places the configuration
into $out/share instead of expected $out/etc.

This commit patches colord to use the expected path.

https://github.com/hughsie/colord/issues/61
2017-11-26 03:10:58 +01:00
Jan Tojnar d76faaa2d7
gnome3.gnome_shell: propagate caribou
Fixes: 
2017-11-26 03:10:58 +01:00
Jan Tojnar 4e429b3b4e
gnome3.gitg: cleanup 2017-11-26 03:10:57 +01:00
Jan Tojnar a6ada0c427
gnome3.libgit2_glib: move pkgconfig requires to propagatedBuildInputs 2017-11-26 03:10:57 +01:00
Jan Tojnar 6e0fc275d6
nixos/tracker-miners: init 2017-11-26 03:10:56 +01:00
Jan Tojnar ce6cc6e229
gnomeExtensions.topicons-plus: 20 -> 21 2017-11-26 03:10:56 +01:00
Jan Tojnar eac4e05e89
gnomeExtensions.dash-to-dock: 60 -> 61 2017-11-26 03:10:55 +01:00
Jan Tojnar 289134fddf
meson: pass library install paths to g-ir-scanner
We are patching g-ir-scanner to produce absolute paths in the GIR
files. When an application uses an internal library placed in a
non-standard path (e.g. $out/lib/gnome-shell), the scanner needs
to be informed. For autotools-based apps, the full path was
obtained from libtool-wrapped files; with Meson, this is no longer
possible – we need to pass the path information some way.

This commit channels the --fallback-library-path option added
to g-ir-scanner in aforementioned patch.
2017-11-26 03:10:55 +01:00
Jan Tojnar 4772fc10b5
gnome3.gnome_shell: reorganize source substition 2017-11-26 03:10:54 +01:00
Jan Tojnar c9fe6567ed
gnome3.gdm: replace hardcoded paths 2017-11-26 03:10:54 +01:00
Jan Tojnar bdf1eaaf6d
gnome3.mutter: remove stale patch 2017-11-26 03:10:54 +01:00
Jan Tojnar 494bd854f8
gnome3.libgepub: set up checkPhase 2017-11-26 03:10:53 +01:00
Jan Tojnar 5be699a3ff
gnome3.libgee: cleanup 2017-11-26 03:10:53 +01:00
Jan Tojnar 5a4320ab59
gnome3: get rid of extraneous NIX_CFLAGS_COMPILE 2017-11-26 03:10:53 +01:00
Jan Tojnar c78f67da17
gnome3.hitori: move src to a separate file 2017-11-26 03:10:52 +01:00
Jan Tojnar bb05d69de6
gnome3: increase version number 2017-11-26 03:10:52 +01:00
Jan Tojnar c8b58a47fc
gvfs: Rely on XML_CATALOG_FILES variable 2017-11-26 03:10:52 +01:00
Jan Tojnar e51c2a5d45
gnome3.gnome_shell: Rely on XML_CATALOG_FILES variable 2017-11-26 03:10:51 +01:00
Jan Tojnar 85cac43f7f
gnome3.gnome-software: Rely on XML_CATALOG_FILES variable 2017-11-26 03:10:51 +01:00
Jan Tojnar 7bd8495370
gnome3.gnome-dictionary: Rely on XML_CATALOG_FILES variable 2017-11-26 03:10:51 +01:00
Jan Tojnar 5a3b7ef2e7
gnome3: use the same version of Vala 2017-11-26 03:10:50 +01:00
Jan Tojnar 3f610ddd81
gnome3.gdm: prevent orca warning 2017-11-26 03:10:50 +01:00