sioyek: link binary on darwin

sioyek provides a cli interface, yet on darwin
the binary is not linked to `$out/bin`
This commit is contained in:
satoqz 2022-12-11 20:31:46 +01:00
parent e163fe0984
commit 01d84d1aef

View file

@ -62,8 +62,9 @@ stdenv.mkDerivation (finalAttrs: {
cp pdf_viewer/keys_user.config sioyek.app/Contents/MacOS/
cp tutorial.pdf sioyek.app/Contents/MacOS/
mkdir -p $out/Applications
mkdir -p $out/Applications $out/bin
cp -r sioyek.app $out/Applications
ln -s $out/Applications/sioyek.app/Contents/MacOS/sioyek $out/bin/sioyek
'' else ''
install -Dm644 tutorial.pdf $out/share/tutorial.pdf
cp -r pdf_viewer/shaders $out/share/