about summary refs log tree commit diff
path: root/pkgs/games/construo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/construo/default.nix')
-rw-r--r--pkgs/games/construo/default.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/pkgs/games/construo/default.nix b/pkgs/games/construo/default.nix
index bbdc2a603138..5c74b5962794 100644
--- a/pkgs/games/construo/default.nix
+++ b/pkgs/games/construo/default.nix
@@ -1,4 +1,12 @@
-{ stdenv, fetchurl, libX11, zlib, xorgproto, libGL ? null, libGLU ? null, freeglut ? null }:
+{ stdenv
+, fetchurl
+, libX11
+, zlib
+, xorgproto
+, libGL ? null
+, libGLU ? null
+, freeglut ? null
+}:
 
 stdenv.mkDerivation rec {
   pname = "construo";