7 lines
99 B
Nix
7 lines
99 B
Nix
{ mkKdeDerivation }:
|
|
mkKdeDerivation {
|
|
pname = "kunitconversion";
|
|
|
|
hasPythonBindings = true;
|
|
}
|