mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
zegrapher: migrate to by-name
This commit is contained in:
parent
6422c786dd
commit
220618e6a9
@ -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";
|
@ -36314,8 +36314,6 @@ with pkgs;
|
||||
fftw = fftwSinglePrec;
|
||||
});
|
||||
|
||||
zegrapher = libsForQt5.callPackage ../applications/science/math/zegrapher { };
|
||||
|
||||
### SCIENCE/MEDICINE
|
||||
|
||||
dcmtk = callPackage ../applications/science/medicine/dcmtk { };
|
||||
|
Loading…
Reference in New Issue
Block a user