Skip to content

Commit

Permalink
opencomposite: fix cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst committed Jan 14, 2025
1 parent d9e9853 commit bb36854
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/by-name/op/opencomposite/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ stdenv.mkDerivation {
hash = "sha256-SV8E+4qu5J7MueHmdsdTDKNx4CH085fidgIJyewj8RQ=";
};

nativeBuildInputs = [ cmake ];
nativeBuildInputs = [
cmake
python3
];

buildInputs = [
glm
jsoncpp
libGL
python3
vulkan-headers
vulkan-loader
xorg.libX11
Expand Down

0 comments on commit bb36854

Please sign in to comment.