mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +03:00
Remove melodic with Python 2.
Key Python 2 dependencies have been removed from nixpkgs, so basically nothing builds anymore. The melodicPython3 package set is still available.
This commit is contained in:
parent
ec099ecde1
commit
49aa01b0aa
2 changed files with 0 additions and 6 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
@ -7,7 +7,6 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
- melodic
|
|
||||||
- melodicPython3
|
- melodicPython3
|
||||||
- noetic
|
- noetic
|
||||||
- foxy
|
- foxy
|
||||||
|
|
|
@ -5,11 +5,6 @@ self: super: {
|
||||||
recurseForDerivations = true;
|
recurseForDerivations = true;
|
||||||
lib = super.lib // import ../lib { inherit lib self; };
|
lib = super.lib // import ../lib { inherit lib self; };
|
||||||
|
|
||||||
melodic = import ./distro-overlay.nix {
|
|
||||||
distro = "melodic";
|
|
||||||
python = self.python2;
|
|
||||||
} self super;
|
|
||||||
|
|
||||||
melodicPython3 = import ./distro-overlay.nix {
|
melodicPython3 = import ./distro-overlay.nix {
|
||||||
distro = "melodic";
|
distro = "melodic";
|
||||||
python = self.python3;
|
python = self.python3;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue