mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 03:24:06 +01:00
netop: move env variable(s) into env for structuredAttrs
This commit is contained in:
parent
456c9c578d
commit
d4e22fb203
1 changed files with 4 additions and 2 deletions
|
|
@ -16,8 +16,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
hash = "sha256-Rnp2VNAi8BNbKqkGFoYUb4C5db5BS1P1cqpWlroTmdQ=";
|
||||
};
|
||||
|
||||
LIBPCAP_LIBDIR = lib.makeLibraryPath [ libpcap ];
|
||||
LIBPCAP_VER = libpcap.version;
|
||||
env = {
|
||||
LIBPCAP_LIBDIR = lib.makeLibraryPath [ libpcap ];
|
||||
LIBPCAP_VER = libpcap.version;
|
||||
};
|
||||
|
||||
cargoHash = "sha256-WGwtRMARwRvcUflN3JYL32aib+IG1Q0j0D9BEfaiME4=";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue