From mboxrd@z Thu Jan 1 00:00:00 1970 From: cdelia@dc.uba.ar Subject: rolling back only a single package Date: Thu, 27 Dec 2018 16:52:23 -0300 Message-ID: <09ccab6e031dddc448863c812f400e0a@dc.uba.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gcbho-0004oS-2U for help-guix@gnu.org; Thu, 27 Dec 2018 14:52:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gcbhk-0002cu-PV for help-guix@gnu.org; Thu, 27 Dec 2018 14:52:32 -0500 Received: from mta1.exactas.uba.ar ([157.92.32.131]:59552) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gcbhk-0002a8-BV for help-guix@gnu.org; Thu, 27 Dec 2018 14:52:28 -0500 Received: from antispam0.exactas.uba.ar (antispam0 [172.20.0.135]) by mta1.exactas.uba.ar (Postfix) with ESMTP id 393AD80C29 for ; Thu, 27 Dec 2018 16:52:26 -0300 (-03) Received: from mta1.exactas.uba.ar ([172.20.0.131]) by antispam0.exactas.uba.ar (antispam0.exactas.uba.ar [172.20.0.135]) (amavisd-new, port 10024) with LMTP id fVbaYBym0g5e for ; Thu, 27 Dec 2018 16:52:23 -0300 (ART) Received: from webmail.dc.uba.ar (webmail.exactas.uba.ar [157.92.32.133]) (Authenticated sender: cdelia@dc.uba.ar) by mta1.exactas.uba.ar (Postfix) with ESMTPSA id 80AC580BCC for ; Thu, 27 Dec 2018 16:52:23 -0300 (-03) 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: help-guix@gnu.org Hi, I upgraded guix a couple of days ago, installed some things and now I found that xmobar just keeps segfaulting. Switching to specific generation it's really cool, but in this case would "uninstall" all the software that it's between the update-generation and the current one. So, there is any way to just downgrade a single package (resolving it dependencies) with out doing a full switch? I guess this it's connected to https://lists.gnu.org/archive/html/help-guix/2016-08/msg00028.html And I could also switch and then manually re install. But maybe there is a standard or automatic way to do it. Thanks!