Compare commits
3 Commits
6650d64114
...
26d56219c2
| Author | SHA1 | Date | |
|---|---|---|---|
| 26d56219c2 | |||
| 3205f2d806 | |||
| b2a8cf8177 |
@@ -1,7 +1,7 @@
|
||||
{ config, lib, pkgs, stdenv, linuxcnc }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
enableParalellBuilding = true;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
pname = "hal-cia402";
|
||||
version = "e772757686";
|
||||
@@ -10,14 +10,19 @@ stdenv.mkDerivation rec {
|
||||
src = pkgs.fetchgit {
|
||||
url = "https://git.dripco.eu/nic/hal-cia402.git";
|
||||
rev = "e772757686a0fbee476b3d03c060e5cc9ee90e27";
|
||||
sha256 = "SjFkcNl/4AlsMeIw5Hg9Kp5mIIV9KFUYodXV6lAi3/A=";
|
||||
sha256 = "qna8a1C/WXNudyRXxibTGai3D48nRWRyprlXZYM2rxg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with pkgs; [ ];
|
||||
|
||||
buildInputs = [ linuxcnc ];
|
||||
|
||||
#installFlags = [ "DESTDIR=${placeholder "out"}" ];
|
||||
installPhase = ''
|
||||
halcompile --compile cia402.comp
|
||||
|
||||
mkdir -p $out/lib/linuxcnc/modules/
|
||||
cp cia402.so $out/lib/linuxcnc/modules/
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "LinuxCNC CIA402 HAL component";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ config, lib, pkgs, stdenv, linuxcnc, etherlab }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
enableParalellBuilding = true;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
pname = "linuxcnc-ethercat";
|
||||
version = "5ad53da25b";
|
||||
|
||||
@@ -22,7 +22,7 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
hardeningDisable = [ "all" ];
|
||||
enableParalellBuilding = true;
|
||||
enableParallelBuilding = true;
|
||||
pname = "linuxcnc";
|
||||
version = "2.9-git";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
Reference in New Issue
Block a user