Skip to content

Commit

Permalink
add com and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
agaget committed Dec 21, 2023
1 parent a9a727e commit 03e55fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/epnix/support/ads/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ mkEpicsPackage rec {
sha256 = "sha256-NCuT2EpEBEVMzQw4cU8l0AUYVXa9fUtEOGpynG5Z85M=";
};

# Patch used to fix parallelization compilation issue caused by EPNix compare to standard compilation.
# Wait for PR https://gitlab.esss.lu.se/epics-modules/epics-twincat-ads/-/merge_requests/3
patches = [./fixDep.patch];

propagatedBuildInputs = with epnix.support; [asyn calc];

doCheck = false;

preBuild = ''
touch configure/RELEASE_PATHS.local
touch configure/RELEASE_LIBS.local
Expand All @@ -37,6 +37,8 @@ mkEpicsPackage rec {
meta = {
description = "Module providing EPICS support for ADS Protocol (Automation Device Specification)";
homepage = "https://www.beckhoff.com/en-en/products/automation/twincat/tc1xxx-twincat-3-base/tc1000.html";
# Wait for ESS team answer about the license : https://gitlab.esss.lu.se/epics-modules/epics-twincat-ads/-/issues/1
# lib.licenses.free don't work in EPNIX for now
license = epnixLib.licenses.epics;
maintainers = with epnixLib.maintainers; [agaget];
};
Expand Down

0 comments on commit 03e55fb

Please sign in to comment.