Skip to content
New issue

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

v4l-utils: move wrapQtAppsHook to buildInputs #220431

Closed
wants to merge 1 commit into from
Closed

v4l-utils: move wrapQtAppsHook to buildInputs #220431

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Mar 10, 2023

wrapQtAppsHook is currently in nativeBuildInputs, which causes it to
attempt to use the buildPlatform's QT libraries. Let's fix cross by
moving it to buildInputs.

wrapQtAppsHook is currently in nativeBuildInputs, which causes it to
attempt to use the buildPlatform's QT libraries.  Let's fix cross by
moving it to buildInputs.
@Artturin
Copy link
Member

hooks should go in nativeBuildInputs so this is a bug somewhere else

perhaps here

propagatedBuildInputs = [ self.qtbase.dev buildPackages.makeWrapper ]
++ lib.optional stdenv.isLinux self.qtwayland.dev;

https://github.com/NixOS/nixpkgs/blob/master/doc/builders/special/makesetuphook.section.md

@Artturin Artturin marked this pull request as draft March 10, 2023 17:57
@Artturin
Copy link
Member

#220518

@ghost
Copy link
Author

ghost commented Apr 8, 2023

Yeah this PR is definitely broken.

@ghost ghost closed this Apr 8, 2023
@ghost ghost deleted the pr/qt/cross/v4l branch January 23, 2024 06:49
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant