Skip to content

Commit

Permalink
alice-vision: rewrite without inherit clause
Browse files Browse the repository at this point in the history
  • Loading branch information
Isidor Zeuner committed Jan 31, 2024
1 parent b72b244 commit 003634e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20487,11 +20487,11 @@ with pkgs;
alice-vision = alice-vision_3_1_0;

alice-vision_3_0_0 = callPackage ../development/libraries/alice-vision/3.0.0.nix {
inherit (llvmPackages) openmp;
openmp = llvmPackages.openmp;
};

alice-vision_3_1_0 = callPackage ../development/libraries/alice-vision/3.1.0.nix {
inherit (llvmPackages) openmp;
openmp = llvmPackages.openmp;
};

allegro = allegro4;
Expand Down

0 comments on commit 003634e

Please sign in to comment.