fdk_aac: split headers to "dev" output

This commit is contained in:
Sergei Trofimovich 2023-04-16 11:03:26 +01:00
parent 2f5fa4a6f7
commit 89f78e90d3

View file

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-yehjDPnUM/POrXSQahUg0iI/ibzT+pJUhhAXRAuOsi8=";
};
outputs = [ "out" "dev" ];
configureFlags = lib.optional exampleSupport "--enable-example";
meta = with lib; {