Merge pull request #226434 from trofi/gdk_aac-dev-output

fdk_aac: split headers to "dev" output
This commit is contained in:
Sergei Trofimovich
2023-04-24 21:41:46 +01:00
committed by GitHub
@@ -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; {