removed notmuch

This commit is contained in:
Rouven Seifert 2023-05-15 22:59:59 +02:00
parent c038fa3228
commit 11b1eb654d
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 25 additions and 57 deletions

View file

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, lib, ant, jdk, ... }:
{ stdenv, fetchFromGitHub, lib, ant, jdk11, ... }:
stdenv.mkDerivation rec {
pname = "jmri";
version = "5.3.5";
@ -12,9 +12,12 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
ant
jdk
jdk11
];
buildInputs = [
jdk11
];
buildPhase = ''
ant package-linux