lol

f2fs-tools: add pkgconfig

+2 -2
+2 -2
pkgs/tools/filesystems/f2fs-tools/default.nix
··· 1 - { stdenv, fetchurl, autoreconfHook, libuuid }: 1 + { stdenv, fetchurl, autoreconfHook, libuuid, pkgconfig }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "f2fs-tools-${version}"; ··· 10 10 }; 11 11 12 12 nativeBuildInputs = [ autoreconfHook ]; 13 - buildInputs = [ libuuid ]; 13 + buildInputs = [ libuuid pkgconfig ]; 14 14 15 15 meta = with stdenv.lib; { 16 16 homepage = "http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/";