Rename packages

This commit is contained in:
2023-10-23 15:17:17 +03:00
parent 4c561b1288
commit de989d4af8
7 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, stdenv, linuxcnc, etherlab }:
{ config, lib, pkgs, stdenv, linuxcnc-base, etherlab }:
stdenv.mkDerivation rec {
enableParallelBuilding = true;
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = with pkgs; [ which expat ];
buildInputs = [ linuxcnc etherlab.ethercat ];
buildInputs = [ linuxcnc-base etherlab.ethercat ];
installFlags = [ "DESTDIR=${placeholder "out"}" ];