From mboxrd@z Thu Jan 1 00:00:00 1970 From: ison Subject: Re: qtwebkit and openshot Date: Tue, 26 Mar 2019 20:27:56 -0600 Message-ID: <20190327022756.oywxcpaamqszj2je@cf0> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:49037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8yId-0004W6-6p for help-guix@gnu.org; Tue, 26 Mar 2019 22:28:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8yIb-0008RL-91 for help-guix@gnu.org; Tue, 26 Mar 2019 22:28:19 -0400 Received: from cock.li ([185.100.85.212]:49200) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h8yIY-0008Pg-My for help-guix@gnu.org; Tue, 26 Mar 2019 22:28:15 -0400 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: znavko@tutanota.com Cc: help-guix@gnu.org Have you tried using the --do-not-upgrade flag? According to the example here: https://www.gnu.org/software/guix/manual/en/html_node/Invoking-guix-package.html you could try: guix package --upgrade . --do-not-upgrade openshot Assuming openshot really is the only package you have which needs qtwebkit then this should prevent you from having to rebuild it.