Skip to content

Commit

Permalink
raylib: change tests to attrset (#350007)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopejoe1 authored Oct 30, 2024
2 parents 8a1dde7 + c7c0e0d commit 6745c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/raylib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
] ++ lib.optional includeEverything "-DINCLUDE_EVERYTHING=ON"
++ lib.optional sharedLib "-DBUILD_SHARED_LIBS=ON";

passthru.tests = [ raylib-games ];
passthru.tests = { inherit raylib-games; };

patches = [
# Patch version in CMakeLists.txt to 5.0.0
Expand Down

0 comments on commit 6745c25

Please sign in to comment.