Merge pull request #187348 from SuperSandro2000/cpptoml
cpptoml: remove default outputs
This commit is contained in:
commit
707a1a546b
1 changed files with 0 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue