guix/guix/import
Mădălin Ionel Patrașcu 35814292b6
import/cran: Fix detection of Fortran files.
This fixes a bug whereby the Guix importer considers files like .f.* to be
Fortran files.

The expression "\\.f(90|95)?" would match a lot of files containing ".f"
although they are not Fortran files.  Instead we should only consider files
with this *suffix*.

* guix/import/cran.scm (directory-needs-fortran?): Only check for suffixes.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2021-03-01 22:40:41 +01:00
..
cabal.scm
cpan.scm
cran.scm import/cran: Fix detection of Fortran files. 2021-03-01 22:40:41 +01:00
crate.scm import: crate: Use repository when home-page is unavailable 2021-02-12 22:47:09 +01:00
elpa.scm
gem.scm
github.scm
gnome.scm
gnu.scm import: gnu: Fix the detection of non-GNU packages. 2021-02-02 13:48:35 -05:00
hackage.scm import: hackage: Accept optional version parameter. 2021-03-01 17:45:51 +01:00
json.scm
kde.scm
launchpad.scm
opam.scm
print.scm
pypi.scm
snix.scm
stackage.scm
texlive.scm
utils.scm