mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
gpclient: keep nixpkgs-update opt-out visible (#537978)
This commit is contained in:
@@ -41,11 +41,15 @@ rustPlatform.buildRustPackage {
|
||||
# nixpkgs-update: no auto update
|
||||
inherit (gpauth)
|
||||
cargoHash
|
||||
meta
|
||||
src
|
||||
version
|
||||
;
|
||||
|
||||
meta = gpauth.meta // {
|
||||
# Re-anchor meta.position here so nixpkgs-update sees the opt-out above.
|
||||
inherit (gpauth.meta) description;
|
||||
};
|
||||
|
||||
buildAndTestSubdir = "apps/gpclient";
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user