libdaemon: move headers to "dev" outputs (and docs to "doc")

This commit is contained in:
Sergei Trofimovich 2023-05-11 22:29:19 +01:00
parent 0e5b6eaeea
commit bb910d1cea

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "0d5qlq5ab95wh1xc87rqrh1vx6i8lddka1w3f1zcqvcqdxgyn8zx";
};
outputs = [ "out" "dev" "doc" ];
patches = [ ./fix-includes.patch ];
configureFlags = [ "--disable-lynx" ]