3
0
Fork 0
forked from mirrors/nixpkgs

root5: mark as broken on Linux

This commit is contained in:
Dmitry Kalinkin 2018-10-18 15:26:53 -04:00
parent 0c9335fb1c
commit 73625f2522

View file

@ -73,5 +73,8 @@ stdenv.mkDerivation rec {
description = "A data analysis framework";
platforms = platforms.unix;
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;
};
}