14 stdenv.mkDerivation rec {
17 src = fetchFromGitLab {
18 domain = "invent.kde.org";
22 hash = "sha256-XjFGAN7kK2b0bLouYG3OhajhOQk4AgC4EQRzseccGCE=";
25 # see https://github.com/NixOS/nixpkgs/issues/144170
42 homepage = "https://invent.kde.org/graphics/kseexpr";
43 description = "Embeddable expression evaluation engine";
44 maintainers = with maintainers; [ nek0 ];
45 license = licenses.lgpl3Plus;