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
co-authored by Sandro
parent 60eb9a470f
commit 96ef490147
+1 -1
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;
};
}