xflr5: migrate to Qt5.15

rewrite without wrapQtAppsHook and stdenv
This commit is contained in:
freezeboy 2020-11-05 17:07:41 +01:00
parent 1bb18de6e1
commit 9950899236
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ stdenv, lib, fetchurl, wrapQtAppsHook, qmake }: { mkDerivation, lib, fetchurl, qmake }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "xflr5"; pname = "xflr5";
version = "6.47"; version = "6.47";
@ -11,9 +11,9 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
nativeBuildInputs = [ qmake wrapQtAppsHook ]; nativeBuildInputs = [ qmake ];
meta = with stdenv.lib; { meta = with lib; {
description = "An analysis tool for airfoils, wings and planes"; description = "An analysis tool for airfoils, wings and planes";
homepage = https://sourceforge.net/projects/xflr5/; homepage = https://sourceforge.net/projects/xflr5/;
license = licenses.gpl3; license = licenses.gpl3;

View File

@ -26591,7 +26591,7 @@ in
xfitter = callPackage ../applications/science/physics/xfitter {}; xfitter = callPackage ../applications/science/physics/xfitter {};
xflr5 = libsForQt514.callPackage ../applications/science/physics/xflr5 { }; xflr5 = libsForQt5.callPackage ../applications/science/physics/xflr5 { };
### SCIENCE/PROGRAMMING ### SCIENCE/PROGRAMMING