1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 02:51:18 +00:00
nixpkgs/pkgs/desktops/kde-4.11/kdeedu/rocs.nix

15 lines
272 B
Nix
Raw Normal View History

2013-08-21 18:38:48 +01:00
{ kde, kdelibs, boost, grantlee }:
kde {
buildInputs = [ kdelibs (boost.override { enableExceptions = true; }) grantlee ];
NIX_CFLAGS_COMPILE = "-fexceptions";
meta = {
description = "A KDE graph theory viewer";
kde = {
name = "rocs";
};
};
}