diff --git a/pkgs/llvm-ompss2/clang.nix b/pkgs/llvm-ompss2/clang.nix index a5f321c..40d5860 100644 --- a/pkgs/llvm-ompss2/clang.nix +++ b/pkgs/llvm-ompss2/clang.nix @@ -122,8 +122,8 @@ in stdenv.mkDerivation rec { # Remove support for GNU and Intel Openmp postInstall = '' - rm $out/lib/libgomp* - rm $out/lib/libiomp* + rm -f $out/lib/libgomp* + rm -f $out/lib/libiomp* ''; # About "-DCLANG_DEFAULT_NANOS6_HOME=${nanos6}", we could specify a default