1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

build: meson for libfetchers

This commit is contained in:
Tom Bereknyei 2024-06-05 21:36:18 -04:00 committed by John Ericson
parent 6e34c68327
commit 706edf26eb
8 changed files with 266 additions and 2 deletions

View file

@ -72,6 +72,7 @@ mkDerivation (finalAttrs: {
;
propagatedBuildInputs = [
boost.dev
libarchive
nlohmann_json
];