Merge pull request #7576 from listx/pcg-c

pcg-c rng library
This commit is contained in:
Arseniy Seroka
2015-04-27 00:57:59 +03:00
4 changed files with 56 additions and 0 deletions

View File

@@ -7261,6 +7261,8 @@ let
pangoxsl = callPackage ../development/libraries/pangoxsl { };
pcg_c = callPackage ../development/libraries/pcg-c { };
pcl = callPackage ../development/libraries/pcl {
vtk = vtkWithQt4;
};