gnome3.gdm: 3.32.0 → 3.34.0

- disable custom initial vt as it's buggy
This commit is contained in:
Tor Hedin Brønner 2019-09-02 16:44:26 +00:00
parent 7642faec42
commit 0e598c206d

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gdm"; pname = "gdm";
version = "3.32.0"; version = "3.34.0";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/gdm/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/gdm/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "12ypdz9i24hwbl1d1wnnxb8zlvfa4f49n9ac5cl9d6h8qp4b0gb4"; sha256 = "0pnh0nj4kk8n48kgj77bb5r4z5jnb7kxnvpnddk6b9n96g0qwklv";
}; };
# Only needed to make it build # Only needed to make it build
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
"--localstatedir=/var" "--localstatedir=/var"
"--with-plymouth=yes" "--with-plymouth=yes"
"--enable-gdm-xsession" "--enable-gdm-xsession"
"--with-initial-vt=7" # "--with-initial-vt=7"
"--with-systemdsystemunitdir=$(out)/etc/systemd/system" "--with-systemdsystemunitdir=$(out)/etc/systemd/system"
"--with-udevdir=$(out)/lib/udev" "--with-udevdir=$(out)/lib/udev"
]; ];