mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
lua.pkgs.libluv: reformat with "nixfmt -s"
This commit is contained in:
@@ -31,10 +31,7 @@ stdenv.mkDerivation {
|
||||
lua
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [ fixDarwinDylibNames ];
|
||||
nativeBuildInputs = [ cmake ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ fixDarwinDylibNames ];
|
||||
|
||||
passthru.tests = {
|
||||
# Test luv too
|
||||
|
||||
Reference in New Issue
Block a user