Skip to content

Commit

Permalink
ghaf-robot: Add missing plugp100 dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Mika Tammi <mika.tammi@unikie.com>
  • Loading branch information
Mika Tammi authored and Mika Tammi committed Nov 2, 2023
1 parent 4ea4646 commit 675bddc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
packages = rec {
ghaf-robot = pkgs.callPackage ./pkgs/ghaf-robot {
PyP100 = self.packages.${system}.PyP100;
plugp100 = self.packages.${system}.plugp100;
robotframework-advancedlogging = self.packages.${system}.robotframework-advancedlogging;
robotframework-retryfailed = self.packages.${system}.robotframework-retryfailed;
robotframework-seriallibrary = self.packages.${system}.robotframework-seriallibrary;
Expand Down
2 changes: 2 additions & 0 deletions pkgs/ghaf-robot/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
PyP100,
plugp100,
python3,
robotframework-advancedlogging,
robotframework-retryfailed,
Expand All @@ -22,6 +23,7 @@ writeShellApplication {
robotframework-retryfailed
robotframework-seriallibrary
PyP100
plugp100
]))
];
text = ''
Expand Down

0 comments on commit 675bddc

Please sign in to comment.