-
Notifications
You must be signed in to change notification settings - Fork 131
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
fix: nix & python packages upgrade, csd verify file #181
Conversation
Niv appears to work too, but I haven't tested that as much. Changes (sorry single big commit, but this was hard enough as is): - don't use the overlay for nixpkgs since it's not used ATM - when using a flake, respect the given inputs instead of using Niv ones - update dependencies to Qt6 to match `pyproject.toml` - fix coredump on Wayland because of missing runtime dependency - fix build-system to use the newer `poetry-core` - update poetry.lock - make flake inputs and Niv sources poetry2nix versions match
Example: "QApplication: invalid style override 'kvantum' passed, ignoring it."
`prev.callPackage` auto-detects the given closure's args and sets them to `prev.${arg}`. So `poetry2nix` was getting overriden with `prev.poetry2nix` giving us the "poetry2nix is now maintained out-of-tree" error.
Hi @adminy thanks for this work, it fixed my build. I wondered if you had any clue as to why I am getting the following error:
Any pointers would be super helpful thanks! |
My PR makes an assumtion that there is always a host-scan file passed for CPD verification. I can update that to make this optional, sounds like a bug. |
hopefully I haven't left anything out. Should be fixed now. |
Python dependency update is required to build with latest nixpkgs. Co-authored-by: adminy <[email protected]>
Hi @adminy I have just tried your latest commit and I am getting the same error. |
And make Nix package use the lxml from nixpkgs, to allow building with a more recent version.
Hey, it's been a while since I posted in my PR (#152) reposting here for visibility:
|
faf4a0f
to
60b811a
Compare
hey @ThinkChaos, I kind of no longer use this VPN client, but I rebased your changes like you asked. Seems like a dead project anyways since our PRs aren't being merged in. |
Thanks appreciate it! Out of curiosity what are you using instead? |
I was using this client for work, but my workplace did not appreciate me working on linux. So Now I'm somewhere else and occasionally I use openvpn cli client to connect to AWS's vpn client serverless solution. Personally though, to go through my devices I use rathole. Its the simplest in design and much much faster. |
👏 Thanks for the info :) |
adds
-k
/--skip-ssl-verification
and-f
/--scan-file
flags.Tested with and without ssl verification.
Usage in case using newer openssl:
Example
host-scan
file:Fjxes:
Usage in nix:
flake.nix
:configuration.nix
: