bochs: mark as broken on Darwin
This commit is contained in:
parent
9590fedbf9
commit
abff737e36
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with maintainers; [ AndersonTorres ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
# TODO: a better way to organize the options
|
# TODO: a better way to organize the options
|
||||||
|
|
Loading…
Reference in a new issue