forked from mirrors/nixpkgs
dosfstools: Use --enable-compat-symlinks
http://hydra.nixos.org/build/51461475
This commit is contained in:
parent
5d5c0d590f
commit
9ae8ce813e
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue