celt: split headers to "dev" output

This commit is contained in:
Sergei Trofimovich 2023-04-16 11:17:30 +01:00
parent 2f5fa4a6f7
commit c3fa78ba8b

View file

@ -12,6 +12,8 @@ stdenv.mkDerivation {
inherit src;
outputs = [ "out" "dev" ];
inherit prePatch;
buildInputs = []