mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Revert "docbook-xsl: Install dbtoepub"
This reverts commit 4e32f5bda3
.
IMHO, it's not desirable to make docbook-xsl (and by extension a
gazillion packages that depend on it) pull in Ruby. (For example, I
just noticed that wget depends on ruby now...)
This commit is contained in:
parent
34c0ba498c
commit
61764cbba4
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchurl, ruby }:
|
||||
{ lib, stdenv, fetchurl }:
|
||||
|
||||
let
|
||||
|
||||
|
@ -10,8 +10,6 @@ let
|
|||
inherit sha256;
|
||||
};
|
||||
|
||||
buildInputs = [ ruby ];
|
||||
|
||||
dontBuild = true;
|
||||
|
||||
installPhase = ''
|
||||
|
@ -23,9 +21,6 @@ let
|
|||
# Backwards compatibility. Will remove eventually.
|
||||
mkdir -p $out/xml/xsl
|
||||
ln -s $dst $out/xml/xsl/docbook
|
||||
|
||||
ln -sv $dst/epub/bin $out
|
||||
chmod +x $out/bin/dbtoepub
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue