Loading pkgs/by-name/di/dioxus-cli/package.nix +9 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ cacert, openssl, rustfmt, makeWrapper, wasm-bindgen-cli_0_2_106, nix-update-script, testers, dioxus-cli, Loading Loading @@ -35,6 +37,7 @@ rustPlatform.buildRustPackage (finalAttrs: { nativeBuildInputs = [ pkg-config cacert makeWrapper ]; buildInputs = [ Loading Loading @@ -65,6 +68,11 @@ rustPlatform.buildRustPackage (finalAttrs: { }; }; postInstall = '' wrapProgram $out/bin/dx \ --prefix PATH : ${lib.makeBinPath [ wasm-bindgen-cli_0_2_106 ]} ''; meta = { description = "CLI for building fullstack web, desktop, and mobile apps with a single codebase."; homepage = "https://dioxus.dev"; Loading @@ -75,6 +83,7 @@ rustPlatform.buildRustPackage (finalAttrs: { ]; maintainers = with lib.maintainers; [ cathalmullan anish ]; platforms = lib.platforms.all; mainProgram = "dx"; Loading Loading
pkgs/by-name/di/dioxus-cli/package.nix +9 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ cacert, openssl, rustfmt, makeWrapper, wasm-bindgen-cli_0_2_106, nix-update-script, testers, dioxus-cli, Loading Loading @@ -35,6 +37,7 @@ rustPlatform.buildRustPackage (finalAttrs: { nativeBuildInputs = [ pkg-config cacert makeWrapper ]; buildInputs = [ Loading Loading @@ -65,6 +68,11 @@ rustPlatform.buildRustPackage (finalAttrs: { }; }; postInstall = '' wrapProgram $out/bin/dx \ --prefix PATH : ${lib.makeBinPath [ wasm-bindgen-cli_0_2_106 ]} ''; meta = { description = "CLI for building fullstack web, desktop, and mobile apps with a single codebase."; homepage = "https://dioxus.dev"; Loading @@ -75,6 +83,7 @@ rustPlatform.buildRustPackage (finalAttrs: { ]; maintainers = with lib.maintainers; [ cathalmullan anish ]; platforms = lib.platforms.all; mainProgram = "dx"; Loading