libidn2: remove dependency on ronn
This is only needed if built from the source repository, since we are using the release tarball the generated manpage is included. This removes the "wild" dependency on ruby very deep in the dependency tree. (util-linux -> systemd -> libidn2 -> ronn -> ruby)
This commit is contained in:
parent
266cd103f1
commit
01fb1af4f5
@ -15,8 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = optional stdenv.isDarwin ./fix-error-darwin.patch;
|
||||
|
||||
nativeBuildInputs = [ ronn ]
|
||||
++ optional stdenv.isDarwin help2man;
|
||||
nativeBuildInputs = optional stdenv.isDarwin help2man;
|
||||
buildInputs = [ libunistring ] ++ optional stdenv.isDarwin libiconv;
|
||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user