mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
matrix-authentication-service: set VERGEN_GIT_DESCRIBE
This commit is contained in:
parent
201b0e24e0
commit
0cafd7cef7
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
|
||||
env = {
|
||||
ZSTD_SYS_USE_PKG_CONFIG = true;
|
||||
VERGEN_GIT_DESCRIBE = finalAttrs.version;
|
||||
};
|
||||
|
||||
buildNoDefaultFeatures = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue