3
0
Fork 0
forked from mirrors/nixpkgs

dosfstools: Use --enable-compat-symlinks

http://hydra.nixos.org/build/51461475
This commit is contained in:
Tuomas Tynkkynen 2017-04-11 04:45:33 +03:00
parent 5d5c0d590f
commit 9ae8ce813e

View file

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook pkgconfig ];
configureFlags = [ "--enable-compat-symlinks" ];
meta = {
description = "Utilities for creating and checking FAT and VFAT file systems";
repositories.git = git://daniel-baumann.ch/git/software/dosfstools.git;