Merge pull request #167977 from onny/foliate

foliate: Minor cleanup
This commit is contained in:
Bobby Rong
2022-04-09 22:28:59 +08:00
committed by GitHub
@@ -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
'';