about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-04-16 11:03:26 +0100
committerSergei Trofimovich <slyich@gmail.com>2023-04-16 11:03:45 +0100
commit89f78e90d37e7bdd2dd9fe4b64e2852aebda2667 (patch)
tree7b95e9055aff69acbc9674fee9c0205a86a4134d
parent2f5fa4a6f739fa8ba6c8f4f63dbf5a64a07ac84e (diff)
fdk_aac: split headers to "dev" output
-rw-r--r--pkgs/development/libraries/fdk-aac/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/fdk-aac/default.nix b/pkgs/development/libraries/fdk-aac/default.nix
index a94c204c2f786..84513d20a57a3 100644
--- a/pkgs/development/libraries/fdk-aac/default.nix
+++ b/pkgs/development/libraries/fdk-aac/default.nix
@@ -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; {