libmad: split headers to "dev" output

This commit is contained in:
Sergei Trofimovich 2023-04-16 15:45:17 +01:00
parent e789c7976f
commit 3fa2b9059d

View file

@ -9,6 +9,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";