Merge pull request #232489 from wegank/isabelle-linter-platforms

isabelle-components.isabelle-linter: add platforms
This commit is contained in:
Weijia Wang 2023-05-18 00:16:53 +03:00 committed by GitHub
commit 2597afa874
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}