Make xhtml2pdf its own package in python-packages
xhtml2pdf now uses the main package html5lib with just an override to pull the correct version number.
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
{lib, fetchgit, gcc, python}:
|
||||
|
||||
let
|
||||
html5 = import ./myHtml5.nix {inherit python;};
|
||||
xhtml2pdf = import ./xhtml2pdf.nix {inherit python html5;};
|
||||
in
|
||||
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
name = "sasview-${version}";
|
||||
version = "4.1.2";
|
||||
@@ -13,7 +8,6 @@ python.pkgs.buildPythonApplication rec {
|
||||
bumps
|
||||
gcc
|
||||
h5py
|
||||
html5
|
||||
libxslt
|
||||
lxml
|
||||
matplotlib
|
||||
|
||||
Reference in New Issue
Block a user