Skip to content

Commit

Permalink
sioyek: fix build on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fein authored and Benedikt Fein committed Oct 13, 2024
1 parent 7af6b79 commit ad80cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/si/sioyek/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
if stdenv.isDarwin then
''
cp -r pdf_viewer/shaders sioyek.app/Contents/MacOS/shaders
cp pdf_viewer/{prefs,prefs_user,keys,key_user}.config tutorial.pdf sioyek.app/Contents/MacOS/
cp pdf_viewer/{prefs,prefs_user,keys,keys_user}.config tutorial.pdf sioyek.app/Contents/MacOS/
mkdir -p $out/Applications $out/bin
cp -r sioyek.app $out/Applications
Expand Down

0 comments on commit ad80cc3

Please sign in to comment.