Loading pkgs/applications/editors/vscode/extensions/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -1115,7 +1115,7 @@ let publisher = "Continue"; version = "1.1.49"; } // sources.${stdenv.system}; // sources.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}"); nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ autoPatchelfHook ]; buildInputs = [ (lib.getLib stdenv.cc.cc) ]; meta = { Loading Loading @@ -1387,7 +1387,7 @@ let publisher = "devsense"; version = "1.41.14332"; } // sources.${stdenv.system}; // sources.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}"); nativeBuildInputs = [ autoPatchelfHook ]; Loading Loading @@ -3334,7 +3334,7 @@ let publisher = "ms-dotnettools"; version = "2.2.3"; } // sources.${stdenv.system}; // sources.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}"); nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ autoPatchelfHook ]; buildInputs = [ (lib.getLib stdenv.cc.cc) Loading pkgs/by-name/bu/bulloak/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,9 @@ rustPlatform.buildRustPackage rec { doCheck = false; # provide the list of solc versions to the `svm-rs-builds` dependency SVM_RELEASES_LIST_JSON = solc-versions.${stdenv.hostPlatform.system}; SVM_RELEASES_LIST_JSON = solc-versions.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); meta = { description = "Solidity test generator based on the Branching Tree Technique"; Loading pkgs/by-name/da/daytona-bin/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,10 @@ stdenvNoCC.mkDerivation (finalAttrs: { }; }; in fetchurl urls."${stdenvNoCC.hostPlatform.system}"; fetchurl ( urls."${stdenvNoCC.hostPlatform.system}" or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}") ); dontUnpack = true; Loading pkgs/by-name/no/notion-app/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,9 @@ unzip, }: let info = (lib.importJSON ./info.json)."${stdenvNoCC.hostPlatform.parsed.cpu.name}-darwin"; info = (lib.importJSON ./info.json)."${stdenvNoCC.hostPlatform.parsed.cpu.name}-darwin" or (throw "Unsupported CPU architecture: ${stdenvNoCC.hostPlatform.parsed.cpu.name}"); in stdenvNoCC.mkDerivation (finalAttrs: { pname = "notion-app"; Loading pkgs/by-name/wk/wkhtmltopdf/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -124,5 +124,7 @@ stdenv.mkDerivation ( }; } // lib.optionalAttrs (stdenv.hostPlatform.isDarwin) darwinAttrs // lib.optionalAttrs (stdenv.hostPlatform.isLinux) linuxAttrs.${stdenv.system} // lib.optionalAttrs (stdenv.hostPlatform.isLinux) linuxAttrs.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}") ) Loading
pkgs/applications/editors/vscode/extensions/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -1115,7 +1115,7 @@ let publisher = "Continue"; version = "1.1.49"; } // sources.${stdenv.system}; // sources.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}"); nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ autoPatchelfHook ]; buildInputs = [ (lib.getLib stdenv.cc.cc) ]; meta = { Loading Loading @@ -1387,7 +1387,7 @@ let publisher = "devsense"; version = "1.41.14332"; } // sources.${stdenv.system}; // sources.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}"); nativeBuildInputs = [ autoPatchelfHook ]; Loading Loading @@ -3334,7 +3334,7 @@ let publisher = "ms-dotnettools"; version = "2.2.3"; } // sources.${stdenv.system}; // sources.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}"); nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ autoPatchelfHook ]; buildInputs = [ (lib.getLib stdenv.cc.cc) Loading
pkgs/by-name/bu/bulloak/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,9 @@ rustPlatform.buildRustPackage rec { doCheck = false; # provide the list of solc versions to the `svm-rs-builds` dependency SVM_RELEASES_LIST_JSON = solc-versions.${stdenv.hostPlatform.system}; SVM_RELEASES_LIST_JSON = solc-versions.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); meta = { description = "Solidity test generator based on the Branching Tree Technique"; Loading
pkgs/by-name/da/daytona-bin/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,10 @@ stdenvNoCC.mkDerivation (finalAttrs: { }; }; in fetchurl urls."${stdenvNoCC.hostPlatform.system}"; fetchurl ( urls."${stdenvNoCC.hostPlatform.system}" or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}") ); dontUnpack = true; Loading
pkgs/by-name/no/notion-app/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,9 @@ unzip, }: let info = (lib.importJSON ./info.json)."${stdenvNoCC.hostPlatform.parsed.cpu.name}-darwin"; info = (lib.importJSON ./info.json)."${stdenvNoCC.hostPlatform.parsed.cpu.name}-darwin" or (throw "Unsupported CPU architecture: ${stdenvNoCC.hostPlatform.parsed.cpu.name}"); in stdenvNoCC.mkDerivation (finalAttrs: { pname = "notion-app"; Loading
pkgs/by-name/wk/wkhtmltopdf/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -124,5 +124,7 @@ stdenv.mkDerivation ( }; } // lib.optionalAttrs (stdenv.hostPlatform.isDarwin) darwinAttrs // lib.optionalAttrs (stdenv.hostPlatform.isLinux) linuxAttrs.${stdenv.system} // lib.optionalAttrs (stdenv.hostPlatform.isLinux) linuxAttrs.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}") )