Merge pull request #50215 from volth/patch-285

gnum4: set platforms=all; it works on Windows
This commit is contained in:
Silvan Mosberger 2018-11-11 14:55:26 +01:00 committed by GitHub
commit 921b63134a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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