We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce the behavior:
nix build nixpkgs#libproxy
CMake Error at libproxy/cmake/modules/pacrunner_duktape.cmk:10 (px_check_modules): Unknown CMake command "px_check_modules". Call Stack (most recent call first): libproxy/cmake/modules.cmk:21 (include) libproxy/CMakeLists.txt:14 (include) -- Configuring incomplete, errors occurred!
See Hydra.
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
nix-shell -p nix-info --run "nix-info -m"
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m" output here
The text was updated successfully, but these errors were encountered:
A possible fix:
diff --git a/libproxy/cmake/pkgconfig.cmk b/libproxy/cmake/pkgconfig.cmk index 89bfc62..ffa0897 100644 --- a/libproxy/cmake/pkgconfig.cmk +++ b/libproxy/cmake/pkgconfig.cmk @@ -1,4 +1,4 @@ -if(NOT WIN32 AND NOT APPLE) +if(NOT WIN32) find_package(PkgConfig) # Define our magical px_check_modules function
Sorry, something went wrong.
That looks like an upstream bug – the build system should never use functions it is undefining.
And either way, on Darwin, I would expect system JavaScriptCore to be used instead of Duktape.
Successfully merging a pull request may close this issue.
Steps To Reproduce
Steps to reproduce the behavior:
nix build nixpkgs#libproxy
Build log
See Hydra.
Additional context
Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: