catch2: enable build for i686-windows
This commit is contained in:
parent
ce517168c8
commit
d2932553d1
@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://catch-lib.net";
|
||||
license = licenses.boost;
|
||||
maintainers = with maintainers; [ edwtjo knedlsepp ];
|
||||
platforms = platforms.unix ++ [ "x86_64-windows" ];
|
||||
platforms = with platforms; unix ++ windows;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user