3
0
Fork 0
forked from mirrors/nixpkgs

isabelle-components.isabelle-linter: add platforms

This commit is contained in:
Weijia Wang 2023-05-17 23:01:48 +03:00
parent f31001c5b3
commit 55e5de416f

View file

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/isabelle-prover/isabelle-linter";
maintainers = with maintainers; [ jvanbruegge ];
license = licenses.mit;
platforms = platforms.all;
};
}