mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Update pkgs/applications/science/robotics/betaflight-configurator/default.nix
Co-Authored-By: Paul TREHIOU <paul@nyanlout.re>
This commit is contained in:
parent
5fcf9f5559
commit
db3a1d8adb
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1l4blqgaqfrnydk05q6pwdqdhcly2f8nwzrv0749cqmfiinh8ygc";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip ];
|
||||
nativeBuildInputs = [ wrapGAppsHook ];
|
||||
|
||||
buildInputs = [ unzip gsettings-desktop-schemas gtk3 ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin \
|
||||
|
|
Loading…
Reference in a new issue