From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add lmms Date: Wed, 15 Mar 2017 18:03:33 -0400 Message-ID: <20170315220333.GA20748@jasmine> References: <300f50ce07054303ec3afdbaff9f0b73@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coH1N-0005RK-Io for guix-devel@gnu.org; Wed, 15 Mar 2017 18:03:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coH1K-00040Y-Fi for guix-devel@gnu.org; Wed, 15 Mar 2017 18:03:53 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:39271) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1coH1K-00040M-BA for guix-devel@gnu.org; Wed, 15 Mar 2017 18:03:50 -0400 Content-Disposition: inline In-Reply-To: <300f50ce07054303ec3afdbaff9f0b73@openmailbox.org> 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: Rodger Fox Cc: guix-devel@gnu.org On Wed, Mar 08, 2017 at 08:47:03PM -0800, Rodger Fox wrote: > Subject: [PATCH] gnu: Add lmms. > > * gnu/packages/music.scm (lmms): New variable. Thanks, this looks fun! > + ("qt" ,qt-4) Qt 4 is no longer supported by the Qt project, but security vulnerabilities continue to be discovered in it, and so we should not add new packages that depend on it. Apparently, LMMS can be built with Qt 5: https://github.com/LMMS/lmms/wiki/Compiling-lmms#using-qt5 Can you try it and let us know how it goes?