rPackages.nloptr: fix build

Unnecessary to remove bundled source as it is unused during build.
This commit is contained in:
Justin Bedo 2022-02-07 19:04:40 +11:00
parent bc30fd79e0
commit cb13e4e96d
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

View File

@ -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 \