mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
wipeout-rewrite: nixfmt
This commit is contained in:
parent
fbd28d1b82
commit
fdc5d84e66
@ -1,11 +1,12 @@
|
|||||||
{ stdenv
|
{
|
||||||
, lib
|
stdenv,
|
||||||
, fetchFromGitHub
|
lib,
|
||||||
, makeWrapper
|
fetchFromGitHub,
|
||||||
, Foundation
|
makeWrapper,
|
||||||
, glew
|
Foundation,
|
||||||
, SDL2
|
glew,
|
||||||
, writeShellScript
|
SDL2,
|
||||||
|
writeShellScript,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -39,12 +40,14 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
makeWrapper
|
makeWrapper
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs =
|
||||||
glew
|
[
|
||||||
SDL2
|
glew
|
||||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
|
SDL2
|
||||||
Foundation
|
]
|
||||||
];
|
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||||
|
Foundation
|
||||||
|
];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
Loading…
Reference in New Issue
Block a user