forked from mirrors/nixpkgs
isabelle-components.isabelle-linter: add platforms
This commit is contained in:
parent
f31001c5b3
commit
55e5de416f
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue