tlaplus: remove jdk dependency
As of b5d3526, this package fetches a pre-compiled TLA+ distribution
instead of compiling from source.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, makeWrapper, adoptopenjdk-bin, jre }:
|
||||
{ lib, stdenv, fetchurl, makeWrapper, jre }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tlaplus";
|
||||
@@ -10,7 +10,6 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ adoptopenjdk-bin ];
|
||||
|
||||
dontUnpack = true;
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user