fileshare: fix build
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, fetchgit, pkgconfig, git, libmicrohttpd }:
|
{ stdenv, lib, fetchgit, pkgconfig, git, libmicrohttpd_0_9_70 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "fileshare";
|
pname = "fileshare";
|
||||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig git ];
|
nativeBuildInputs = [ pkgconfig git ];
|
||||||
buildInputs = [ libmicrohttpd ];
|
buildInputs = [ libmicrohttpd_0_9_70 ];
|
||||||
|
|
||||||
makeFlags = [ "BUILD=release" ];
|
makeFlags = [ "BUILD=release" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user