mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
gnome-session: broken due to elogind
This commit is contained in:
parent
e99b047476
commit
769e7c019a
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ homepage="http://www.gnome.org"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=361a31edb4f8c6d410f1029eee089422e25a2da6c287ead40fccdea5bda450f5
|
checksum=361a31edb4f8c6d410f1029eee089422e25a2da6c287ead40fccdea5bda450f5
|
||||||
|
# Due to elogind
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl)
|
||||||
|
broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/1121/steps/shell_3/logs/stdio"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i "s/^#ifdef HAVE_SYSTEMD/#if 0/" \
|
sed -i "s/^#ifdef HAVE_SYSTEMD/#if 0/" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue