···1{ stdenv, rustPlatform, Security }:
23rustPlatform.buildRustPackage rec {
4- name = "rustfmt-${version}";
5 inherit (rustPlatform.rust.rustc) version src;
67 # the rust source tarball already has all the dependencies vendored, no need to fetch them again
···1{ stdenv, rustPlatform, Security }:
23rustPlatform.buildRustPackage rec {
4+ pname = "rustfmt";
5 inherit (rustPlatform.rust.rustc) version src;
67 # the rust source tarball already has all the dependencies vendored, no need to fetch them again
+2-1
pkgs/development/interpreters/pyrex/0.9.5.nix
···3let version = "0.9.5.1.1"; in
45python2Packages.buildPythonPackage {
6- name = "pyrex-${version}";
078 src = fetchurl {
9 url = "https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/oldtar/Pyrex-${version}.tar.gz";