Skip to content

Commit

Permalink
libshout: ensure pkg-config file is generated when cross-compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindavi committed May 31, 2022
1 parent 03364a7 commit ed59f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/libshout/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ stdenv.mkDerivation rec {

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

depsBuildBuild = [ pkg-config ];
nativeBuildInputs = [ pkg-config ];
propagatedBuildInputs = [ libvorbis libtheora speex ];

Expand Down

0 comments on commit ed59f12

Please sign in to comment.