radare2: don't inherit gnome2's vte version

This commit is contained in:
Martin Weinelt 2022-01-15 00:18:31 +01:00
parent fb7eb9e80c
commit 7da8eaa0e0
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -15239,7 +15239,6 @@ with pkgs;
r10k = callPackage ../tools/system/r10k { };
radare2 = callPackage ../development/tools/analysis/radare2 ({
inherit (gnome2) vte;
lua = lua5;
} // (config.radare or {}));