dosfstools: Use --enable-compat-symlinks

http://hydra.nixos.org/build/51461475
wip/yesman
Tuomas Tynkkynen 7 years ago
parent 5d5c0d590f
commit 9ae8ce813e
  1. 2
      pkgs/tools/filesystems/dosfstools/default.nix

@ -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…
Cancel
Save