13 stdenv.mkDerivation (finalAttrs: {
17 src = fetchFromGitHub {
18 owner = "danieljprice";
20 rev = "v${finalAttrs.version}";
21 hash = "sha256-5ieJHUWZDGgsNj7U9tbdhtDIsN+wgbs03IxVd1xM+hw=";
37 "PREFIX=${placeholder "out"}"
39 # Upstream's simplistic makefile doesn't even `mkdir $(PREFIX)`, so we help
44 nativeInstallCheckInputs = [
47 doInstallCheck = true;
50 description = "An interactive visualisation and plotting tool using kernel interpolation, mainly used for Smoothed Particle Hydrodynamics simulations";
51 inherit (finalAttrs.src.meta) homepage;
52 license = lib.licenses.lgpl3Plus;
53 maintainers = with lib.maintainers; [ doronbehar ];
54 platforms = lib.platforms.all;