-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
qt5: fix splicing #264903
qt5: fix splicing #264903
Conversation
and simplify some things remove now unnecessary use of buildPackages
The `self` does not contain spliced packages, callPackage works properly.
Working on testing this. Here is the qt6 version: #264959 |
I'll try to rebase #264965 on this |
This reduces the amount of derivations to build after building all the succeeding ones
14 vs 8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should merge this soon.
|
I have the fix. There was a rebase issue with the path to meson's |
propagatedBuildInputs = [ self.qtbase.dev buildPackages.makeBinaryWrapper ] | ||
++ lib.optional stdenv.isLinux self.qtwayland.dev; | ||
} ../hooks/wrap-qt-apps-hook.sh; | ||
propagatedBuildInputs = [ qtbase.dev makeBinaryWrapper ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something still isn't right here.
Description of changes
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)