ma pkgs.inkscape: share/extensions solves the issue
see ee44a46c858b5a80c1888ab5d38aef43a9577783 in https://gitlab.com/inkscape/extensions
This commit is contained in:
parent
e51aa863c5
commit
77bf84d5ff
@ -1,19 +0,0 @@
|
|||||||
_:
|
|
||||||
let
|
|
||||||
listenPort = 60123;
|
|
||||||
xml-port = 5000;
|
|
||||||
authfile = <torrent-secrets/authfile>;
|
|
||||||
in {
|
|
||||||
makefu.rtorrent = {
|
|
||||||
enable = true;
|
|
||||||
web = {
|
|
||||||
enable = true;
|
|
||||||
enableAuth = true;
|
|
||||||
inherit authfile;
|
|
||||||
};
|
|
||||||
rutorrent.enable = true;
|
|
||||||
enableXMLRPC = true;
|
|
||||||
logLevel = "debug";
|
|
||||||
inherit listenPort;
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
--- ./share/extensions/dxf_outlines.py 2017-10-08 17:28:45.553368917 +0200
|
|
||||||
+++ ./share/extensions/dxf_outlines.py.new 2017-10-08 17:29:20.172554152 +0200
|
|
||||||
@@ -341,7 +341,7 @@
|
|
||||||
if not scale:
|
|
||||||
scale = 25.4/96 # if no scale is specified, assume inch as baseunit
|
|
||||||
scale /= self.unittouu('1px')
|
|
||||||
- h = self.unittouu(self.document.getroot().xpath('@height', namespaces=inkex.NSS)[0])
|
|
||||||
+ h = self.unittouu(self.documentHeight())
|
|
||||||
self.groupmat = [[[scale, 0.0, 0.0], [0.0, -scale, h*scale]]]
|
|
||||||
doc = self.document.getroot()
|
|
||||||
self.process_group(doc)
|
|
||||||
|
|
@ -30,9 +30,6 @@ in {
|
|||||||
qcma = super.pkgs.libsForQt5.callPackage ./custom/qcma { };
|
qcma = super.pkgs.libsForQt5.callPackage ./custom/qcma { };
|
||||||
inherit (callPackage ./devpi {}) devpi-web ;
|
inherit (callPackage ./devpi {}) devpi-web ;
|
||||||
nodemcu-uploader = super.pkgs.callPackage ./nodemcu-uploader {};
|
nodemcu-uploader = super.pkgs.callPackage ./nodemcu-uploader {};
|
||||||
inkscape = super.pkgs.stdenv.lib.overrideDerivation super.inkscape (old: {
|
|
||||||
patches = [ ./custom/inkscape/dxf_fix.patch ];
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// (mapAttrs (_: flip callPackage {})
|
// (mapAttrs (_: flip callPackage {})
|
||||||
|
Loading…
Reference in New Issue
Block a user