haskellPackages.gi-soup: drop obsolete manual version pin

gi-soup has joined Stackage LTS 21, it seems, so Stackage prescribes
precisely this version to be used already.
This commit is contained in:
sternenseemann 2023-07-01 10:42:21 +02:00
parent c5fdad807f
commit dcf434af95

View file

@ -2592,11 +2592,6 @@ self: super: {
# Get rid of this in the next release: https://github.com/kowainik/tomland/commit/37f16460a6dfe4606d48b8b86c13635d409442cd
tomland = doJailbreak super.tomland;
# 2023-04-05: The last version to support libsoup-2.4, required for
# compatibility with other gi- packages.
# Take another look when gi-webkit2 updates as it may have become compatible with libsoup-3
gi-soup = assert versions.major self.gi-webkit2.version == "4"; self.gi-soup_2_4_28;
llvm-ffi = super.llvm-ffi.override {
LLVM = pkgs.llvmPackages_13.libllvm;
};