plymouth: hacky fix build (automake-related)
This commit is contained in:
parent
856d1ff27f
commit
7e042659b7
@ -1,6 +1,5 @@
|
|||||||
{ stdenv, fetchurl, autoconf, automake, cairo, docbook_xsl, gtk
|
{ stdenv, fetchurl, autoreconfHook, cairo, docbook_xsl, gtk
|
||||||
, libdrm, libpng , libtool, libxslt, makeWrapper, pango, pkgconfig
|
, libdrm, libpng, libxslt, makeWrapper, pango, pkgconfig, udev
|
||||||
, udev
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -13,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
autoconf automake cairo docbook_xsl gtk libdrm libpng libtool
|
autoreconfHook cairo docbook_xsl gtk libdrm libpng
|
||||||
libxslt makeWrapper pango pkgconfig udev
|
libxslt makeWrapper pango pkgconfig udev
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -22,23 +21,23 @@ stdenv.mkDerivation rec {
|
|||||||
-i configure.ac
|
-i configure.ac
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configurePhase = ''
|
postPatch = ''
|
||||||
./configure \
|
configureFlags="
|
||||||
--prefix=$out \
|
--prefix=$out
|
||||||
-bindir=$out/bin \
|
--bindir=$out/bin
|
||||||
-sbindir=$out/sbin \
|
--sbindir=$out/sbin
|
||||||
--exec-prefix=$out \
|
--exec-prefix=$out
|
||||||
--libdir=$out/lib \
|
--libdir=$out/lib
|
||||||
--libexecdir=$out/lib \
|
--libexecdir=$out/lib
|
||||||
--sysconfdir=$out/etc \
|
--sysconfdir=$out/etc
|
||||||
--localstatedir=/var \
|
--localstatedir=/var
|
||||||
--with-log-viewer \
|
--with-log-viewer
|
||||||
--without-system-root-install \
|
--without-system-root-install
|
||||||
--without-rhgb-compat-link \
|
--without-rhgb-compat-link
|
||||||
--enable-tracing \
|
--enable-tracing
|
||||||
--enable-systemd-integration \
|
--enable-systemd-integration
|
||||||
--enable-pango \
|
--enable-pango
|
||||||
--enable-gtk
|
--enable-gtk"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
@ -9129,9 +9129,7 @@ let
|
|||||||
config = config.pcmciaUtils.config or null;
|
config = config.pcmciaUtils.config or null;
|
||||||
};
|
};
|
||||||
|
|
||||||
plymouth = callPackage ../os-specific/linux/plymouth {
|
plymouth = callPackage ../os-specific/linux/plymouth { };
|
||||||
automake = automake113x;
|
|
||||||
};
|
|
||||||
|
|
||||||
pmount = callPackage ../os-specific/linux/pmount { };
|
pmount = callPackage ../os-specific/linux/pmount { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user