app2unit: also symlink new app2unit-term

This commit is contained in:
Fazzi
2025-06-11 00:05:34 +01:00
parent 70d7520c72
commit 7b4b28ae2e
+1
View File
@@ -18,6 +18,7 @@ stdenvNoCC.mkDerivation rec {
installPhase = ''
install -Dt $out/bin app2unit
ln -s $out/bin/app2unit $out/bin/app2unit-open
ln -s $out/bin/app2unit $out/bin/app2unit-term
'';
dontPatchShebangs = true;