Merge pull request #226483 from trofi/libmad-dev-output

libmad: split headers to "dev" output
This commit is contained in:
Robert Scott 2023-04-21 19:29:29 +01:00 committed by GitHub
commit 7eb23aef07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
sha256 = "14460zhacxhswnzb36qfpd1f2wbk10qvksvm6wyq5hpvdgnw7ymv";
};
outputs = [ "out" "dev" ];
patches = [
(fetchpatch {
url = "https://github.com/openwrt/packages/raw/openwrt-19.07/libs/libmad/patches/001-mips_removal_h_constraint.patch";