From 9af50919926f5ee654593a67c3446f0bf2f1a015 Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Tue, 5 Jan 2016 19:57:36 +0100 Subject: f2fs-tools: add pkgconfig --- pkgs/tools/filesystems/f2fs-tools/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/filesystems/f2fs-tools/default.nix b/pkgs/tools/filesystems/f2fs-tools/default.nix index 36ffce9cdfe8..36e95ab2d6a9 100644 --- a/pkgs/tools/filesystems/f2fs-tools/default.nix +++ b/pkgs/tools/filesystems/f2fs-tools/default.nix @@ -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/"; -- cgit 1.4.1