9 stdenv.mkDerivation rec {
11 version = "0-unstable-2024-02-11";
14 url = "https://git.code.sf.net/p/flightgear/flightgear";
15 rev = "3168828949d6b42959ccee6c202b8895493edb2b";
16 hash = "sha256-QiIMkrzaB/ljVf6c+RJNFWKLZa84cIjYPO5nxEFDqjg=";
34 qmake -makefile ../fgcanvas.pro CONFIG+="release" QMAKE_CXXFLAGS+=' -Wno-deprecated-copy -Wno-deprecated -Wno-deprecated-declarations'
41 mv fgqcanvas $out/bin/
46 homepage = "https://sourceforge.net/p/flightgear/flightgear/ci/next/tree/utils/fgqcanvas/README.md";
47 description = "Qt-based remote canvas application for FlightGear";
48 license = licenses.gpl2Plus;
49 platforms = platforms.linux;
51 mainProgram = "fgqcanvas";