Unverified Commit 5fd94c39 authored by TomaSajt's avatar TomaSajt
Browse files

mathmod: move to pkgs/by-name

parent 7eee17a8
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
{ 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";
+0 −2
Original line number Diff line number Diff line
@@ -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 { };