Remove linuxcnc-base

This commit is contained in:
2023-10-24 10:15:45 +03:00
parent d2e48d2904
commit 0f1fbd6767
7 changed files with 5 additions and 184 deletions

View File

@@ -1,8 +1,7 @@
{ lib, stdenv, autoreconfHook, wrapGAppsHook, qt5, makeWrapper, fetchFromGitHub, libtool, pkgconfig,
readline_5, ncurses, libtirpc, systemd, libmodbus, libusb, glib, gtk2, gtk3, procps, kmod, sysctl,
util-linux, psmisc, intltool, tcl, tk, bwidget, tkimg, tclx, tkblt, pango, cairo, boost, espeak, gst_all_1,
python3Full, yapps, gobject-introspection, libGLU, xorg, libepoxy, hicolor-icon-theme, glxinfo, bash,
hal-cia402, linuxcnc-ethercat
python3Full, yapps, gobject-introspection, libGLU, xorg, libepoxy, hicolor-icon-theme, glxinfo, bash
}:
let
pythonPkg = (python3Full.withPackages (ps: [
@@ -51,7 +50,6 @@ stdenv.mkDerivation rec {
psmisc intltool tcl tk bwidget tkimg tclx tkblt pango cairo pythonPkg.pkgs.pygobject3 gobject-introspection
boost_python pythonPkg.pkgs.boost pythonPkg qt5.qtbase espeak gst_all_1.gstreamer
ncurses readline_5 libGLU xorg.libXmu libepoxy hicolor-icon-theme glxinfo
hal-cia402 linuxcnc-ethercat
];
preAutoreconf = ''