Merge pull request #187348 from SuperSandro2000/cpptoml

cpptoml: remove default outputs
This commit is contained in:
Sebastián Mancilla 2022-08-18 18:59:56 -04:00 committed by GitHub
commit 707a1a546b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";