Skip to content

Commit

Permalink
support.sscan: reorder attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
minijackson committed Sep 20, 2024
1 parent e6f42a9 commit 9724618
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/epnix/support/sscan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ mkEpicsPackage rec {
version = "2-11-6";
varname = "SSCAN";

inherit local_config_site local_release;

buildInputs = with epnix.support; [seq];

src = fetchFromGitHub {
owner = "epics-modules";
repo = pname;
rev = "R${version}";
sha256 = "sha256-hrPap4FBKMD4ddMrADOeTAmsG+rLFxALibT3qsAHNsk=";
};

buildInputs = with epnix.support; [seq];

inherit local_config_site local_release;

meta = {
description = "Contains the sscan record and related software for systematically moving positioners, triggering detectors, and acquiring and storing resulting data";
homepage = "https://epics.anl.gov/bcda/synApps/sscan/sscan.html";
Expand Down

0 comments on commit 9724618

Please sign in to comment.