Skip to content

Commit

Permalink
libmatthew-java: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oxij authored and grahamc committed Mar 4, 2018
1 parent 55e2832 commit ddfff8c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,9 +9,9 @@ stdenv.mkDerivation {
JAVA_HOME=jdk;
PREFIX=''''${out}'';
buildInputs = [ jdk ];
maintainers = [ stdenv.lib.maintainers.sander ];

meta = {
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.sander ];
};
}

0 comments on commit ddfff8c

Please sign in to comment.