shipwright: nixfmt-rfc-style
This commit is contained in:
parent
6ab6e596a8
commit
714b21048b
@ -133,8 +133,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
./disable-downloading-stb_image.patch
|
||||
];
|
||||
|
||||
nativeBuildInputs =
|
||||
[
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
ninja
|
||||
pkg-config
|
||||
@ -152,8 +151,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
fixDarwinDylibNames
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
[
|
||||
buildInputs = [
|
||||
boost
|
||||
glew
|
||||
SDL2
|
||||
@ -173,8 +171,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
apple-sdk_13
|
||||
];
|
||||
|
||||
cmakeFlags =
|
||||
[
|
||||
cmakeFlags = [
|
||||
(lib.cmakeBool "BUILD_REMOTE_CONTROL" true)
|
||||
(lib.cmakeBool "NON_PORTABLE" true)
|
||||
(lib.cmakeFeature "CMAKE_INSTALL_PREFIX" "${placeholder "out"}/lib")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user