gnum4: set platforms=all; it works on Windows

This commit is contained in:
volth 2018-11-11 01:17:56 +00:00 committed by GitHub
parent 337f8f7301
commit a538d9982a
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; license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.all;
}; };
} }