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 ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
|
||||||
|
configureFlags = [ "--enable-compat-symlinks" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Utilities for creating and checking FAT and VFAT file systems";
|
description = "Utilities for creating and checking FAT and VFAT file systems";
|
||||||
repositories.git = git://daniel-baumann.ch/git/software/dosfstools.git;
|
repositories.git = git://daniel-baumann.ch/git/software/dosfstools.git;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user