Skip to content

Commit

Permalink
qownnotes: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksana <[email protected]>
  • Loading branch information
pbek and Aleksanaa authored Dec 12, 2024
1 parent 3ce32de commit 746fe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/office/qownnotes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ stdenv.mkDerivation {
+ lib.optionalString stdenv.hostPlatform.isLinux ''
ln -s $out/bin/${appname} $out/bin/${pname}
''
# Remame application for macOS as lowercase binary
# Rename application for macOS as lowercase binary
+ lib.optionalString stdenv.hostPlatform.isDarwin ''
# Prevent "same file" error
mv $out/bin/${appname} $out/bin/${pname}.bin
Expand Down

0 comments on commit 746fe4d

Please sign in to comment.