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:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user