forked from mirrors/nixpkgs
parent
165b32d386
commit
a373fe8322
|
@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
|
||||||
suffices = map (x: if x ? suffix then x.suffix else "none") contents;
|
suffices = map (x: if x ? suffix then x.suffix else "none") contents;
|
||||||
|
|
||||||
# For obtaining the closure of `contents'.
|
# For obtaining the closure of `contents'.
|
||||||
|
# Note: we don't use closureInfo yet, as that won't build with nix-1.x.
|
||||||
|
# See #36268.
|
||||||
exportReferencesGraph =
|
exportReferencesGraph =
|
||||||
map (x: [("closure-" + baseNameOf x.symlink) x.object]) contents;
|
map (x: [("closure-" + baseNameOf x.symlink) x.object]) contents;
|
||||||
pathsFromGraph = ./paths-from-graph.pl;
|
pathsFromGraph = ./paths-from-graph.pl;
|
||||||
|
|
Loading…
Reference in a new issue