Commit 89f78e90 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

fdk_aac: split headers to "dev" output

parent 2f5fa4a6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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; {