mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
Merge pull request #126526 from LeSuisse/fileshare-stop-using-libmicrohttpd-0.9.70
fileshare: stop using vulnerable libmicrohttpd 0.9.70
This commit is contained in:
commit
7312d64cac
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchgit, pkg-config, git, libmicrohttpd_0_9_70 }:
|
||||
{ stdenv, lib, fetchgit, pkg-config, git, libmicrohttpd }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "fileshare";
|
||||
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkg-config git ];
|
||||
buildInputs = [ libmicrohttpd_0_9_70 ];
|
||||
buildInputs = [ libmicrohttpd ];
|
||||
|
||||
makeFlags = [ "BUILD=release" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user