mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
build(libstore): assert withAWS xor withCurlS3
This commit is contained in:
parent
35b3557fe4
commit
7f22a40e3b
1 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ let
|
|||
inherit (lib) fileset;
|
||||
in
|
||||
|
||||
assert lib.assertMsg (!withAWS || !withCurlS3)
|
||||
"withAWS and withCurlS3 are mutually exclusive - cannot enable both S3 implementations simultaneously";
|
||||
|
||||
mkMesonLibrary (finalAttrs: {
|
||||
pname = "nix-store";
|
||||
inherit version;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue