chocolate-doom: only build on linux

darwin build times out on sdl-config
This commit is contained in:
Matthew Justin Bauer 2018-06-23 17:35:01 -04:00 committed by GitHub
parent 9bfd3ade2e
commit 92f0bec7c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
description = "A Doom source port that accurately reproduces the experience of Doom as it was played in the 1990s";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix;
hydraPlatforms = stdenv.lib.platforms.linux; # darwin times out
maintainers = with stdenv.lib.maintainers; [ MP2E ];
};
}