about summary refs log tree commit diff
path: root/pkgs/games/orthorobot
diff options
context:
space:
mode:
authorAndrew Marshall <andrew@johnandrewmarshall.com>2023-06-10 00:21:02 -0400
committerAndrew Marshall <andrew@johnandrewmarshall.com>2023-06-10 01:25:21 -0400
commitc0a48fcaf5f2fee3ecc1d4512210c868543c6de3 (patch)
tree02e48a8fd87d36de6db09ae7a2a73449eb0f4dd9 /pkgs/games/orthorobot
parentaea09ca7070ba1339c021cd55f3c743d4731af65 (diff)
downloadnixlib-c0a48fcaf5f2fee3ecc1d4512210c868543c6de3.tar
nixlib-c0a48fcaf5f2fee3ecc1d4512210c868543c6de3.tar.gz
nixlib-c0a48fcaf5f2fee3ecc1d4512210c868543c6de3.tar.bz2
nixlib-c0a48fcaf5f2fee3ecc1d4512210c868543c6de3.tar.lz
nixlib-c0a48fcaf5f2fee3ecc1d4512210c868543c6de3.tar.xz
nixlib-c0a48fcaf5f2fee3ecc1d4512210c868543c6de3.tar.zst
nixlib-c0a48fcaf5f2fee3ecc1d4512210c868543c6de3.zip
orthorobot: formatting
Diffstat (limited to 'pkgs/games/orthorobot')
-rw-r--r--pkgs/games/orthorobot/default.nix19
1 files changed, 16 insertions, 3 deletions
diff --git a/pkgs/games/orthorobot/default.nix b/pkgs/games/orthorobot/default.nix
index 5fc11d212514..e6ee3bcb4e08 100644
--- a/pkgs/games/orthorobot/default.nix
+++ b/pkgs/games/orthorobot/default.nix
@@ -1,5 +1,14 @@
-{ lib, stdenv, fetchurl, fetchFromGitHub, love, zip, fetchpatch, makeWrapper
-, makeDesktopItem, copyDesktopItems }:
+{ lib
+, copyDesktopItems
+, fetchFromGitHub
+, fetchpatch
+, fetchurl
+, love
+, makeDesktopItem
+, makeWrapper
+, stdenv
+, zip
+}:
 
 stdenv.mkDerivation rec {
   pname = "orthorobot";
@@ -29,7 +38,11 @@ stdenv.mkDerivation rec {
     })
   ];
 
-  nativeBuildInputs = [ makeWrapper zip copyDesktopItems ];
+  nativeBuildInputs = [
+    copyDesktopItems
+    makeWrapper
+    zip
+  ];
 
   patches = [
     # support for love11