Revert "flatpak: do not use autoreconfHook"
This reverts commit a7e4dba1e9.
Apparently, tarballs do not ship autogen.sh 😿
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, autoconf
|
, autoreconfHook
|
||||||
, automake
|
|
||||||
, libtool
|
|
||||||
, docbook_xml_dtd_412
|
, docbook_xml_dtd_412
|
||||||
, docbook_xml_dtd_42
|
, docbook_xml_dtd_42
|
||||||
, docbook_xml_dtd_43
|
, docbook_xml_dtd_43
|
||||||
@@ -106,9 +104,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoconf
|
autoreconfHook
|
||||||
automake
|
|
||||||
libtool
|
|
||||||
libxml2
|
libxml2
|
||||||
docbook_xml_dtd_412
|
docbook_xml_dtd_412
|
||||||
docbook_xml_dtd_42
|
docbook_xml_dtd_42
|
||||||
@@ -183,10 +179,6 @@ stdenv.mkDerivation rec {
|
|||||||
patchShebangs tests
|
patchShebangs tests
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preConfigure = ''
|
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
|
||||||
'';
|
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
tests = {
|
tests = {
|
||||||
installedTests = nixosTests.installed-tests.flatpak;
|
installedTests = nixosTests.installed-tests.flatpak;
|
||||||
|
|||||||
Reference in New Issue
Block a user