mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
pcg-c: mark as broken on i686
This commit is contained in:
parent
36b406fd1b
commit
6cfbdda1e9
@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.linus ];
|
||||
repositories.git = git://github.com/imneme/pcg-c.git;
|
||||
broken = stdenv.isi686; # https://github.com/imneme/pcg-c/issues/11
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user