10 , gobject-introspection
20 stdenv.mkDerivation rec {
24 outputs = [ "bin" "out" "dev" "devdoc" "man" "installedTests" ];
26 src = fetchFromGitHub {
30 sha256 = "sha256-XN7/ZtWCCO7lSspXM4vNowoWN1U0NGQPUTM9KjTEHjY=";
34 # Installed tests are installed to different output
35 ./installed-tests-path.patch
60 "-Dinstalled_test_prefix=${placeholder "installedTests"}"
67 installed-tests = nixosTests.installed-tests.libjcat;
72 description = "Library for reading and writing Jcat files";
73 homepage = "https://github.com/hughsie/libjcat";
74 license = licenses.lgpl21Plus;
75 maintainers = with maintainers; [ ];
76 platforms = platforms.all;