Commit 59a5ee81 authored by magicquark's avatar magicquark
Browse files

mpsolve: migrate to pkgs/by-name

parent 64fe5d3c
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -9,8 +9,7 @@
  gmp,
  gtk3,
  pkg-config,
  qtbase,
  wrapQtAppsHook,
  libsForQt5,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -29,13 +28,13 @@ stdenv.mkDerivation (finalAttrs: {
    bison
    flex
    pkg-config
    wrapQtAppsHook
    libsForQt5.wrapQtAppsHook
  ];

  buildInputs = [
    gmp
    gtk3
    qtbase
    libsForQt5.qtbase
  ];

  passthru.updateScript = gitUpdater { };
+0 −2
Original line number Diff line number Diff line
@@ -769,8 +769,6 @@ with pkgs;
  mkShell = callPackage ../build-support/mkshell { };
  mkShellNoCC = mkShell.override { stdenv = stdenvNoCC; };

  mpsolve = libsForQt5.callPackage ../applications/science/math/mpsolve { };

  nixBufferBuilders = import ../applications/editors/emacs/build-support/buffer.nix {
    inherit lib writeText;
    inherit (emacs.pkgs) inherit-local;