File tree Expand file tree Collapse file tree 13 files changed +24
-62
lines changed Expand file tree Collapse file tree 13 files changed +24
-62
lines changed Original file line number Diff line number Diff line change 11{
22 buildDotnetModule ,
33 cargo-about ,
4- cargo-tauri ,
4+ cargo-tauri_1 ,
55 dotnetCorePackages ,
66 fetchFromGitHub ,
77 fetchNpmDeps ,
@@ -59,7 +59,7 @@ rustPlatform.buildRustPackage {
5959
6060 nativeBuildInputs = [
6161 cargo-about
62- cargo-tauri . hook
62+ cargo-tauri_1 . hook
6363 dotnetSdk
6464 nodejs
6565 npmHooks . npmConfigHook
Original file line number Diff line number Diff line change 1111 fetchNpmDeps ,
1212 gtk3 ,
1313 wrapGAppsHook3 ,
14- cargo-tauri ,
14+ cargo-tauri_1 ,
1515} :
1616
1717rustPlatform . buildRustPackage rec {
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
4343 } ;
4444
4545 nativeBuildInputs = [
46- cargo-tauri . hook
46+ cargo-tauri_1 . hook
4747 nodejs
4848 npmHooks . npmConfigHook
4949 pkg-config
Original file line number Diff line number Diff line change 44 darwin ,
55 fetchFromGitHub ,
66 rustPlatform ,
7- cargo-tauri ,
7+ cargo-tauri_1 ,
88 cinny ,
99 desktop-file-utils ,
1010 wrapGAppsHook3 ,
@@ -71,7 +71,7 @@ rustPlatform.buildRustPackage rec {
7171 nativeBuildInputs = [
7272 wrapGAppsHook3
7373 pkg-config
74- cargo-tauri . hook
74+ cargo-tauri_1 . hook
7575 desktop-file-utils
7676 ] ;
7777
Original file line number Diff line number Diff line change 66
77 pnpm_9 ,
88 nodejs ,
9- cargo-tauri ,
9+ cargo-tauri_1 ,
1010 pkg-config ,
1111 wrapGAppsHook3 ,
1212 makeBinaryWrapper ,
@@ -50,7 +50,7 @@ rustPlatform.buildRustPackage rec {
5050 [
5151 pnpm_9 . configHook
5252 nodejs
53- cargo-tauri . hook
53+ cargo-tauri_1 . hook
5454 pkg-config
5555 ]
5656 ++ lib . optionals stdenv . hostPlatform . isLinux [ wrapGAppsHook3 ]
Original file line number Diff line number Diff line change 1616 webkitgtk_4_1 ,
1717} :
1818
19- let
20- cargo-tauri_2 =
21- let
22- pname = "cargo-tauri" ;
23- version = "2.0.0-rc.3" ;
24- src = fetchFromGitHub {
25- owner = "tauri-apps" ;
26- repo = "tauri" ;
27- rev = "tauri-v${ version } " ;
28- hash = "sha256-PV8m/MzYgbY4Hv71dZrqVbrxmxrwFfOAraLJIaQk6FQ=" ;
29- } ;
30- in
31- cargo-tauri . overrideAttrs {
32- inherit src version ;
33- cargoDeps = rustPlatform . fetchCargoTarball {
34- inherit pname version src ;
35- sourceRoot = "${ src . name } /tooling/cli" ;
36- hash = "sha256-JPlMaoPw6a7D20KQH7iuhHKfGT5oUKf55tMaMYEM/Z4=" ;
37- } ;
38- } ;
39- in
4019stdenv . mkDerivation ( finalAttrs : {
4120 pname = "gale" ;
4221 version = "0.8.11" ;
@@ -68,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
6847 npmHooks . npmConfigHook
6948 nodejs
7049 rustPlatform . cargoSetupHook
71- ( cargo-tauri . hook . override { cargo-tauri = cargo-tauri_2 ; } )
50+ cargo-tauri . hook
7251 rustPlatform . cargoCheckHook
7352 pkg-config
7453 wrapGAppsHook3
Original file line number Diff line number Diff line change 66 fetchFromGitHub ,
77 pnpm_9 ,
88 wrapGAppsHook3 ,
9- cargo-tauri ,
9+ cargo-tauri_1 ,
1010 darwin ,
1111 desktop-file-utils ,
1212 esbuild ,
@@ -55,7 +55,7 @@ rustPlatform.buildRustPackage rec {
5555 } ;
5656
5757 nativeBuildInputs = [
58- cargo-tauri . hook
58+ cargo-tauri_1 . hook
5959 desktop-file-utils
6060 jq
6161 moreutils
Original file line number Diff line number Diff line change 1414, stdenv
1515, yarnConfigHook
1616, nodejs-slim
17- , cargo-tauri
17+ , cargo-tauri_1
1818, cargo
1919, rustPlatform
2020, rustc
@@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
7373 rustPlatform . cargoSetupHook
7474 cargo
7575 rustc
76- cargo-tauri . hook
76+ cargo-tauri_1 . hook
7777 yarnConfigHook
7878 nodejs-slim
7979 cyrus_sasl
Original file line number Diff line number Diff line change 44 fetchFromGitHub ,
55 rustPlatform ,
66 cacert ,
7- cargo-tauri ,
7+ cargo-tauri_1 ,
88 darwin ,
99 desktop-file-utils ,
1010 libsoup ,
@@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
4545
4646 nativeBuildInputs = [
4747 cacert # required for turbo
48- cargo-tauri . hook
48+ cargo-tauri_1 . hook
4949 desktop-file-utils
5050 nodejs
5151 pkg-config
Original file line number Diff line number Diff line change 1010 rustPlatform ,
1111 cargo ,
1212 rustc ,
13- cargo-tauri ,
13+ cargo-tauri_1 ,
1414
1515 pkg-config ,
1616 wrapGAppsHook3 ,
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
4040 rustPlatform . cargoSetupHook
4141 cargo
4242 rustc
43- cargo-tauri . hook
43+ cargo-tauri_1 . hook
4444 pkg-config
4545 wrapGAppsHook3
4646 ] ;
Original file line number Diff line number Diff line change 88 wrapGAppsHook3 ,
99 cargo ,
1010 rustc ,
11- cargo-tauri ,
11+ cargo-tauri_1 ,
1212 pkg-config ,
1313 esbuild ,
1414 buildGoModule ,
@@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
6060 rustPlatform . cargoSetupHook
6161 cargo
6262 rustc
63- cargo-tauri . hook
63+ cargo-tauri_1 . hook
6464 nodejs
6565 pnpm . configHook
6666 wrapGAppsHook3
You can’t perform that action at this time.
0 commit comments