Unverified Commit 5636449c authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #333171 from aaronjheng/pixi

pixi: 0.26.1 -> 0.27.1
parents c1a6515e 350f1c32
Loading
Loading
Loading
Loading
+820 −546

File changed.

Preview size limit exceeded, changes collapsed.

+5 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

rustPlatform.buildRustPackage rec {
  pname = "pixi";
  version = "0.26.1";
  version = "0.27.1";

  src = fetchFromGitHub {
    owner = "prefix-dev";
    repo = "pixi";
    rev = "v${version}";
    hash = "sha256-N8nNB+FOD8n+W7jFYhq9JoEnLOq6xLMLBC77DiK3RLU=";
    hash = "sha256-37zVmPKAWCw58xA5lUb+WVAW8rRwPF7DZVXUZ8bwP5E=";
  };

  cargoLock = {
@@ -63,6 +63,7 @@ rustPlatform.buildRustPackage rec {
    "--skip=add_functionality_os"
    "--skip=add_functionality_union"
    "--skip=add_pypi_functionality"
    "--skip=add_with_channel"
    "--skip=test_alias"
    "--skip=test_cwd"
    "--skip=test_compressed_mapping_catch_missing_package"
@@ -70,6 +71,8 @@ rustPlatform.buildRustPackage rec {
    "--skip=test_dont_record_not_present_package_as_purl"
    "--skip=test_incremental_lock_file"
    "--skip=test_purl_are_added_for_pypi"
    "--skip=test_purl_are_generated_using_custom_mapping"
    "--skip=test_purl_are_missing_for_non_conda_forge"

    # `/usr/bin/env` is not available during build.
    # Error: /usr/bin/env: No such file or directory