fileshare: fix build
This commit is contained in:
parent
b59b7f2c8c
commit
78378e1f31
@ -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" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user