Revert "flatpak: do not use autoreconfHook"

This reverts commit a7e4dba1e9.

Apparently, tarballs do not ship autogen.sh 😿
This commit is contained in:
Jan Tojnar 2020-03-31 02:54:31 +02:00
parent 03ccfe23f7
commit 40ecaf3808
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -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;