···1415 installPhase = ''
16 mkdir -p $out/bin
17- cp ${pname} $out/bin
18 '';
19 preFixup = let
20 # we prepare our library path in the let clause to avoid it become part of the input of mkDerivation
···1415 installPhase = ''
16 mkdir -p $out/bin
17+ cp ${type}-Edit $out/bin/${pname}
18 '';
19 preFixup = let
20 # we prepare our library path in the let clause to avoid it become part of the input of mkDerivation