gnum4: set platforms=unix++windows

This commit is contained in:
volth 2018-11-11 01:42:40 +00:00 committed by GitHub
parent a538d9982a
commit 31beea9818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
'';
license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.unix ++ stdenv.lib.platforms.windows;
};
}