Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
462 B
Nix
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
{
mkKdeDerivation,
pkg-config,
shared-mime-info,
qtsvg,
qttools,
qtwebengine,
libqalculate,
libspectre,
luajit,
poppler,
}:
mkKdeDerivation {
pname = "cantor";
extraNativeBuildInputs = [
pkg-config
shared-mime-info
];
extraBuildInputs = [
qtsvg
qttools
qtwebengine
libqalculate
libspectre
luajit
poppler
# FIXME: can't find R, Julia - if anyone needs this, feel free to investigate
];
}