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