Commit 220618e6 authored by Anderson Torres's avatar Anderson Torres
Browse files

zegrapher: migrate to by-name

parent 6422c786
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
{ lib, stdenv
, fetchFromGitHub
, qmake
, wrapQtAppsHook
, qt5
, boost }:

let
  inherit (qt5) qmake wrapQtAppsHook;
in
stdenv.mkDerivation rec {
  pname = "zegrapher";
  version = "3.1.1";
+0 −2
Original line number Diff line number Diff line
@@ -36314,8 +36314,6 @@ with pkgs;
    fftw = fftwSinglePrec;
  });
  zegrapher = libsForQt5.callPackage ../applications/science/math/zegrapher { };
  ### SCIENCE/MEDICINE
  dcmtk = callPackage ../applications/science/medicine/dcmtk { };