Files
2025-06-17 00:08:42 +03:00

7 lines
99 B
Nix

{ mkKdeDerivation }:
mkKdeDerivation {
pname = "kunitconversion";
hasPythonBindings = true;
}