Loading pkgs/by-name/po/pot/package.nix +39 −31 Original line number Diff line number Diff line { lib , stdenv , rustPlatform , fetchFromGitHub , nodejs , pnpm , wrapGAppsHook3 , cargo , rustc , cargo-tauri , pkg-config , esbuild , buildGoModule , libayatana-appindicator , gtk3 , webkitgtk , libsoup , openssl , xdotool { lib, stdenv, rustPlatform, fetchFromGitHub, nodejs, pnpm, wrapGAppsHook3, cargo, rustc, cargo-tauri, pkg-config, esbuild, buildGoModule, libayatana-appindicator, gtk3, webkitgtk, libsoup, openssl, xdotool, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -72,8 +73,13 @@ stdenv.mkDerivation (finalAttrs: { xdotool ]; ESBUILD_BINARY_PATH = "${lib.getExe (esbuild.override { buildGoModule = args: buildGoModule (args // rec { ESBUILD_BINARY_PATH = "${lib.getExe ( esbuild.override { buildGoModule = args: buildGoModule ( args // rec { version = "0.18.20"; src = fetchFromGitHub { owner = "evanw"; Loading @@ -82,8 +88,10 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-mED3h+mY+4H465m02ewFK/BgA1i/PQ+ksUNxBlgpUoI="; }; vendorHash = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ="; }); })}"; } ); } )}"; preConfigure = '' # pnpm.configHook has to write to .., as our sourceRoot is set to src-tauri Loading Loading
pkgs/by-name/po/pot/package.nix +39 −31 Original line number Diff line number Diff line { lib , stdenv , rustPlatform , fetchFromGitHub , nodejs , pnpm , wrapGAppsHook3 , cargo , rustc , cargo-tauri , pkg-config , esbuild , buildGoModule , libayatana-appindicator , gtk3 , webkitgtk , libsoup , openssl , xdotool { lib, stdenv, rustPlatform, fetchFromGitHub, nodejs, pnpm, wrapGAppsHook3, cargo, rustc, cargo-tauri, pkg-config, esbuild, buildGoModule, libayatana-appindicator, gtk3, webkitgtk, libsoup, openssl, xdotool, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -72,8 +73,13 @@ stdenv.mkDerivation (finalAttrs: { xdotool ]; ESBUILD_BINARY_PATH = "${lib.getExe (esbuild.override { buildGoModule = args: buildGoModule (args // rec { ESBUILD_BINARY_PATH = "${lib.getExe ( esbuild.override { buildGoModule = args: buildGoModule ( args // rec { version = "0.18.20"; src = fetchFromGitHub { owner = "evanw"; Loading @@ -82,8 +88,10 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-mED3h+mY+4H465m02ewFK/BgA1i/PQ+ksUNxBlgpUoI="; }; vendorHash = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ="; }); })}"; } ); } )}"; preConfigure = '' # pnpm.configHook has to write to .., as our sourceRoot is set to src-tauri Loading