duktape: fix for structuredAttrs
Without this change the build succees, but packages that use the library can run into linking issues (e.g. qt6declarative).
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
};
|
||||
|
||||
# https://github.com/svaarala/duktape/issues/2464
|
||||
LDFLAGS = [ "-lm" ];
|
||||
env.LDFLAGS = "-lm";
|
||||
|
||||
nativeBuildInputs = [
|
||||
validatePkgConfig
|
||||
|
||||
Reference in New Issue
Block a user