bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15756: Cannot remove a specific package output from profile


From: Ludovic Courtès
Subject: bug#15756: Cannot remove a specific package output from profile
Date: Wed, 30 Oct 2013 17:25:29 +0100
User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)

With Guix 0.4 it’s impossible to remove a single output of a package
when several of them are installed:

--8<---------------cut here---------------start------------->8---
$ ./pre-inst-env guix package -p foo -I
make    3.82    out     /nix/store/zc7djchn80qbji4dmfvbwnw9akag0bfa-make-3.82
make    3.82    debug   
/nix/store/xpw5b3kym02ra3lbaqhxqp88fqc5g7vl-make-3.82-debug
idutils 4.6     out     /nix/store/4cbh3hipf7i5aqy9fdwsb6dfla9k62sz-idutils-4.6

$ ./pre-inst-env guix package -p foo -r make:debug
nothing to be done

$ ./pre-inst-env guix package -p foo -r make
The following package will be removed:
   make-3.82    /nix/store/xpw5b3kym02ra3lbaqhxqp88fqc5g7vl-make-3.82-debug

1 package in profile

$ ./pre-inst-env guix package -p foo -I
idutils 4.6     out     /nix/store/4cbh3hipf7i5aqy9fdwsb6dfla9k62sz-idutils-4.6
--8<---------------cut here---------------end--------------->8---

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]