Merge pull request #79381 from basvandijk/libuv-1.34.2-staging
libuv: 1.34.1 -> 1.34.2
This commit is contained in:
commit
97eda56797
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, autoconf, automake, libtool, pkgconfig, ApplicationServices, CoreServices }:
|
{ stdenv, lib, fetchFromGitHub, autoconf, automake, libtool, pkgconfig, ApplicationServices, CoreServices }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.34.1";
|
version = "1.34.2";
|
||||||
pname = "libuv";
|
pname = "libuv";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0vkn76wr2nivhmgjnkni2yih642mrlzkxbivdmlvcf3hg4h7gipp";
|
sha256 = "14ax49daz7j86lybi242jiry49jrnnvlyc39k6va700n03py4h9n";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = let
|
postPatch = let
|
||||||
@ -34,9 +34,9 @@ stdenv.mkDerivation rec {
|
|||||||
"tcp_open" "tcp_write_queue_order" "tcp_try_write" "tcp_writealot"
|
"tcp_open" "tcp_write_queue_order" "tcp_try_write" "tcp_writealot"
|
||||||
"multiple_listen" "delayed_accept"
|
"multiple_listen" "delayed_accept"
|
||||||
"shutdown_close_tcp" "shutdown_eof" "shutdown_twice" "callback_stack"
|
"shutdown_close_tcp" "shutdown_eof" "shutdown_twice" "callback_stack"
|
||||||
"tty_pty" "condvar_5"
|
"tty_pty" "condvar_5" "hrtime"
|
||||||
# Tests that fail when sandboxing is enabled.
|
# Tests that fail when sandboxing is enabled.
|
||||||
"fs_event_close_in_callback" "fs_event_watch_dir"
|
"fs_event_close_in_callback" "fs_event_watch_dir" "fs_event_error_reporting"
|
||||||
"fs_event_watch_dir_recursive" "fs_event_watch_file"
|
"fs_event_watch_dir_recursive" "fs_event_watch_file"
|
||||||
"fs_event_watch_file_current_dir" "fs_event_watch_file_exact_path"
|
"fs_event_watch_file_current_dir" "fs_event_watch_file_exact_path"
|
||||||
"process_priority" "udp_create_early_bad_bind"
|
"process_priority" "udp_create_early_bad_bind"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user