forked from M-Labs/nac3
1
0
Fork 0

flake: add platformdirs artiq dependency

This commit is contained in:
Sebastien Bourdeauducq 2024-11-22 20:30:30 +08:00
parent f6745b987f
commit 5651e00688
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
})
];
buildInputs = [
(python3-mimalloc.withPackages(ps: [ ps.numpy ps.scipy ps.jsonschema ps.lmdb nac3artiq-instrumented ]))
(python3-mimalloc.withPackages(ps: [ ps.numpy ps.scipy ps.jsonschema ps.lmdb ps.platformdirs nac3artiq-instrumented ]))
pkgs.llvmPackages_14.llvm.out
];
phases = [ "buildPhase" "installPhase" ];