mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 17:54:49 +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:
|
||||
matrix:
|
||||
distro:
|
||||
- melodic
|
||||
- melodicPython3
|
||||
- noetic
|
||||
- foxy
|
||||
|
|
|
@ -5,11 +5,6 @@ self: super: {
|
|||
recurseForDerivations = true;
|
||||
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 {
|
||||
distro = "melodic";
|
||||
python = self.python3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue