mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
fix binaryninja on unstable
This commit is contained in:
parent
92619e6968
commit
1f344ad69f
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
{ stdenv
|
||||
, autoPatchelfHook
|
||||
, libglvnd
|
||||
, makeWrapper
|
||||
, qt6
|
||||
, python3
|
||||
, qt6
|
||||
, requireFile
|
||||
, unzip
|
||||
}:
|
||||
|
@ -28,6 +29,7 @@ stdenv.mkDerivation {
|
|||
];
|
||||
|
||||
buildInputs = [
|
||||
libglvnd
|
||||
qt6.full
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue