From 885e04e4466cc2cfb4912e8568767f2900a41d0d Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 21 Jul 2025 17:01:06 +0200 Subject: [PATCH] Remove unused inputs from intel compiler 2023 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Aleix Boné --- pkgs/intel-oneapi/2023.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/intel-oneapi/2023.nix b/pkgs/intel-oneapi/2023.nix index 1e65c6c..4410995 100644 --- a/pkgs/intel-oneapi/2023.nix +++ b/pkgs/intel-oneapi/2023.nix @@ -1,6 +1,5 @@ { stdenv , fetchurl -, ncurses , lib , dpkg , rsync @@ -10,12 +9,9 @@ , hwloc , zlib , autoPatchelfHook -, symlinkJoin , libfabric , gcc13 -, gcc7 , wrapCCWith -, linuxHeaders }: # The distribution of intel packages is a mess. We are doing the installation