java: More default cleanups

This commit is contained in:
William A. Kennington III
2015-01-07 14:55:41 -08:00
parent 770d5947b0
commit dd7efcbf36
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{stdenv, fetchurl, openjre, jre ? openjre}:
{ stdenv, fetchurl, jre }:
stdenv.mkDerivation rec {
name = "zxing-${version}";
version = "3.1.0";