mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
parent
ad4965f54c
commit
9d544e633a
@ -51,5 +51,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# Some of the dependencies fail to build on {cyg,dar}win.
|
||||
platforms = stdenv.lib.platforms.gnu;
|
||||
|
||||
# Tests fail since gcc 4.8
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user