mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
inkscape: add perl to nativeBuildInputs
This should fix the issue in Linux sandbox.
This commit is contained in:
parent
5fce881f60
commit
912e60f929
@ -39,9 +39,9 @@ stdenv.mkDerivation rec {
|
||||
--replace '"python-interpreter", "python"' '"python-interpreter", "${python2Env}/bin/python"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkgconfig cmake makeWrapper python2Env ];
|
||||
nativeBuildInputs = [ pkgconfig cmake makeWrapper python2Env perl perlXMLParser ];
|
||||
buildInputs = [
|
||||
perl perlXMLParser libXft libpng zlib popt boehmgc
|
||||
libXft libpng zlib popt boehmgc
|
||||
libxml2 libxslt glib gtkmm2 glibmm libsigcxx lcms boost gettext
|
||||
gsl poppler imagemagick libwpg librevenge
|
||||
libvisio libcdr libexif potrace
|
||||
|
Loading…
Reference in New Issue
Block a user