Merge branch 'master' into staging-next

Fixed trivial conflicts caused by removing rec.
This commit is contained in:
Jan Tojnar
2019-09-06 03:20:09 +02:00
247 changed files with 3153 additions and 2159 deletions
@@ -5,7 +5,8 @@
, qtbase, qtsvg, qtwebengine
# buildInputs
, r2-for-cutter
, python3 }:
, python3
, wrapQtAppsHook }:
stdenv.mkDerivation rec {
pname = "radare2-cutter";
@@ -30,7 +31,7 @@ stdenv.mkDerivation rec {
'';
nativeBuildInputs = [ qmake pkgconfig ];
buildInputs = [ qtbase qtsvg qtwebengine r2-for-cutter python3 ];
buildInputs = [ qtbase qtsvg qtwebengine r2-for-cutter python3 wrapQtAppsHook ];
qmakeFlags = [
"CONFIG+=link_pkgconfig"