mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
cygwin: gnutar fpending
This commit is contained in:
parent
6756d7cdf8
commit
3961eb8a6c
@ -24,6 +24,10 @@ stdenv.mkDerivation rec {
|
||||
# cannot be used as a login shell for now.
|
||||
FORCE_UNSAFE_CONFIGURE = stdenv.lib.optionalString (stdenv.system == "armv7l-linux" || stdenv.isSunOS) "1";
|
||||
|
||||
preConfigure = if stdenv.isCygwin then ''
|
||||
sed -i gnu/fpending.h -e 's,include <stdio_ext.h>,,'
|
||||
'' else null;
|
||||
|
||||
meta = {
|
||||
homepage = http://www.gnu.org/software/tar/;
|
||||
description = "GNU implementation of the `tar' archiver";
|
||||
|
Loading…
Reference in New Issue
Block a user