dax: add required qt flags #10

Merged
sb10q merged 1 commits from fsagbuya/artiq-extrapkg:dax into master 2023-10-18 14:09:39 +08:00

Added wrapQtAppsHook and set dontWrapQtApps to build the package, as per error log:

Closes #9.

builder for '/nix/store/758drm5mq6bfzd7b1vrr2hvhg4vnvcxn-python3.10-dax-8.1221+921e290.drv' failed with exit code 1;
       last 10 log lines:
       > Using setuptoolsBuildPhase
       > Using setuptoolsShellHook
       > Sourcing pip-install-hook
       > Using pipInstallPhase
       > Sourcing python-imports-check-hook.sh
       > Using pythonImportsCheckPhase
       > Sourcing python-namespaces-hook
       > Sourcing python-catch-conflicts-hook.sh
       > qtPreHook
       > Error: wrapQtAppsHook is not used, and dontWrapQtApps is not set.

Tested using:

nix build .#dax
ls -l ./result
./result -> /nix/store/ld9mq5yx1pmqzgk51ibba4p75w3bryfw-python3.10-dax-8.1221+921e290

nix build .#dax-applets
ls -l ./result
./result -> /nix/store/mgvnjch9p8j5n7q19fqm7vqdjb52sgrx-python3.10-dax-applets-0.0.0

EDIT: Only added wrapQtAppsHook in dax, dontWrapQtApps already set in: https://gitlab.com/duke-artiq/dax/-/merge_requests/158/diffs

Added `wrapQtAppsHook` and set `dontWrapQtApps` to build the package, as per error log: Closes #9. ``` builder for '/nix/store/758drm5mq6bfzd7b1vrr2hvhg4vnvcxn-python3.10-dax-8.1221+921e290.drv' failed with exit code 1; last 10 log lines: > Using setuptoolsBuildPhase > Using setuptoolsShellHook > Sourcing pip-install-hook > Using pipInstallPhase > Sourcing python-imports-check-hook.sh > Using pythonImportsCheckPhase > Sourcing python-namespaces-hook > Sourcing python-catch-conflicts-hook.sh > qtPreHook > Error: wrapQtAppsHook is not used, and dontWrapQtApps is not set. ``` Tested using: ``` nix build .#dax ls -l ./result ./result -> /nix/store/ld9mq5yx1pmqzgk51ibba4p75w3bryfw-python3.10-dax-8.1221+921e290 nix build .#dax-applets ls -l ./result ./result -> /nix/store/mgvnjch9p8j5n7q19fqm7vqdjb52sgrx-python3.10-dax-applets-0.0.0 ``` EDIT: Only added `wrapQtAppsHook` in `dax`, `dontWrapQtApps` already set in: https://gitlab.com/duke-artiq/dax/-/merge_requests/158/diffs
fsagbuya added 1 commit 2023-10-18 11:44:01 +08:00
fsagbuya force-pushed dax from d9d0b9fa16 to 9501b82528 2023-10-18 12:05:44 +08:00 Compare
fsagbuya force-pushed dax from 9501b82528 to 06cd778cf7 2023-10-18 12:07:46 +08:00 Compare
fsagbuya changed title from dax: add missing qt config to dax: add required qt flags 2023-10-18 12:08:33 +08:00
sb10q merged commit 06cd778cf7 into master 2023-10-18 14:09:39 +08:00
fsagbuya deleted branch dax 2023-10-18 14:38:02 +08:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/artiq-extrapkg#10
There is no content yet.