rPackages.nloptr: fix build
Unnecessary to remove bundled source as it is unused during build.
This commit is contained in:
parent
bc30fd79e0
commit
cb13e4e96d
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user