forked from rarias/bscpkgs
icc: Propagate gcc as is required to build
This commit is contained in:
@@ -28,9 +28,13 @@ stdenv.mkDerivation rec {
|
||||
rpmextract
|
||||
autoPatchelfHook
|
||||
gcc.cc.lib
|
||||
gcc
|
||||
intel-mpi
|
||||
];
|
||||
|
||||
# The gcc package is required for building other programs
|
||||
propagatedBuildInputs = [ gcc ];
|
||||
|
||||
installPhase = ''
|
||||
rpmextract rpm/intel-icc-*.rpm
|
||||
rpmextract rpm/intel-comp-*.rpm
|
||||
|
||||
Reference in New Issue
Block a user