mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 15:41:40 +00:00
b9c72433cc
svn path=/nixpkgs/trunk/; revision=31380
9 lines
154 B
Nix
9 lines
154 B
Nix
{ kde, kdelibs, libspectre }:
|
|
kde {
|
|
buildInputs = [ kdelibs libspectre ];
|
|
|
|
meta = {
|
|
description = "KDE Frontend to Mathematical Software";
|
|
};
|
|
}
|