fix binaryninja on unstable

This commit is contained in:
Sean Buckley 2023-03-10 22:45:04 -05:00
parent 92619e6968
commit 1f344ad69f

View file

@ -1,8 +1,9 @@
{ stdenv
, autoPatchelfHook
, libglvnd
, makeWrapper
, qt6
, python3
, qt6
, requireFile
, unzip
}:
@ -28,6 +29,7 @@ stdenv.mkDerivation {
];
buildInputs = [
libglvnd
qt6.full
];