Fix nix-copy-closure

http://hydra.nixos.org/build/32005971
This commit is contained in:
Eelco Dolstra 2016-02-15 20:09:30 +01:00
parent c8f4d89a34
commit 03109e9580
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ SV * topoSortPaths(...)
SV * followLinksToStorePath(char * path)
CODE:
try {
store();
RETVAL = newSVpv(followLinksToStorePath(path).c_str(), 0);
} catch (Error & e) {
croak("%s", e.what());