foliate: Minor cleanup

This commit is contained in:
Jonas Heinrich 2022-04-09 12:12:04 +02:00
parent c3a33d9bb4
commit bc45ba1038

View file

@ -20,7 +20,6 @@ stdenv.mkDerivation rec {
'';
postFixup = ''
echo "fixing wrapper"
sed -i "1 a imports.package._findEffectiveEntryPointName = () => 'com.github.johnfactotum.Foliate';" $out/bin/.com.github.johnfactotum.Foliate-wrapped
ln -s $out/bin/com.github.johnfactotum.Foliate $out/bin/foliate
'';