Skip to content

Commit

Permalink
nix(package): add missing dependency on makeWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Jan 12, 2025
1 parent 23f6162 commit 5b12819
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
makeDesktopItem,
installShellFiles,
copyDesktopItems,
makeWrapper,
sambaFull, # some windows programs require samba
}:

Expand All @@ -23,6 +24,7 @@ rustPlatform.buildRustPackage {
nativeBuildInputs = [
installShellFiles
copyDesktopItems
makeWrapper
];

postInstall = ''
Expand Down

0 comments on commit 5b12819

Please sign in to comment.