summaryrefslogtreecommitdiffstats
path: root/pkgs/games/construo
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/construo')
-rw-r--r--pkgs/games/construo/0.2.2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/construo/0.2.2.nix b/pkgs/games/construo/0.2.2.nix
index 969f4e13baa5..3d8600b8acd4 100644
--- a/pkgs/games/construo/0.2.2.nix
+++ b/pkgs/games/construo/0.2.2.nix
@@ -7,7 +7,7 @@ args : with args;
};
buildInputs = [libX11 zlib xproto]
- ++ (if args ? mesa then [mesa freeglut] else [])
+ ++ (if args ? mesa then [args.mesa args.freeglut] else [])
;
configureFlags = [""];
} null; /* null is a terminator for sumArgs */