Merge pull request #258885 from arkivm/fix-inkscape-extensions

Fix inkscape extensions
This commit is contained in:
Arnout Engelen 2023-10-04 13:15:35 +02:00 committed by GitHub
commit fbd0cc5d53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View file

@ -10,6 +10,7 @@
, ghostscript , ghostscript
, glib , glib
, glibmm , glibmm
, gobject-introspection
, gsl , gsl
, gspell , gspell
, gtk-mac-integration , gtk-mac-integration
@ -47,6 +48,7 @@ let
appdirs appdirs
beautifulsoup4 beautifulsoup4
cachecontrol cachecontrol
filelock
numpy numpy
lxml lxml
packaging packaging
@ -104,6 +106,7 @@ stdenv.mkDerivation rec {
glib # for setup hook glib # for setup hook
gdk-pixbuf # for setup hook gdk-pixbuf # for setup hook
wrapGAppsHook wrapGAppsHook
gobject-introspection
] ++ (with perlPackages; [ ] ++ (with perlPackages; [
perl perl
XMLParser XMLParser

View file

@ -10,13 +10,13 @@
hexmap = stdenv.mkDerivation { hexmap = stdenv.mkDerivation {
pname = "hexmap"; pname = "hexmap";
version = "unstable-2020-06-06"; version = "unstable-2023-01-26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lifelike"; owner = "lifelike";
repo = "hexmapextension"; repo = "hexmapextension";
rev = "11401e23889318bdefb72df6980393050299d8cc"; rev = "241c9512d0113e8193b7cf06b69ef2c4730b0295";
sha256 = "1a4jhva624mbljj2k43wzi6hrxacjz4626jfk9y2fg4r4sga22mm"; hash = "sha256-pSPAupp3xLlbODE2BGu1Xiiiu1Y6D4gG4HhZwccAZ2E=";
}; };
preferLocalBuild = true; preferLocalBuild = true;