From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dL51x-0002qm-7G for guix-patches@gnu.org; Wed, 14 Jun 2017 05:56:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dL51u-00084y-2F for guix-patches@gnu.org; Wed, 14 Jun 2017 05:56:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44011) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dL51t-00084n-VA for guix-patches@gnu.org; Wed, 14 Jun 2017 05:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dL51t-0001lh-Ok for guix-patches@gnu.org; Wed, 14 Jun 2017 05:56:01 -0400 Subject: [bug#27355] [PATCH 0/7] Add sigrok Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dL50p-0002Fs-9J for guix-patches@gnu.org; Wed, 14 Jun 2017 05:54:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dL50l-0007PQ-Il for guix-patches@gnu.org; Wed, 14 Jun 2017 05:54:55 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:52938 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dL50l-0007Or-Ac for guix-patches@gnu.org; Wed, 14 Jun 2017 05:54:51 -0400 From: Theodoros Foradis Message-ID: <87wp8ex5bn.fsf@openmailbox.org> Date: Wed, 14 Jun 2017 12:54:34 +0300 MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27355@debbugs.gnu.org Hello, This patch series includes all needed packages to run sigrok, a signal analysis software suite. I did introduce a new file, electronics.scm, which may not be a good idea, I could refactor the patches to apply to an existing one. Also, the package libsigrok, includes a file with udev rules. I have our package change the udev group from plugdev to dialout. Is that correct? Or should it be some other group it changes to? * Theodoros Foradis(7): gnu: Add pulseview. gnu: Add sigrok-cli. gnu: Add libsigrok. gnu: Add sigrok-firmware-fx2lafw. gnu: Add libsigrokdecode. gnu: Add libserialport. gnu: Add libzip. gnu/local.mk | 1 + gnu/packages/electronics.scm | 227 ++++++++++++++++++++++++++++++++++++++ gnu/packages/zip.scm | 32 ++++++++++++++ 3 files changed, 260 insertions(+) create mode 100644 gnu/packages/electronics.scm -- Theodoros Foradis