root5: mark as broken on Linux
This commit is contained in:
parent
0c9335fb1c
commit
73625f2522
@ -73,5 +73,8 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A data analysis framework";
|
description = "A data analysis framework";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ veprbl ];
|
maintainers = with maintainers; [ veprbl ];
|
||||||
|
# needs to be adapted to work with modern glibc
|
||||||
|
# it works on darwin by impurely picking up system's libc headers
|
||||||
|
broken = stdenv.isLinux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user