Commit cbb56d49 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

libfreeaptx: split headers to "dev" output

parent e789c797
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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' \