Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
buildRustPackage: Allow pname attribute
Browse files Browse the repository at this point in the history
(cherry picked from commit 435b326)
  • Loading branch information
marsam authored and Mic92 committed Mar 11, 2019
1 parent aea9130 commit 5f3be9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/build-support/rust/default.nix
@@ -1,6 +1,7 @@
{ stdenv, cacert, git, cargo, rustc, cargo-vendor, fetchcargo, python3 }:

{ name, cargoSha256 ? "unset"
{ name ? "${args.pname}-${args.version}"
, cargoSha256 ? "unset"
, src ? null
, srcs ? null
, cargoPatches ? []
Expand Down

0 comments on commit 5f3be9b

Please sign in to comment.