Skip to content

Commit

Permalink
Merge pull request #226404 from trofi/audiofile-dev-and-man-outputs
Browse files Browse the repository at this point in the history
audiofile: move headers and mand to "dev" and "man" outputs
  • Loading branch information
risicle authored Apr 16, 2023
2 parents 1a68995 + 617525d commit 90a8919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/audiofile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
sha256 = "0rb927zknk9kmhprd8rdr4azql4gn2dp75a36iazx2xhkbqhvind";
};

outputs = [ "out" "dev" "man" ];

# fix build with gcc9
NIX_CFLAGS_LINK = lib.optional (stdenv.system == "i686-linux") "-lgcc";

Expand Down

0 comments on commit 90a8919

Please sign in to comment.