mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 21:53:24 +00:00
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:
parent
326bad7af5
commit
be76fb11c9
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user