radare2-cutter: Use Qt 5.15

Signed-off-by: Pamplemousse <xav.maso@gmail.com>
This commit is contained in:
Pamplemousse 2020-10-20 08:58:17 -07:00
parent 8e5f885ba0
commit 056a35ad97
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub { fetchFromGitHub, lib, mkDerivation
# nativeBuildInputs # nativeBuildInputs
, qmake, pkgconfig , qmake, pkgconfig
# Qt # Qt
@ -8,7 +8,7 @@
, python3 , python3
, wrapQtAppsHook }: , wrapQtAppsHook }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "radare2-cutter"; pname = "radare2-cutter";
version = "1.12.0"; version = "1.12.0";
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with lib; {
description = "A Qt and C++ GUI for radare2 reverse engineering framework"; description = "A Qt and C++ GUI for radare2 reverse engineering framework";
homepage = src.meta.homepage; homepage = src.meta.homepage;
license = licenses.gpl3; license = licenses.gpl3;

View File

@ -11735,7 +11735,7 @@ julia_15 = callPackage ../development/compilers/julia/1.5.nix {
lua = lua5; lua = lua5;
} // (config.radare or {}))) radare2 r2-for-cutter; } // (config.radare or {}))) radare2 r2-for-cutter;
radare2-cutter = libsForQt514.callPackage ../development/tools/analysis/radare2/cutter.nix { }; radare2-cutter = libsForQt515.callPackage ../development/tools/analysis/radare2/cutter.nix { };
ragel = ragelStable; ragel = ragelStable;