pcre: Split into multiple outputs

This commit is contained in:
Eelco Dolstra
2013-06-11 15:28:30 +02:00
parent 5787ac6364
commit afebababac
3 changed files with 11 additions and 2 deletions
+2 -2
View File
@@ -286,7 +286,7 @@ rec {
extraAttrs = {
inherit (stdenvLinuxBoot3Pkgs) glibc;
inherit platform bootstrapTools;
shellPackage = stdenvLinuxBoot4Pkgs.bash;
shellPackage = stdenvLinuxBoot4Pkgs.bash;
};
overrides = pkgs: {
@@ -295,7 +295,7 @@ rec {
inherit (stdenvLinuxBoot4Pkgs)
gzip bzip2 xz bash coreutils diffutils findutils gawk
gnumake gnused gnutar gnugrep gnupatch patchelf
attr acl;
attr acl pcre;
};
};