237873 Commits

Author SHA1 Message Date
Kurt Robert Rudolph
c54beb953d nixos/xmonad: Fix behavior of config opt
Prior to this change, the `config` option (which allows you define the
haskell configuration for xmonad in your configuration.nix instead of
needing something in the home directory) prevents desktop manager
resources from starting. This can be demonstrated by configuring the
following:

```
  services.xserver = {
    displayManager.defaultSession = "xfce+xmonad";
    displayManager.lightdm.enable = true;

    desktopManager.xterm.enable = false;
    desktopManager.xfce.enable = true;
    desktopManager.xfce.enableXfwm = false;
    desktopManager.xfce.noDesktop = true;

    windowManager.xmonad = {
      enable = true;
      enableContribAndExtras = true;
      extraPackages = haskellPackages: [
        haskellPackages.xmonad-contrib
        haskellPackages.xmonad-extras
        haskellPackages.xmonad
      ];
      config = ''
        import XMonad
        import XMonad.Config.Xfce
        main = xmonad xfceConfig
               { terminal = "terminator"
               , modMask = mod4Mask }
      '';
    };
  };
```

and after user log in, search for xfce processes `ps aux | grep xfce`.
You will not find xfce processes running until after the xmonad process is killed.

The bug prevents utilities included with the desktopManager,
(e.g. powerManagement, session logout, etc.)
from working as expected.
2020-08-10 19:17:54 -07:00
Benjamin Hipple
d4bbe9a3ed
Merge pull request #95085 from alexarice/agda-prelude-update
agda-prelude: compat-2.6.0 -> compat-2.6.1
2020-08-10 21:19:27 -04:00
Mario Rodas
ae76d7cd25
Merge pull request #95051 from r-ryantm/auto-update/exoscale-cli
exoscale-cli: 1.15.0 -> 1.16.0
2020-08-10 19:51:33 -05:00
Niklas Hambüchen
388076f985
Merge pull request #94205 from nh2/ilmbase-non-glibc-fpstate
openexr, ilmbase: Fix compilation on non-glibc.
2020-08-11 00:39:00 +02:00
Silvan Mosberger
b8e21e1d75
Merge pull request #95038 from r-ryantm/auto-update/dijo
dijo: 0.2.2 -> 0.2.3
2020-08-10 23:38:09 +02:00
Maximilian Bosch
5428974aa3
Merge pull request #95101 from etu/php72-drop-support
php: Drop PHP 7.2 support
2020-08-10 23:35:20 +02:00
Maximilian Bosch
7b1b874e61
Merge pull request #95108 from asbachb/update/roundcube
roundcube: 1.4.7 -> 1.4.8
2020-08-10 23:17:36 +02:00
Ryan Mulligan
372735e88e
Merge pull request #95075 from r-ryantm/auto-update/hcxdumptool
hcxdumptool: 6.1.0 -> 6.1.1
2020-08-10 13:29:47 -07:00
Elis Hirwing
6be7d1c176
php: Drop PHP 7.2 support 2020-08-10 22:28:12 +02:00
Benjamin Asbach
e513a4e1f9 roundcube: 1.4.7 -> 1.4.8 2020-08-10 22:05:29 +02:00
Arnout Engelen
44d841f758 inkcut: init at 2.1.1 2020-08-10 12:10:47 -07:00
Arnout Engelen
481e804309 python3Packages.qreactor: init at 2018-09-29 2020-08-10 12:10:47 -07:00
Arnout Engelen
002077c0a6 pythonPackages.enamlx: init at 0.4.1 2020-08-10 12:10:47 -07:00
Arnout Engelen
8aa47c15cc pythonPackages.enaml: init at 0.11.2 2020-08-10 12:10:47 -07:00
Arnout Engelen
cb62bb38b2 python3Packages.bytecode: init at 0.11.0 2020-08-10 12:10:47 -07:00
afreakk
6f0a715ad2 grobi: 0.5.1 -> 0.6.0 2020-08-10 12:05:30 -07:00
Dmitry Kudriavtsev
0500296dc2 ifmetric: init at 0.3 2020-08-10 11:52:33 -07:00
Greizgh
7ccc0151f8 librespot: 0.1.1 -> 0.1.3 2020-08-10 20:07:30 +02:00
IvarWithoutBones
2e2f87db13 ryujinx: init at 1.0.5160 2020-08-10 10:47:09 -07:00
Luc Perkins
8f00cb9f9e doppler: init at 3.9.1 2020-08-10 10:46:11 -07:00
zimbatm
77da74c785
rustracerd: mark as broken (#95099)
It doesn't seem to be maintained upstream anymore?

Fixes the ycmd build.
2020-08-10 17:45:49 +00:00
Moritz Scheuren
4768d045f0 license changed to gpl3Plus (for gtg and liblarch) 2020-08-10 10:34:53 -07:00
Yannick Markus
e6001db0f7 zfs-prune-snapshots: init at 1.1.0 2020-08-10 10:06:14 -07:00
Olli Helenius
7765f5cc4c pythonPackages.hcloud: 1.8.1 -> 1.9.0 2020-08-10 10:04:23 -07:00
Chris Ostrouchov
b1934ec6e9 pythonPackages.bash_kernel: refactor pinning bash package 2020-08-10 10:03:43 -07:00
Chris Ostrouchov
eacff247fd python3Packages.jupyter-c-kernel: init at 1.2.2 2020-08-10 10:03:43 -07:00
Chris Ostrouchov
2147589c7a pythonPackages.systemdspawner: init at 0.14 2020-08-10 10:03:43 -07:00
Chris Ostrouchov
228f08035d nixos/jupyterhub: init service 2020-08-10 10:03:43 -07:00
Cole Mickens
00c0d79f6e mirage: 0.5.1 -> 0.5.2 2020-08-10 10:03:17 -07:00
Cole Mickens
49a47d6479 mirage: init at 0.5.1 2020-08-10 10:03:17 -07:00
Maximilian Bosch
0ebdfd4eb7
Merge pull request #95096 from danieldk/drawio-13.6.2
drawio: 13.5.7 -> 13.6.2
2020-08-10 19:01:13 +02:00
IvarWithoutBones
3f8127c68b simplenes: init at unstable-2019-03-13 2020-08-10 09:55:24 -07:00
Daniël de Kok
e4096c6f91 drawio: 13.5.7 -> 13.6.2
Changelog:
https://github.com/jgraph/drawio-desktop/releases/tag/v13.6.2
2020-08-10 18:22:58 +02:00
Daniël de Kok
1ae9146803
Merge pull request #94801 from r-ryantm/auto-update/medfile
medfile: 4.0.0 -> 4.1.0
2020-08-10 17:44:04 +02:00
Daniël de Kok
8f862179f5
Merge pull request #95076 from r-ryantm/auto-update/hebcal
hebcal: 4.20 -> 4.21
2020-08-10 17:13:32 +02:00
Daniël de Kok
e828343d7c
Merge pull request #95058 from r-ryantm/auto-update/git-quick-stats
git-quick-stats: 2.1.3 -> 2.1.4
2020-08-10 16:44:00 +02:00
Jan Tojnar
d81afb382a
Merge pull request #83021 from dasj19/gcstar-1.7.1
gcstar: init at 1.7.2 + perl package dependencies
2020-08-10 16:28:21 +02:00
Peter Hoeg
02d8704c03
Merge pull request #94701 from NixOS/u/kmscon
kmscon: 8 -> unstable-2018-09-07
2020-08-10 22:24:15 +08:00
Daniel Șerbănescu
3a2ac8a744 gfbgraph: 0.2.3 -> 0.2.4 2020-08-10 16:21:58 +02:00
Alex Rice
8735356e27
agda-prelude: compat-2.6.0 -> compat-2.6.1 2020-08-10 15:07:49 +01:00
Michael Weiss
a3c71c3e5d
fuse3: 3.9.2 -> 3.9.4 (#95072)
Note: Version 3.9.3 and 3.9.4 are equivalent:
"This was an "accidental" release, it is equivalent to 3.9.3."
2020-08-10 16:04:55 +02:00
José Romildo Malaquias
d3a7373a7a
Merge pull request #94495 from romildo/upd.liquidprompt
liquidprompt: unstable-2018-05-21 -> 1.12.0
2020-08-10 10:50:15 -03:00
Ryan Mulligan
0471d58658
Merge pull request #95036 from r-ryantm/auto-update/csvs-to-sqlite
csvs-to-sqlite: 1.0 -> 1.1
2020-08-10 06:41:57 -07:00
Daniel Șerbănescu
e672a65112 gcstar: init at 1.7.2 2020-08-10 15:24:02 +02:00
Jörg Thalheim
1667af0c2d
Merge pull request #95006 from TethysSvensson/fix-issue-94722 2020-08-10 14:22:46 +01:00
Jan Tojnar
0c3b48b7f6
Merge pull request #94197 from CRTified/pkg/lottieconverter 2020-08-10 15:05:39 +02:00
Mario Rodas
7da353c945
Merge pull request #94157 from ndarwincorn/update-rtl8821ce
rtl8821ce: 5.5.2_34066.20200325 -> 5.8.0-050800.20200621
2020-08-10 07:59:25 -05:00
R. RyanTM
782206bde9 hebcal: 4.20 -> 4.21 2020-08-10 12:49:48 +00:00
CRTified
a8a7185795 LottieConverter: init at 0.1.1 2020-08-10 14:48:35 +02:00
CRTified
2053fb35a2 rlottie: init at 0.1 2020-08-10 14:47:11 +02:00