aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@friendly-machines.com>2024-12-20 21:53:07 +0100
committerDanny Milosavljevic <dannym@friendly-machines.com>2024-12-21 02:26:46 +0100
commit4f837f30454e4b4f81d567054f077461155c92dd (patch)
tree28679be294779f0c1155b98edde970f465543384 /Makefile.am
parent42ba1aa8b3090f3a4957d36be14e93c5e36f1825 (diff)
downloadguix-4f837f30454e4b4f81d567054f077461155c92dd.tar.gz
guix-4f837f30454e4b4f81d567054f077461155c92dd.zip
gnu: python-colorcet: Fix build.
* gnu/packages/python-xyz.scm (python-colorcet)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I4a2c721bd5fffd3475bb97273a284eef1433aaa9
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions
t.scm?id=d6ea9f8b38df7de1194d8106488a8c33cce64fd1'>gnu: u-boot-am335x-boneblack: Revert to old name....This reverts to the name this package had previous to commit c2c1dfdf5760873f1db86d14873f725a105f7feb ("gnu: bootloader: Add U-Boot packages for Raspberry Pi models."), which caused the package name to be derived from the board name. * gnu/packages/bootloaders.scm (u-boot-am335x-evm-boneblack): Remove the NAME-SUFFIX keyword argument. Specify the full name via the name field. * gnu/bootloader/u-boot.scm (u-boot-beaglebone-black-bootloader): Adjust to the renamed package. Reported-by: Vagrant Cascadian <vagrant@debian.org> Maxim Cournoyer 2022-12-20gnu: u-boot-am335x-evm-boneblack: Fix variable name....* gnu/packages/bootloaders.scm (u-boot-am335x-boneblack): Rename to... (u-boot-am335x-evm-boneblack), to match the package name. * gnu/bootloader/u-boot.scm (u-boot-beaglebone-black-bootloader): Adjust accordingly. Maxim Cournoyer