Remove linuxcnc-base
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, stdenv, linuxcnc-base }:
|
||||
{ config, lib, pkgs, stdenv, linuxcnc }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = with pkgs; [ ];
|
||||
|
||||
buildInputs = [ linuxcnc-base ];
|
||||
buildInputs = [ linuxcnc ];
|
||||
|
||||
installPhase = ''
|
||||
halcompile --compile cia402.comp
|
||||
|
||||
Reference in New Issue
Block a user