-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo-tauri-bundler: init at 0.9.3 #102064
base: master
Are you sure you want to change the base?
Conversation
130a9ea
to
e88ee3c
Compare
6b6453a
to
c550d6b
Compare
86ed8b1
to
f76f091
Compare
Result of |
f76f091
to
6807c1f
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
onsails = { | ||
email = "andrey@onsails.com"; | ||
github = "onsails"; | ||
githubId = 107261; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding maintainer requires to be put in a separate commit per contributing guide.
|
||
cargoSha256 = "f55QXLm4qix52Y624pBypIPgvv0ApdT2XrWFkAK9TKM="; | ||
|
||
buildInputs = [ ] ++ lib.optionals stdenv.isDarwin [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
buildInputs = [ ] ++ lib.optionals stdenv.isDarwin [ | |
buildInputs = lib.optionals stdenv.isDarwin [ |
description = ''Cargo subcommand "tauri-bundler": wrap Rust executables in OS-specific app bundles''; | ||
homepage = "https://github.com/tauri-apps/tauri"; | ||
license = with licenses; [ mit ]; | ||
platforms = platforms.all; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be sit in buildRustPackage .
homepage = "https://github.com/tauri-apps/tauri"; | ||
license = with licenses; [ mit ]; | ||
platforms = platforms.all; | ||
maintainers = [ maintainers.onsails ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maintainers = [ maintainers.onsails ]; | |
maintainers = with maintainers; [ onsails ]; |
6807c1f
to
0793130
Compare
I marked this as stale due to inactivity. → More info |
0793130
to
4c0f007
Compare
I marked this as stale due to inactivity. → More info |
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)