Tobias Geerinckx-Rice <m...@tobias.gr> skribis: > * gnu/packages/crypto.scm (encfs): Update to 1.9. > [source]: Remove bundled TinyXML2 in a snippet. > [build-system]: Switch to cmake-build-system. > [arguments]: Remove autotools-related phases and configure-flags. > Don't use bundled TinyXML2. > [native-inputs]: Remove autoconf, automake, libtool, and pkg-config. > Add expect. > [inputs]: Remove boost and rlog, while adding attr and tinyxml2. > [license]: Add expat licence for new easylogging++.h file.
[...] > + (snippet '(for-each delete-file-recursively > + (find-files "internal" "tinyxml2"))))) Note that the 2nd argument to ‘find-files’ is a regexp. Is this really intended? Otherwise LGTM, thanks! Ludo’.