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 { stdenv
, autoPatchelfHook , autoPatchelfHook
, libglvnd
, makeWrapper , makeWrapper
, qt6
, python3 , python3
, qt6
, requireFile , requireFile
, unzip , unzip
}: }:
@ -28,6 +29,7 @@ stdenv.mkDerivation {
]; ];
buildInputs = [ buildInputs = [
libglvnd
qt6.full qt6.full
]; ];