From cbb56d496069cc17ff55e11fd3a7f4b94116f503 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 16 Apr 2023 15:55:26 +0100 Subject: [PATCH] libfreeaptx: split headers to "dev" output --- pkgs/development/libraries/libfreeaptx/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/libfreeaptx/default.nix b/pkgs/development/libraries/libfreeaptx/default.nix index 648b6fac0df..cfc12024452 100644 --- a/pkgs/development/libraries/libfreeaptx/default.nix +++ b/pkgs/development/libraries/libfreeaptx/default.nix @@ -11,6 +11,8 @@ stdenv.mkDerivation rec { sha256 = "sha256-eEUhOrKqb2hHWanY+knpY9FBEnjkkFTB+x6BZgMBpbo="; }; + outputs = [ "out" "dev" ]; + postPatch = lib.optionalString stdenv.isDarwin '' substituteInPlace Makefile \ --replace '-soname' '-install_name' \