Commit Graph
100 Commits
Author SHA1 Message Date
Tor Hedin Brønner ba36219220 perlPackages.XMLSAXExpat: fix build (#71392)
This broke after 979811fa43. Adding the `installTarget` locally works.
Couldn't find any other reproducible breakage.
2019-10-19 20:07:41 +02:00
Tor Hedin Brønner 18d7929e95 spidermonkey_52: drop, as is unused
`gnome-shell-extensions` switched over to `spidermonkey_60` in 3.34 leaving
`spidermonkey_52` unused.
2019-10-16 16:53:19 +02:00
Tor Hedin Brønner 231432e93c spidermonkey_60: 60.4.0 -> 60.9.0
This is the last 60-esr I believe.

- fixed multiple outputs (saves $out 2MB from $out)
- updated the only patch we carry
- symlinked `js` to `js60`, some packages using spidermonkey expects `js`. Might
  make it possible to drop 38 in the future.
2019-10-16 10:20:05 +02:00
Tor Hedin Brønner 9752932de9 Merge pull request #71022 from hedning/gnome-3.34.1-staging
Gnome 3.34.1 staging
2019-10-15 13:22:47 +02:00
Tor Hedin Brønner 2c7f0f06b7 nixos/system-environment: prepend wrapperDir to PATH (#70430)
This fixes user environment setup for sessions which doesn't successfully go
through a shell init.

Note we don't go through `sessionVariables` as we want the wrappers to have
highest priority. It would also cause wrapperDir to occur twice when in shell
sessions, as shells use `sessionVariables` too while prepending wrapperDir in a
custom snippet.

In particular logging in and out of gnome-shell could result in a broken path
without this fix.
2019-10-15 13:17:38 +02:00
Tor Hedin Brønner 67effde499 wpa_supplicant: install d-bus conf correctly to share/dbus/system.d
Fixes 40dda7383b which inadvertently installed to
a file as the directory didn't exist.

Also blocked up the postInstall script for readability.
2019-10-14 18:57:44 +02:00
Tor Hedin Brønner 5924bab20b nixos/plymouth: do not order plymouth-quit after display-manager
GDM now specifies ordering between `plymouth-quit` and `display-manager`:
9be5321097

This causes an ordering cycle between GDM and plymouth-quit which can result in
systemd breaking GDM:
```
plymouth-quit.service: Job display-manager.service/start deleted to break
                       ordering cycle starting with plymouth-quit.service/start
```

Not sure how often this triggers, as I've run my system with plymouth and
9be5321097 without any issues. But I did catch a VM doing this.

NOTE: I also tried to remove the ordering in GDM to see if plymouth managed to
live longer, but it didn't seem to help. So I opted to stick as close to
upstream (upstream GDM specifies ordering, but plymouth does not).
2019-10-14 13:08:51 +02:00
Tor Hedin Brønner d15e5b02fe nixos/lightdm: do not conflict with plymouth (#71061)
Having `display-manager` conflict with `plymouth-quit` causes this lock up:

 - `plymouth-quit-wait` starts up, waiting for plymouth-quit to run
 - `lightdm` starts up
 - `plymouth-quit` can't start, it conflicts with lightdm
 - `plymouth-quit-wait` keeps waiting on plymouth-quit to kill plymouthd

The idea is having LightDM control when plymouth quits, but communication with
plymouth was broken: https://github.com/NixOS/nixpkgs/pull/71064

Unfortunately having the conflict breaks switching to configurations with
plymouth enabled. So we still need to remove the conflict.

fixes #71034
2019-10-13 10:03:54 +02:00
Tor Hedin Brønner 6f1deb7d45 gdk-pixbuf: 2.38.2 -> 2.46.0 2019-10-12 16:18:05 +02:00
Tor Hedin Brønner f8ae755433 libsoup: 2.68.1 -> 2.68.2 2019-10-12 16:18:05 +02:00
Tor Hedin Brønner e3ccf11fca librsvg: 2.46.0 → 2.46.1 2019-10-12 16:18:05 +02:00
Tor Hedin Brønner 88273d4768 gtk3: 3.24.11 → 3.24.12 2019-10-12 16:18:05 +02:00
Tor Hedin Brønner f0b89403c4 glib-networking: 2.62.0 → 2.62.1 2019-10-12 11:04:28 +02:00
Tor Hedin Brønner 02b966ab92 glib: 2.62.0 → 2.62.1 2019-10-12 11:04:27 +02:00
Tor Hedin Brønner 5b7c900192 nixos/gdm: do not restart on reload switch (#70357)
Not entirely sure how this works, but this does seem to fix reload switch
killing the current graphical session.
2019-10-11 20:07:16 +02:00
Tor Hedin Brønner f31dc24fb5 Merge pull request #70828 from hedning/gnome-shell-3.34.1
Gnome Shell 3.34.1
2019-10-09 05:39:39 +02:00
Tor Hedin Brønner a66adfcc5b gnome3.gnome-shell: 3.34.0 -> 3.34.1 2019-10-09 04:56:48 +02:00
Tor Hedin Brønner 47f4abc49b gnome3.mutter: 3.34.0 -> 3.34.1 2019-10-09 04:56:04 +02:00
Tor Hedin Brønner 7757dd115c Merge pull request #70705 from hedning/gnome-3.34.1
Gnome 3.34.1
2019-10-09 00:35:38 +02:00
Tor Hedin Brønner 6b8241bb52 vte: 0.58.0 → 0.58.1 2019-10-08 12:08:53 +02:00
Tor Hedin Brønner c909680e6c gnome3.gnome-terminal: 3.34.0 → 3.34.1
- fixes gio-unix include
2019-10-08 12:08:52 +02:00
Tor Hedin Brønner c039946622 gnome3.gnome-nibbles: 3.34.0 → 3.34.1 2019-10-08 12:08:52 +02:00
Tor Hedin Brønner 810de2c76c gnome3.gnome-maps: 3.34.0 → 3.34.1 2019-10-08 12:08:52 +02:00
Tor Hedin Brønner b1f4570016 gnome3.gnome-desktop: 3.34.0 → 3.34.1 2019-10-08 12:08:52 +02:00
Tor Hedin Brønner ab6b4c7c72 evince: 3.34.0 → 3.34.1
- meson files are now distributed
2019-10-08 12:08:52 +02:00
Tor Hedin Brønner 853fb6a2a6 gnome3.eog: 3.34.0 → 3.34.1 2019-10-08 12:08:52 +02:00
Tor Hedin Brønner 30b39034b0 gnome3.dconf-editor: 3.34.1 → 3.34.2 2019-10-08 12:08:52 +02:00
Tor Hedin Brønner c32ab6262b gnome3.metacity: 3.34.0 → 3.34.1 2019-10-08 12:08:52 +02:00
Tor Hedin Brønner e3e250e205 gnome3.iagno: 3.34.0 → 3.34.1 2019-10-08 12:08:51 +02:00
Tor Hedin Brønner 4427ec8b9f gnome3.gnome-taquin: 3.34.0 → 3.34.1 2019-10-08 12:08:51 +02:00
Tor Hedin Brønner 1d62ae015c gnome3.gnome-tetravex: 3.34.0 → 3.34.1 2019-10-08 12:08:51 +02:00
Tor Hedin Brønner a272186937 gnome3.gnome-panel: 3.34.0 → 3.34.1 2019-10-08 12:08:51 +02:00
Tor Hedin Brønner 2d81086454 gnome3.four-in-a-row: 3.34.0 → 3.34.1 2019-10-08 12:08:51 +02:00
Tor Hedin Brønner 502da337bc gnome3.gnome-software: 3.34.0 → 3.34.1 2019-10-08 12:08:51 +02:00
Tor Hedin Brønner 3e3575d1fc gnomeExtensions.dash-to-dock: 20190921 -> 67
Actual release for gnome 3.34
2019-10-08 12:08:51 +02:00
Tor Hedin Brønner ca64e5669d gnome3.gnome-boxes: 3.34.0 → 3.34.1 2019-10-08 12:08:51 +02:00
Tor Hedin Brønner 2a6bacd992 gnome3.quadrapassel: 3.34.0 → 3.34.1 2019-10-08 12:08:50 +02:00
Tor Hedin Brønner bce4a8b5b4 gnome3.nautilus: 3.34.0 → 3.34.1 2019-10-08 12:08:50 +02:00
Tor Hedin Brønner fedc3638da gnome-builder: 3.34.0 → 3.34.1 2019-10-08 12:08:50 +02:00
Tor Hedin Brønner 04d5ccc234 gvfs: 1.42.0 → 1.42.1 2019-10-08 12:08:50 +02:00
Tor Hedin Brønner 934a1ab103 gnome3.gnome-session: 3.34.0 → 3.34.1 2019-10-08 12:08:50 +02:00
Tor Hedin Brønner c1ec32c8e6 gnome3.gnome-calculator: 3.34.0 → 3.34.1 2019-10-08 12:08:50 +02:00
Tor Hedin Brønner 96e9af3fe4 gnome3.gjs: 1.58.0 → 1.58.1 2019-10-08 12:08:49 +02:00
Tor Hedin Brønner a1a83834a6 gnome3.gdm: 3.34.0 → 3.34.1 2019-10-08 12:08:49 +02:00
Tor Hedin Brønner 51e612d4bb gnome3.evolution: 3.34.0 → 3.34.1 2019-10-08 12:08:49 +02:00
Tor Hedin Brønner ae35a341fe evolution-data-server: 3.34.0 → 3.34.1 2019-10-08 12:08:49 +02:00
Tor Hedin Brønner dcd27465d6 libsecret: use plain update policy 2019-10-08 12:08:49 +02:00
Tor Hedin Brønner a22500d2dc vino: disable broken updateScript
We're pulling in a custom src here, so gnome3.updateScript crashes.
2019-10-08 12:08:49 +02:00
Tor Hedin Brønner ee27c71d8d gnome3.totem: 3.34.0 → 3.34.1 2019-10-08 12:08:49 +02:00
Tor Hedin Brønner 4c675e64c0 simple-scan: 3.34.0 → 3.34.1 2019-10-08 12:08:48 +02:00
Tor Hedin Brønner 5ff8945da9 libdazzle: 3.34.0 → 3.34.1 2019-10-08 12:08:48 +02:00
Tor Hedin Brønner 59f44d7c69 gnome3.gnome-initial-setup: 3.34.0 → 3.34.1 2019-10-08 12:08:48 +02:00
Tor Hedin Brønner 86dd9b76cd gnome3.gnome-control-center: 3.34.0.1 → 3.34.1 2019-10-08 05:20:55 +02:00
Tor Hedin Brønner 8f2f12e08e gnome3.gnome-calendar: 3.34.0 → 3.34.1 2019-10-08 05:20:55 +02:00
Tor Hedin Brønner c390e86aed gnome3.accerciser: 3.34.0 → 3.34.1 2019-10-08 05:20:55 +02:00
Tor Hedin Brønner 99f1616099 gnome3.geary: 3.34.0 → 3.34.1 2019-10-08 05:20:55 +02:00
Tor Hedin Brønner 44beea9484 epiphany: 3.34.0 → 3.34.1 2019-10-08 05:20:55 +02:00
Tor Hedin Brønner a43660271b gnome3.gnome-session: always run /etc/set-environment on startup
gnomes-session sources its environment from a login shell. But if the systemd
user environment already contains `__NIXOS_SET_ENVIRONMENT_DONE` the environment
setup won't happen correctly. Simply unset this variable to ensure a fresh
environment.

This was previously handled by a GDM patch, but it no longer works reliably with
gnome-sessions systemd session.

We still need the GDM patch to handle running other sessions (eg. plasma).

See https://github.com/NixOS/nixpkgs/issues/48255 for more info on the
underlying issue.
2019-10-06 07:35:36 +02:00
Tor Hedin Brønner 9be5321097 nixos/gdm: follow upstream's service config 2019-10-05 05:15:29 +02:00
Tor Hedin Brønner 1efac91ca4 nixos/gdm: make config dir for gnome-initial-setup
Observed failure to lauch gdm in a VM due to missing /run/gdm.config.
2019-10-05 05:15:29 +02:00
Tor Hedin Brønner 259556da8a glib: fix loading dylibs through gobject on darwin 2019-10-03 10:39:14 -04:00
Tor Hedin Brønner 4b3942b75a gnomeExtensions.dash-to-dock: 66 -> 20190921
There's still no official release for gnome-3.34
2019-10-03 00:09:20 +02:00
Tor Hedin Brønner 880fab10fc gnome3.mutter: Add upstream patches before 3.34.1
Fixes some eg. animation related crashes which in particular affected
dash-to-dock.
2019-10-03 00:09:18 +02:00
Tor Hedin Brønner 34a76d40cd gnome3.gnome-shell: drop caribou
This should no longer be necessary as gnome-shell ships its own on-screen
keyboard.
2019-10-03 00:09:18 +02:00
Tor Hedin Brønnerandworldofpeace 84fb39ef12 webkitgtk: 2.24.4 -> 2.26.1
* add fix-bubblewrap-paths.patch
* use clangStdenv
  We're running into #36947

Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-10-03 00:09:13 +02:00
Tor Hedin Brønner d82ed7e741 lxqt-archiver: 0.0.96 -> 2019-09-15
fix build with glib-2.62
2019-09-30 19:39:51 +02:00
Tor Hedin Brønner f82064919c pidgin-sipe: fix build with glib-2.62 2019-09-30 19:39:51 +02:00
Tor Hedin Brønner 8fa7740aa7 planner: fix build with glib-2.62 2019-09-30 19:39:50 +02:00
Tor Hedin Brønner 1c5dac0fb2 roxterm: fix build with updated vte
vte no longer propagates pcre2
2019-09-30 19:39:50 +02:00
Tor Hedin Brønner cc4c198dca sakura: fix build with updated vte
vte no longer propagates pcre2.
2019-09-30 19:39:50 +02:00
Tor Hedin Brønner ecc32f8df4 networkmanager_strongswan: fix build with glib-2.62 2019-09-30 19:39:50 +02:00
Tor Hedin Brønner 51770cb77e deepin.deepin-terminal: fix build with updated vte
vte no longer propagates pcre2 and gnutls
2019-09-30 19:39:50 +02:00
Tor Hedin Brønner a7d9f9096c xfce4-14.xfce4-terminal: fix build with updated vte
vte no longer propagates pcre2.
2019-09-30 19:39:50 +02:00
Tor Hedin Brønner c95786fcfa stupidterm: fix build with updated vte
vte no longer propagates pcre2
2019-09-30 19:39:50 +02:00
Tor Hedin Brønner b916c65706 gnome3.gnome-shell: hardcode gsettings path 2019-09-30 19:39:50 +02:00
Tor Hedin Brønner d27212d466 nixos/gnome3: enable systemd session
- register gnome-session and gnome-settings-daemon services.
- gnome-shell is already registered due to having a xdg portal
- manually specify that gsd is wanted by gnome-session
    (systemd.packages doesn't pick the .wants directories for some reason)
2019-09-30 19:39:50 +02:00
Tor Hedin Brønner fc43be57f0 nixos/gdm: start after getty@tty1
GDM is now killed if tty1 is started after gdm is launched. This follows
upstream's gdm service config.

This might cause problems with nixos-rebuild switch though. See the reasoning
and work that led to not following upstream on this:
  https://github.com/NixOS/nixpkgs/issues/21439
  4a180da
  c46d4da
2019-09-30 19:39:49 +02:00
Tor Hedin Brønner 7817c878b3 gnome3.grilo-plugins: 0.3.9 → 0.3.10 2019-09-30 19:39:49 +02:00
Tor Hedin Brønner 6a35bd4fcf grilo: 0.3.9 → 0.3.10
Dropped the meson_options patch, not sure if it was necessary.
2019-09-30 19:39:49 +02:00
Tor Hedin Brønner ade2073064 gnome3.gnome-backgrounds: 3.32.0 → 3.34.0 2019-09-30 19:39:49 +02:00
Tor Hedin Brønner 4885a95222 putty: fix build with glib-2.62 2019-09-30 19:39:49 +02:00
Tor Hedin Brønner 1905a6d01e openjfx11: fix build with glib-2.62 2019-09-30 19:39:49 +02:00
Tor Hedin Brønner 203ba052b2 openjfx12: fix build with glib-2.62 2019-09-30 19:39:49 +02:00
Tor Hedin Brønner b85523cf84 purple-matrix: fix build with glib-2.62 2019-09-30 19:39:49 +02:00
Tor Hedin Brønner a993a06a2f xlog: fix build with glib-2.62 2019-09-30 19:39:49 +02:00
Tor Hedin Brønner 36a95c772a ldmtool: fix build with glib-2.62 2019-09-30 19:39:48 +02:00
Tor Hedin Brønner 0b45e79490 libunique: fix build with glib-2.62 2019-09-30 19:39:48 +02:00
Tor Hedin Brønner 03495ea203 bamf: fix build with glib-2.62 2019-09-30 19:39:48 +02:00
Tor Hedin Brønner 8ff1d64b43 gnucash: fix build with glib-2.62 2019-09-30 19:39:48 +02:00
Tor Hedin Brønner e732933aa7 networkmanager-iodine: fix build with glib-2.62 2019-09-30 19:39:48 +02:00
Tor Hedin Brønner afe005329a gnome3.gpaste: 3.32.0 -> 3.34.0 2019-09-30 19:39:48 +02:00
Tor Hedin Brønner 29984810d2 gcolor3: fix build 2019-09-30 19:39:48 +02:00
Tor Hedin Brønner 90b8ac0ff3 vte-ng: fix build
vte now uses meson so don't bother overriding vte.
2019-09-30 19:39:48 +02:00
Tor Hedin Brønner 12f9e847ff yelp: 3.32.2 → 3.34.0 2019-09-30 19:39:48 +02:00
Tor Hedin Brønnerandworldofpeace 374ae1b4ec vte: 0.56.3 → 0.58.0
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-09-30 19:39:48 +02:00
Tor Hedin Brønner 63b9cbdb8e sysprof: 3.32.0 -> 3.34.0 2019-09-30 19:39:48 +02:00
Tor Hedin Brønner 8cca9416eb simple-scan: 3.32.2.1 → 3.34.0 2019-09-30 19:39:48 +02:00
Tor Hedin Brønner f4e233e57a orca: 3.32.0 → 3.34.0 2019-09-30 19:39:47 +02:00
Tor Hedin Brønner 7a4bbf6895 libsoup: 2.66.2 -> 2.68.1 2019-09-30 19:39:47 +02:00
Tor Hedin Brønner d5491d49b2 libqmi: 1.22.4 -> 1.22.6
fix build with glib 2.62
2019-09-30 19:39:47 +02:00