lol

tidyp: document autoreconf issues with a source tarball

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by

Graham Christensen
Sandro
and committed by
GitHub
38bc6d49 429bbe3b

+2
+2
pkgs/development/libraries/tidyp/default.nix
··· 5 5 version = "1.04"; 6 6 7 7 src = fetchurl { 8 + # downloads from a legacy GitHub download page from ~11 years ago 9 + # project does not work with autoconf anymore and the configure script cannot be generated from the source download 8 10 url = "https://github.com/downloads/petdance/tidyp/${pname}-${version}.tar.gz"; 9 11 sha256 = "0f5ky0ih4vap9c6j312jn73vn8m2bj69pl2yd3a5nmv35k9zmc10"; 10 12 };