nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

libmad: split headers to "dev" output

authored by

Robert Scott and committed by
GitHub
7eb23aef 1f0a791a

+2
+2
pkgs/development/libraries/libmad/default.nix
··· 23 23 sha256 = "14460zhacxhswnzb36qfpd1f2wbk10qvksvm6wyq5hpvdgnw7ymv"; 24 24 }; 25 25 26 + outputs = [ "out" "dev" ]; 27 + 26 28 patches = [ 27 29 (fetchpatch { 28 30 url = "https://github.com/openwrt/packages/raw/openwrt-19.07/libs/libmad/patches/001-mips_removal_h_constraint.patch";