cernlib: mark broken on darwin
Using gccStdenv makes the build go further, but then it fails with. kuipc /private/tmp/nix-build-cernlib-2006.drv-0/2006/src/packlib/kuip/code_kuip/kuipcdf.cdf kuipcdf.c Makefile:413: archive/kuipcdf.d: No such file or directory make[3]: *** [Makefile:473: kuipcdf.c] Abort trap: 6 /cc ZHF #45961
This commit is contained in:
parent
3c2a74719a
commit
68f7e75517
@ -56,6 +56,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://cernlib.web.cern.ch;
|
homepage = http://cernlib.web.cern.ch;
|
||||||
description = "Legacy collection of libraries and modules for data analysis in high energy physics";
|
description = "Legacy collection of libraries and modules for data analysis in high energy physics";
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = with stdenv.lib.maintainers; [ veprbl ];
|
maintainers = with stdenv.lib.maintainers; [ veprbl ];
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user