zegrapher: migrate to by-name

This commit is contained in:
Anderson Torres 2024-10-09 22:19:15 -03:00
parent 6422c786dd
commit 220618e6a9
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,11 @@
{ lib, stdenv
, fetchFromGitHub
, qmake
, wrapQtAppsHook
, qt5
, boost }:
let
inherit (qt5) qmake wrapQtAppsHook;
in
stdenv.mkDerivation rec {
pname = "zegrapher";
version = "3.1.1";

View File

@ -36314,8 +36314,6 @@ with pkgs;
fftw = fftwSinglePrec;
});
zegrapher = libsForQt5.callPackage ../applications/science/math/zegrapher { };
### SCIENCE/MEDICINE
dcmtk = callPackage ../applications/science/medicine/dcmtk { };