Skip to content

Commit

Permalink
ordered block and remove garbage pasting
Browse files Browse the repository at this point in the history
  • Loading branch information
agaget committed Dec 20, 2023
1 parent 1bae661 commit 4346dbe
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pkgs/epnix/support/ads/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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";
Expand Down

0 comments on commit 4346dbe

Please sign in to comment.