llvm: switch back to cmake build, so now clang builds

This commit is contained in:
Vladimír Čunát
2013-06-01 23:36:38 +02:00
parent 787f8216d5
commit 14f36162d2
2 changed files with 12 additions and 23 deletions

View File

@@ -13,10 +13,10 @@ else
/** Packaging design:
- The basic mesa ($out) contains headers and libraries (GLU is in mesa_glu now).
This or the mesa attribute (which also contains GLU) are small (~ 2.5 MB, mostly headers)
This or the mesa attribute (which also contains GLU) are small (~ 2.2 MB, mostly headers)
and are designed to be the buildInput of other packages.
- DRI and EGL drivers are compiled into $drivers output,
which is bigger (~13 MB) and depends on LLVM (~80 MB).
which is bigger (~13 MB) and depends on LLVM (~40 MB).
These should be searched at runtime in /run/current-system/sw/lib/*
and so are kind-of impure (given by NixOS).
(I suppose on non-NixOS one would create the appropriate symlinks from there.)