Revert "flatpak: do not use autoreconfHook"
This reverts commit a7e4dba1e9
.
Apparently, tarballs do not ship autogen.sh 😿
This commit is contained in:
parent
03ccfe23f7
commit
40ecaf3808
1 changed files with 2 additions and 10 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue