···11{ stdenv, rustPlatform, Security }:
2233rustPlatform.buildRustPackage rec {
44- name = "rustfmt-${version}";
44+ pname = "rustfmt";
55 inherit (rustPlatform.rust.rustc) version src;
6677 # 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
···33let version = "0.9.5.1.1"; in
4455python2Packages.buildPythonPackage {
66- name = "pyrex-${version}";
66+ pname = "pyrex";
77+ inherit version;
7889 src = fetchurl {
910 url = "https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/oldtar/Pyrex-${version}.tar.gz";
+2-1
pkgs/development/interpreters/pyrex/0.9.6.nix
···33let version = "0.9.6.4"; in
4455python2Packages.buildPythonPackage {
66- name = "pyrex-${version}";
66+ pname = "pyrex";
77+ inherit version;
7889 src = fetchurl {
910 url = "https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/oldtar/Pyrex-${version}.tar.gz";