Skip to content
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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

onsails
Copy link
Contributor

@onsails onsails commented Oct 29, 2020

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@onsails onsails force-pushed the cargo-tauri-bundler branch 4 times, most recently from 130a9ea to e88ee3c Compare October 29, 2020 15:58
@onsails onsails marked this pull request as ready for review October 29, 2020 16:00
@onsails onsails force-pushed the cargo-tauri-bundler branch 2 times, most recently from 6b6453a to c550d6b Compare October 29, 2020 16:12
@onsails onsails force-pushed the cargo-tauri-bundler branch 2 times, most recently from 86ed8b1 to f76f091 Compare October 30, 2020 18:49
@SuperSandro2000
Copy link
Member

Result of nixpkgs-review pr 102064 run on x86_64-linux 1

@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/dont-link-to-nix-libs/9867/1

onsails = {
email = "andrey@onsails.com";
github = "onsails";
githubId = 107261;
Copy link
Member

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 [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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;
Copy link
Member

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 ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
maintainers = [ maintainers.onsails ];
maintainers = with maintainers; [ onsails ];

@onsails onsails marked this pull request as draft January 9, 2021 21:32
@stale
Copy link

stale bot commented Jul 29, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jul 29, 2021
@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Oct 16, 2021
@stale
Copy link

stale bot commented Apr 16, 2022

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Apr 16, 2022
@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants