nixpkgs/pkgs/desktops/kde-4.7/edu/rocs.nix

15 lines
288 B
Nix
Raw Normal View History

{ kde, cmake, kdelibs, qt4, automoc4, phonon, boost, perl }:
kde.package {
buildInputs = [ cmake kdelibs qt4 automoc4 phonon boost perl ];
NIX_CFLAGS_COMPILE = "-fexceptions";
meta = {
description = "A KDE graph theory viewer";
kde = {
name = "rocs";
};
};
}