diff options
Diffstat (limited to 'guix/packages.scm')
-rw-r--r-- | guix/packages.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/packages.scm b/guix/packages.scm index 39ab28d807..f2c94c7bc2 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -352,7 +352,7 @@ object." (match (package-location package) (($ <location> file line column) - (catch 'system + (catch 'system-error (lambda () ;; In general we want to keep relative file names for modules. (with-fluids ((%file-port-name-canonicalization 'relative)) |