Skip to content

Commit

Permalink
opencomposite: fix cross build (NixOS#373816)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Jan 14, 2025
2 parents 301aa4b + bb36854 commit ed890bd
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 ed890bd

Please sign in to comment.