treewide: use appendToName where appropriate
Using appendToName preserves the version at the end of the name.
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
|
||||
let paths = stdenv.lib.closePropagation packages;
|
||||
in
|
||||
symlinkJoin {
|
||||
stdenv.lib.appendToName "with-packages" (symlinkJoin {
|
||||
|
||||
name = idris.name + "-with-packages";
|
||||
inherit (idris) name;
|
||||
|
||||
paths = paths ++ [idris] ;
|
||||
|
||||
@@ -17,4 +17,4 @@ symlinkJoin {
|
||||
--set IDRIS_LIBRARY_PATH $out/libs
|
||||
'';
|
||||
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user