diff --git a/pkgs/epnix/support/ads/default.nix b/pkgs/epnix/support/ads/default.nix index a82f4550..bcce25a6 100644 --- a/pkgs/epnix/support/ads/default.nix +++ b/pkgs/epnix/support/ads/default.nix @@ -14,13 +14,6 @@ mkEpicsPackage rec { inherit local_config_site local_release; - doCheck = false; - propagatedBuildInputs = with epnix.support; [asyn calc]; - - preBuild = '' vscode-file://vscode-app/usr/share/code/resources/app/out/vs/code/electron-sandbox/workbench/workbench.html - touch configure/RELEASE_PATHS.local - touch configure/RELEASE_LIBS.local - ''; src = fetchFromGitLab { domain = "gitlab.esss.lu.se"; owner = "epics-modules"; @@ -32,6 +25,15 @@ mkEpicsPackage rec { patches = [./fixDep.patch]; + propagatedBuildInputs = with epnix.support; [asyn calc]; + + doCheck = false; + + preBuild = '' + touch configure/RELEASE_PATHS.local + touch configure/RELEASE_LIBS.local + ''; + 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";