cpptoml: remove default outputs

This commit is contained in:
Sandro Jäckel 2022-08-18 23:06:41 +02:00
parent 116a0c1893
commit 48eeb5ad17
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
"-DCPPTOML_BUILD_EXAMPLES=OFF"
];
outputs = [ "out" ];
meta = with lib; {
description = "C++ TOML configuration library";
homepage = "https://github.com/skystrife/cpptoml";