Skip to content

Commit

Permalink
stdenv-darwin: fix build
Browse files Browse the repository at this point in the history
Fixes #14704
  • Loading branch information
copumpkin committed Apr 16, 2016
1 parent c316210 commit d61a0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/stdenv/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ in rec {

allowedRequisites = (with pkgs; [
xz.out xz.bin libcxx libcxxabi icu.out gmp.out gnumake findutils bzip2.out
bzip2.bin llvm zlib.out zlib.dev libffi.out coreutils ed diffutils gnutar
bzip2.bin llvmPackages.llvm zlib.out zlib.dev libffi.out coreutils ed diffutils gnutar
gzip ncurses.out ncurses.dev ncurses.man gnused bash gawk
gnugrep llvmPackages.clang-unwrapped patch pcre.out binutils-raw.out
binutils-raw.dev binutils gettext
Expand Down

0 comments on commit d61a0e5

Please sign in to comment.