1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

Merge pull request #50232 from wucke13/master

qgroundcontrol: fixes #49870
This commit is contained in:
Jörg Thalheim 2018-11-14 17:10:05 +00:00 committed by GitHub
commit 987bd62232
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
cd ..
mkdir -p $out/share/applications
sed 's/Exec=.*$/Exec=QGroundControl/g' --in-place deploy/qgroundcontrol.desktop
cp -v deploy/qgroundcontrol.desktop $out/share/applications
mkdir -p $out/bin