mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
removed notmuch
This commit is contained in:
parent
c038fa3228
commit
11b1eb654d
6 changed files with 25 additions and 57 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue