1 # SPDX-FileCopyrightText: 2022 Frank Doepper
3 # SPDX-License-Identifier: GPL-3.0-only
5 { lib, mkDerivation, amqp, base, bytestring, crypton-connection, containers
6 , data-default-class, process, text, time, tls, crypton-x509-system, unix
7 , hinotify, magic, network, directory, utf8-string, filepath, file-io
16 enableSharedExecutables = false;
17 executableHaskellDepends = [
18 amqp base bytestring crypton-connection containers data-default-class
19 process text time tls crypton-x509-system unix hinotify magic network
20 directory utf8-string filepath file-io
22 description = "AMQP toolset for the command line";
23 license = lib.licenses.gpl3Only;