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