Loading pkgs/development/interpreters/python/rustpython/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , fetchFromGitHub , SystemConfiguration , python3 , fetchpatch }: rustPlatform.buildRustPackage rec { Loading @@ -19,6 +20,14 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-PYSsv/dZ3dxferTDbRLF9T8GGj9kZ3ixWNglQKtA3pE="; patches = [ # Fix aarch64 compatibility for sqlite. Remove with the next release. https://github.com/RustPython/RustPython/pull/4499 (fetchpatch { url = "https://github.com/RustPython/RustPython/commit/9cac89347e2276fcb309f108561e99f4be5baff2.patch"; hash = "sha256-vUPQI/5ec6/36Vdtt7/B2unPDsVrGh5iEiSMBRatxWU="; }) ]; # freeze the stdlib into the rustpython binary cargoBuildFlags = [ "--features=freeze-stdlib" ]; Loading Loading
pkgs/development/interpreters/python/rustpython/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , fetchFromGitHub , SystemConfiguration , python3 , fetchpatch }: rustPlatform.buildRustPackage rec { Loading @@ -19,6 +20,14 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-PYSsv/dZ3dxferTDbRLF9T8GGj9kZ3ixWNglQKtA3pE="; patches = [ # Fix aarch64 compatibility for sqlite. Remove with the next release. https://github.com/RustPython/RustPython/pull/4499 (fetchpatch { url = "https://github.com/RustPython/RustPython/commit/9cac89347e2276fcb309f108561e99f4be5baff2.patch"; hash = "sha256-vUPQI/5ec6/36Vdtt7/B2unPDsVrGh5iEiSMBRatxWU="; }) ]; # freeze the stdlib into the rustpython binary cargoBuildFlags = [ "--features=freeze-stdlib" ]; Loading