Hi,
Am 26.03.23 um 10:16 schrieb Gottfried:
please send the command you used to update the profile and the
manifest file inside the profile, i.e.
home/gfp/Projekte/Musik/guix-profil/manifest.scm
Martin
This was the command I used to upgrade the profile
(because I deleted one package: ardour
in my main profile, so I wanted to install it in this profile)
~$ guix package --upgrade --profile=/home/gfp/Projekte/Musik/guix-profil
Like you, I would expect that to work, but I read the info page again.
It says about --upgrade:
Note that this upgrades package to the latest version of packages
found in the distribution currently installed.
And the latest version of musescore is 4.0.2, so it tries to install that.
So I guess the right command would be:
guix package -m /home/gfp/Projekte/Musik/musik.scm --profile
/home/gfp/Projekte/Musik/guix-profil
-----------------------------------------------------------------------------
here the musik.scm:
I actually meant /home/gfp/Projekte/Musik/guix-profil/manifest and not
/home/gfp/Projekte/Musik/musik.scm, but now I don't need it anymore.
Martin