logstash: fix passthru.tests

This commit is contained in:
happysalada 2021-08-31 17:45:44 +09:00 committed by Raphael Megzari
parent ccc9139fc9
commit 274c9f6e0b

View File

@ -24,8 +24,7 @@ let
x86_64-linux = "sha256-jiV2yGPwPgZ5plo3ftImVDLSOsk/XBzFkeeALSObLhU=";
x86_64-darwin = "sha256-UYG+GGr23eAc2GgNX/mXaGU0WKMjiQMPpD1wUvAVz0A=";
};
in
stdenv.mkDerivation rec {
this = stdenv.mkDerivation rec {
version = elk7Version;
pname = "logstash${optionalString (!enableUnfree) "-oss"}";
@ -74,4 +73,6 @@ stdenv.mkDerivation rec {
elk = nixosTests.elk.ELK-7;
}
);
}
};
in
this