mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 23:52:33 +00:00
9 lines
154 B
Nix
9 lines
154 B
Nix
|
{ kde, kdelibs, libspectre }:
|
||
|
kde {
|
||
|
buildInputs = [ kdelibs libspectre ];
|
||
|
|
||
|
meta = {
|
||
|
description = "KDE Frontend to Mathematical Software";
|
||
|
};
|
||
|
}
|