1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00
Files
guix/tests
Sergio Pastor Pérez cf2a11b966 derivations: Let ‘map-derivation’ correctly handle directories.
The 'map-derivation' procedure was trying to process directories as files.
When a derivation had a 'module import' directory as input, it threw an
exception since it tried to open it as a file.

* guix/derivations.scm (map-derivation): In ‘sources’, add
‘file-is-directory?’ case.
* tests/derivations.scm ("map-derivation, modules"): New test.

Fixes: https://issues.guix.gnu.org/71941
Change-Id: I9b766f9aaa03ea9307f73e8abb36bc347af4b5e6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-03-20 22:43:11 +01:00
..
2026-01-25 21:23:25 +01:00
2017-01-26 13:49:56 +01:00
2025-08-31 12:39:24 +02:00
2026-02-10 23:46:34 +01:00
2025-12-03 14:38:09 +09:00
2025-11-21 14:38:44 +01:00
2021-04-12 18:42:22 +02:00
2025-10-29 11:51:24 +09:00
2025-11-14 16:42:16 +09:00
2025-09-30 16:52:07 +09:00
2019-03-24 00:13:53 +01:00
2026-03-10 22:53:54 +01:00
2026-01-25 21:23:25 +01:00
2019-06-14 21:57:39 +02:00
2017-11-17 10:47:49 +01:00