Merge pull request #267969 from wegank/ueberzugpp-fixup

ueberzugpp: drop range-v3
This commit is contained in:
Weijia Wang 2023-11-17 01:39:51 +01:00 committed by GitHub
commit 256342e6d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,6 @@
, wayland-protocols
, enableX11 ? stdenv.isLinux
, xorg
, withoutStdRanges ? stdenv.isDarwin
, range-v3
}:
stdenv.mkDerivation rec {
@ -69,8 +67,6 @@ stdenv.mkDerivation rec {
] ++ lib.optionals enableX11 [
xorg.libX11
xorg.xcbutilimage
] ++ lib.optionals withoutStdRanges [
range-v3
];
cmakeFlags = lib.optionals (!enableOpencv) [