Skip to content

Commit

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

inherit local_config_site local_release;

buildInputs = with epnix.support; [sscan];

src = fetchFromGitHub {
owner = "epics-modules";
repo = "calc";
rev = "R${version}";
sha256 = "sha256-S40HtO7HXDS27u7wmlxuo7oV1abtj1EaXfIz0Kj1IM0=";
};

buildInputs = with epnix.support; [sscan];

inherit local_config_site local_release;

meta = {
description = "Support for run-time expression evaluation";
homepage = "https://epics.anl.gov/bcda/synApps/calc/calc.html";
Expand Down

0 comments on commit 72f24b4

Please sign in to comment.