From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Add SimpleDSO. Date: Sun, 1 May 2016 18:15:03 -0400 Message-ID: <20160501221503.GA17835@jasmine> References: <87inyxwxxi.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awzeD-0000pm-8K for guix-devel@gnu.org; Sun, 01 May 2016 18:15:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awze1-00060n-Eu for guix-devel@gnu.org; Sun, 01 May 2016 18:15:23 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:55699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awzdz-0005tN-24 for guix-devel@gnu.org; Sun, 01 May 2016 18:15:17 -0400 Content-Disposition: inline In-Reply-To: <87inyxwxxi.fsf@elephly.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: "guix-devel@gnu.org" On Sun, May 01, 2016 at 06:22:17PM +0200, Ricardo Wurmus wrote: > Hi Guix, > > this patch adds a tool to display waveforms from my digital storage > oscilloscope. The package definition is a bit ugly because upstream > doesn’t really have a good build system. Does it really require qt-4? We removed python2-qt-4 in 3297deedd. AFAICT qt-4 is abandoned by the Qt project and does not receive security updates. https://wiki.qt.io/Qt_project_security_policy I didn't test the build yet, because Hydra doesn't have a qt-4 substitute available.