mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
Run statix
This commit is contained in:
parent
c982198485
commit
c64190e650
2 changed files with 5 additions and 5 deletions
|
@ -141,10 +141,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
apis = ["s3" "transfer"];
|
||||
customMemoryManagement = false;
|
||||
}))
|
||||
++ lib.optionals finalAttrs.doCheck ([
|
||||
++ lib.optionals finalAttrs.doCheck [
|
||||
gtest
|
||||
rapidcheck
|
||||
]);
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
boehmgc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue