mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge branch 'perl-gcc6-cross'
This commit is contained in:
commit
538913cb90
1 changed files with 3 additions and 1 deletions
|
@ -133,7 +133,9 @@ let
|
|||
sha256 = "072j491rpz2qx2sngbg4flqh4lx5865zyql7b9lqm6s1kknjdrh8";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ buildPackages.stdenv.cc ];
|
||||
# Hacky! But not sure how else we can access a native-targeted gcc6
|
||||
# https://github.com/arsv/perl-cross/issues/60
|
||||
nativeBuildInputs = [ buildPackages.buildPackages.gcc6 ];
|
||||
|
||||
postUnpack = ''
|
||||
unpackFile ${perl-cross-src}
|
||||
|
|
Loading…
Reference in a new issue