From ee5fcac0ae6a6fa468244c4bea16f71a1f0931ca Mon Sep 17 00:00:00 2001 From: Valentin Reis Date: Tue, 30 Oct 2018 16:26:36 -0500 Subject: [PATCH] Minor style refactoring. --- pkgs/default.nix | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index 7308e1b..a5b6946 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -48,16 +48,12 @@ in rec { compiler_path = "/opt/intel/compilers_and_libraries_2017.1.132/linux/"; icc = callPackage intel/icc { inherit compiler_path; }; mkl = callPackage intel/mkl { inherit compiler_path; }; - - - WrappedICC = (import ../patches/cc-wrapper { - inherit stdenv binutils coreutils ; - libc = glibc; - nativeTools = false; - nativeLibc = false; - cc = icc; - }); - + WrappedICC = (import ../patches/cc-wrapper { + inherit stdenv binutils coreutils ; + libc = glibc; + nativeTools = false; + nativeLibc = false; + cc = icc; + }); }; - } -- 2.26.2