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