diff --git a/pkgs/mqtt/flashmq/default.nix b/pkgs/mqtt/flashmq/default.nix
index 544f3c096b096d0cad443b700236bcfb18107041..4d17016ba7b81d9d82b9203d0939fe918b2b8ee9 100644
--- a/pkgs/mqtt/flashmq/default.nix
+++ b/pkgs/mqtt/flashmq/default.nix
@@ -1,27 +1,18 @@
-{ lib, stdenv, fetchFromGitHub, fetchpatch, cmake, installShellFiles, openssl }:
+{ lib, stdenv, fetchFromGitHub, cmake, installShellFiles, openssl }:
stdenv.mkDerivation rec {
pname = "flashmq";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
};
url = "https://github.com/halfgaar/FlashMQ/commit/f33117351496143eb7bf8362697d40f4c74da5b8.patch";
hash = "sha256-gEEzQm2g1/G3eh8z1Ao90Nzg8RmTLvRpw2jVWBMyM68=";
postPatch = ''
substituteInPlace mainapp.cpp --replace "/etc/flashmq" "$out/etc/flashmq"
'';
nativeBuildInputs = [ cmake installShellFiles ];
application/octet-stream
This content has been proxied by September (3851b).