-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lightdm: fix tmpfiles path #46886
lightdm: fix tmpfiles path #46886
Conversation
Related to #46734 . cc @worldofpeace. |
@GrahamcOfBorg test lightdm |
No attempt on aarch64-linux (full log) The following builds were skipped because they don't evaluate on aarch64-linux: tests.lightdm Partial log (click to expand)
|
No attempt on x86_64-linux (full log) The following builds were skipped because they don't evaluate on x86_64-linux: tests.lightdm Partial log (click to expand)
|
the lightdm test isn't part of release.nix ... but the gnome3 test uses lightdm |
No attempt on aarch64-linux (full log) The following builds were skipped because they don't evaluate on aarch64-linux: tests.gnome3 Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: tests.gnome3 Partial log (click to expand)
|
(cherry picked from commit 1a15b10)
the error affects 18.09, backported in d3905a3 |
Just noticed this today, I think we need to do this too https://git.archlinux.org/svntogit/packages.git/tree/trunk/lightdm-default-config.patch?h=packages/lightdm#n16 |
Thanks! I'm not sure that patch can be applied as is to nixpkgs, we'll have to check these changes first. |
I mean just the change at line 16. |
Motivation for this change
Fixes the tmpfiles path
[/etc/tmpfiles.d/nixos.conf:5] Line references path below legacy directory /var/run/, updating /var/run/lightdm → /run/lightdm; please update the tmpfiles.d/ drop-in file accordingly.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)