From cb13e4e96d19b5011a8f3beb3f629a0ec379c3dc Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Mon, 7 Feb 2022 19:04:40 +1100 Subject: [PATCH] rPackages.nloptr: fix build Unnecessary to remove bundled source as it is unused during build. --- pkgs/development/r-modules/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/r-modules/default.nix b/pkgs/development/r-modules/default.nix index edddcf70765e..4768cf402345 100644 --- a/pkgs/development/r-modules/default.nix +++ b/pkgs/development/r-modules/default.nix @@ -1096,12 +1096,6 @@ let ]; }); - nloptr = old.nloptr.overrideDerivation (attrs: { - # Drop bundled nlopt source code. Probably unnecessary, but I want to be - # sure we're using the system library, not this one. - preConfigure = "rm -r src/nlopt_src"; - }); - V8 = old.V8.overrideDerivation (attrs: { postPatch = '' substituteInPlace configure \