gdm: build with plymouth support
This commit is contained in:
parent
c69c76ca7e
commit
246ad0159f
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, itstool, libxml2, xorg, dbus
|
{ stdenv, fetchurl, pkgconfig, glib, itstool, libxml2, xorg, dbus
|
||||||
, intltool, accountsservice, libX11, gnome3, systemd, gnome_session, autoreconfHook
|
, intltool, accountsservice, libX11, gnome3, systemd, gnome_session, autoreconfHook
|
||||||
, gtk, libcanberra_gtk3, pam, libtool, gobjectIntrospection }:
|
, gtk, libcanberra_gtk3, pam, libtool, gobjectIntrospection, plymouth }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
inherit (import ./src.nix fetchurl) name src;
|
inherit (import ./src.nix fetchurl) name src;
|
||||||
@ -13,12 +13,13 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags = [ "--sysconfdir=/etc"
|
configureFlags = [ "--sysconfdir=/etc"
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
"--with-systemd=yes"
|
"--with-systemd=yes"
|
||||||
|
"--with-plymouth=yes"
|
||||||
"--with-systemdsystemunitdir=$(out)/etc/systemd/system" ];
|
"--with-systemdsystemunitdir=$(out)/etc/systemd/system" ];
|
||||||
|
|
||||||
buildInputs = [ pkgconfig glib itstool libxml2 intltool autoreconfHook
|
buildInputs = [ pkgconfig glib itstool libxml2 intltool autoreconfHook
|
||||||
accountsservice gnome3.dconf systemd
|
accountsservice gnome3.dconf systemd
|
||||||
gobjectIntrospection libX11 gtk
|
gobjectIntrospection libX11 gtk
|
||||||
libcanberra_gtk3 pam libtool ];
|
libcanberra_gtk3 pam libtool plymouth ];
|
||||||
|
|
||||||
#enableParallelBuilding = true; # problems compiling
|
#enableParallelBuilding = true; # problems compiling
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, itstool, libxml2, xorg, dbus
|
{ stdenv, fetchurl, pkgconfig, glib, itstool, libxml2, xorg, dbus
|
||||||
, intltool, accountsservice, libX11, gnome3, systemd, gnome_session, autoreconfHook
|
, intltool, accountsservice, libX11, gnome3, systemd, gnome_session, autoreconfHook
|
||||||
, gtk, libcanberra_gtk3, pam, libtool, gobjectIntrospection }:
|
, gtk, libcanberra_gtk3, pam, libtool, gobjectIntrospection, plymouth }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
inherit (import ./src.nix fetchurl) name src;
|
inherit (import ./src.nix fetchurl) name src;
|
||||||
@ -13,12 +13,13 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags = [ "--sysconfdir=/etc"
|
configureFlags = [ "--sysconfdir=/etc"
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
"--with-systemd=yes"
|
"--with-systemd=yes"
|
||||||
|
"--with-plymouth=yes"
|
||||||
"--with-systemdsystemunitdir=$(out)/etc/systemd/system" ];
|
"--with-systemdsystemunitdir=$(out)/etc/systemd/system" ];
|
||||||
|
|
||||||
buildInputs = [ pkgconfig glib itstool libxml2 intltool autoreconfHook
|
buildInputs = [ pkgconfig glib itstool libxml2 intltool autoreconfHook
|
||||||
accountsservice gnome3.dconf systemd
|
accountsservice gnome3.dconf systemd
|
||||||
gobjectIntrospection libX11 gtk
|
gobjectIntrospection libX11 gtk
|
||||||
libcanberra_gtk3 pam libtool ];
|
libcanberra_gtk3 pam libtool plymouth ];
|
||||||
|
|
||||||
#enableParallelBuilding = true; # problems compiling
|
#enableParallelBuilding = true; # problems compiling
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user