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