mathmod: move to pkgs/by-name

This commit is contained in:
TomaSajt
2024-09-30 00:32:55 +02:00
parent 7eee17a8a5
commit 5fd94c39d4
3 changed files with 10 additions and 8 deletions
@@ -1,10 +1,11 @@
{ lib
, mkDerivation
, fetchFromGitHub
, qmake
{
lib,
stdenv,
fetchFromGitHub,
libsForQt5,
}:
mkDerivation {
stdenv.mkDerivation {
pname = "mathmod";
version = "11.1-unstable-2024-01-26";
@@ -21,7 +22,10 @@ mkDerivation {
substituteInPlace MathMod.pro --subst-var out
'';
nativeBuildInputs = [ qmake ];
nativeBuildInputs = with libsForQt5; [
qmake
wrapQtAppsHook
];
meta = {
description = "Mathematical modelling software";
-2
View File
@@ -36487,8 +36487,6 @@ with pkgs;
cudaSupport = true;
};
mathmod = libsForQt5.callPackage ../applications/science/math/mathmod { };
metis = callPackage ../development/libraries/science/math/metis { };
nauty = callPackage ../applications/science/math/nauty { };