f2fs-tools: add pkgconfig
This commit is contained in:
parent
720d0cdc9a
commit
9af5091992
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, autoreconfHook, libuuid }:
|
{ stdenv, fetchurl, autoreconfHook, libuuid, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "f2fs-tools-${version}";
|
name = "f2fs-tools-${version}";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
buildInputs = [ libuuid ];
|
buildInputs = [ libuuid pkgconfig ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/";
|
homepage = "http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user