summary refs log tree commit diff
path: root/pkgs/development/coq-modules/coq-elpi/default.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-02-10 20:28:49 +0000
committerAlyssa Ross <hi@alyssa.is>2023-09-25 12:49:39 +0000
commit3feb83a04797cc372066a118608cb2d3c3f67259 (patch)
tree8527ad9e7be16b9e447edd18956a2a4be70b2332 /pkgs/development/coq-modules/coq-elpi/default.nix
parentc6cd3eee9e1c84b269f554a9dbc49e8b5a652c0b (diff)
downloadnixpkgs-3feb83a04797cc372066a118608cb2d3c3f67259.tar
nixpkgs-3feb83a04797cc372066a118608cb2d3c3f67259.tar.gz
nixpkgs-3feb83a04797cc372066a118608cb2d3c3f67259.tar.bz2
nixpkgs-3feb83a04797cc372066a118608cb2d3c3f67259.tar.lz
nixpkgs-3feb83a04797cc372066a118608cb2d3c3f67259.tar.xz
nixpkgs-3feb83a04797cc372066a118608cb2d3c3f67259.tar.zst
nixpkgs-3feb83a04797cc372066a118608cb2d3c3f67259.zip
meson: add Rust cross support
We don't currently have any software in Nixpkgs that uses Meson's Rust
support that I could find (rather than just shelling out to Cargo from
Meson), but it's easy to test this works regardless, e.g. with the
following which uses Meson's built-in template for a Rust project.

	stdenv.mkDerivation {
	  name = "rust-test";

	  unpackPhase = ''
	    mkdir src
	    cd src
	    meson init -l rust
	  '';

	  nativeBuildInputs = [ meson ninja rustc ];
	}
Diffstat (limited to 'pkgs/development/coq-modules/coq-elpi/default.nix')
0 files changed, 0 insertions, 0 deletions