Update pkgs/development/compilers/flix/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Troels Henriksen 2023-04-21 06:50:41 +02:00 committed by GitHub
parent 60eb9a470f
commit 96ef490147
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,6 @@ stdenvNoCC.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.asl20;
maintainers = with maintainers; [ athas ];
platforms = platforms.all;
inherit (jre.meta) platforms;
};
}