Open undecided opened 1 day ago
My current workarounds:
temporarily adding the following to /etc/apt/sources.list.d/official-package-repositories.list
deb http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu lunar main restricted universe multiverse
... before doing an apt update, then allows you to install all the dependencies. However, I'd strongly recommend against this, and in fact I think libwebkit2gtk-4.0-dev
is the only package that needs this workaround - the latest packages in the repos for all the other dependencies are fine
And editing subprojects/libqalculate/libqalculate/meson.build
replacing line 120
link_with: 'libqalculate_lib_static',
becomes
link_with: library('libqalculate_lib_static'),
seems to do the trick nicely!
Describe the bug Does not install on latest version of Linux Mint (and probably ubuntu) - cannot install dependencies
To Reproduce Steps to reproduce the behavior:
Available packages: libwebkit2gtk-4.1-dev - however, it doesn't build with that package
If you manage to work around those, finally, subprojects/libqalculate/libqalculate/meson.build raises an error:
Expected behavior Installable from instructions in BUILDING.md
Desktop (please complete the following information):