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
|
./disable-downloading-stb_image.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs = [
|
||||||
[
|
|
||||||
cmake
|
cmake
|
||||||
ninja
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
@ -152,8 +151,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
fixDarwinDylibNames
|
fixDarwinDylibNames
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs = [
|
||||||
[
|
|
||||||
boost
|
boost
|
||||||
glew
|
glew
|
||||||
SDL2
|
SDL2
|
||||||
@ -173,8 +171,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
apple-sdk_13
|
apple-sdk_13
|
||||||
];
|
];
|
||||||
|
|
||||||
cmakeFlags =
|
cmakeFlags = [
|
||||||
[
|
|
||||||
(lib.cmakeBool "BUILD_REMOTE_CONTROL" true)
|
(lib.cmakeBool "BUILD_REMOTE_CONTROL" true)
|
||||||
(lib.cmakeBool "NON_PORTABLE" true)
|
(lib.cmakeBool "NON_PORTABLE" true)
|
||||||
(lib.cmakeFeature "CMAKE_INSTALL_PREFIX" "${placeholder "out"}/lib")
|
(lib.cmakeFeature "CMAKE_INSTALL_PREFIX" "${placeholder "out"}/lib")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user