lol

Merge pull request #177063 from trofi/shared-jansson

jansson: enable shared library installation

authored by

Mario Rodas and committed by
GitHub
8448f7ec d7f012f3

+4
+4
pkgs/development/libraries/jansson/default.nix
··· 13 13 14 14 nativeBuildInputs = [ cmake ]; 15 15 16 + # networkmanager relies on libjansson.so: 17 + # https://github.com/NixOS/nixpkgs/pull/176302#issuecomment-1150239453 18 + cmakeFlags = [ "-DJANSSON_BUILD_SHARED_LIBS=ON" ]; 19 + 16 20 meta = with lib; { 17 21 homepage = "https://github.com/akheron/jansson"; 18 22 description = "C library for encoding, decoding and manipulating JSON data";