mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
mozillavpn: fix build with qt 6.4
This commit is contained in:
parent
f1b15aebd2
commit
de795b62a7
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ stdenv.mkDerivation {
|
|||
substituteInPlace src/cmake/linux.cmake \
|
||||
--replace '${"$"}{SYSTEMD_UNIT_DIR}' "$out/lib/systemd/system"
|
||||
|
||||
substituteInPlace src/connectionbenchmark/benchmarktaskdownload.cpp \
|
||||
--replace 'QT_VERSION >= 0x060400' 'false'
|
||||
|
||||
ln -s '${netfilter-go-modules}' linux/netfilter/vendor
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue