mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
curl-unix-socket: fix build
This commit is contained in:
parent
e080b87b26
commit
5a539f5eb5
@ -11,8 +11,8 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
buildInputs = [ go ];
|
||||
buildPhase = "go build";
|
||||
installPhase = "install -D curl-unix-socket* $out/bin/curl-unix-socket";
|
||||
buildPhase = "go build -o curl-unix-socket";
|
||||
installPhase = "install -D curl-unix-socket $out/bin/curl-unix-socket";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Run HTTP requests over UNIX socket";
|
||||
|
Loading…
Reference in New Issue
Block a user