mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
buildRustPackage: Allow pname attribute
This commit is contained in:
parent
81e8f11da7
commit
435b326722
1 changed files with 2 additions and 1 deletions
|
@ -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 ? []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue