mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
lightdm: drop run-dir.patch
That patched the bundled configuration which is useless to NixOS.
This commit is contained in:
parent
c18bb57627
commit
0bdf2a391d
@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
|
|||||||
pname = "lightdm";
|
pname = "lightdm";
|
||||||
version = "1.28.0";
|
version = "1.28.0";
|
||||||
|
|
||||||
name = "${pname}-${version}";
|
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@ -40,9 +38,9 @@ stdenv.mkDerivation rec {
|
|||||||
accountsservice
|
accountsservice
|
||||||
audit
|
audit
|
||||||
glib
|
glib
|
||||||
|
libXdmcp
|
||||||
libgcrypt
|
libgcrypt
|
||||||
libxcb
|
libxcb
|
||||||
libXdmcp
|
|
||||||
libxklavier
|
libxklavier
|
||||||
pam
|
pam
|
||||||
polkit
|
polkit
|
||||||
@ -50,7 +48,6 @@ stdenv.mkDerivation rec {
|
|||||||
++ optional withQt5 qtbase;
|
++ optional withQt5 qtbase;
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./run-dir.patch
|
|
||||||
# Adds option to disable writing dmrc files
|
# Adds option to disable writing dmrc files
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
url = "https://src.fedoraproject.org/rpms/lightdm/raw/4cf0d2bed8d1c68970b0322ccd5dbbbb7a0b12bc/f/lightdm-1.25.1-disable_dmrc.patch";
|
url = "https://src.fedoraproject.org/rpms/lightdm/raw/4cf0d2bed8d1c68970b0322ccd5dbbbb7a0b12bc/f/lightdm-1.25.1-disable_dmrc.patch";
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
diff --git a/data/lightdm.conf b/data/lightdm.conf
|
|
||||||
index 16b80f7..b3af435 100644
|
|
||||||
--- a/data/lightdm.conf
|
|
||||||
+++ b/data/lightdm.conf
|
|
||||||
@@ -28,7 +28,7 @@
|
|
||||||
#guest-account-script=guest-account
|
|
||||||
#logind-check-graphical=false
|
|
||||||
#log-directory=/var/log/lightdm
|
|
||||||
-#run-directory=/var/run/lightdm
|
|
||||||
+run-directory=/run/lightdm
|
|
||||||
#cache-directory=/var/cache/lightdm
|
|
||||||
#sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions
|
|
||||||
#remote-sessions-directory=/usr/share/lightdm/remote-sessions
|
|
Loading…
Reference in New Issue
Block a user