summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-10-08 23:39:41 +0200
committermakefu <github@syntax-fehler.de>2018-10-08 23:39:41 +0200
commit77bf84d5ffdab0f930c125ae8daaa15e25e4c879 (patch)
tree28ddf94ec5891982d46d75f3df72c5ae882eff0e /makefu/5pkgs/default.nix
parente51aa863c5c7b6403b2b8dcbe064697476f200ea (diff)
ma pkgs.inkscape: share/extensions solves the issue
see ee44a46c858b5a80c1888ab5d38aef43a9577783 in https://gitlab.com/inkscape/extensions
Diffstat (limited to 'makefu/5pkgs/default.nix')
-rw-r--r--makefu/5pkgs/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/makefu/5pkgs/default.nix b/makefu/5pkgs/default.nix
index 390aabd7..6e86f426 100644
--- a/makefu/5pkgs/default.nix
+++ b/makefu/5pkgs/default.nix
@@ -30,9 +30,6 @@ in {
qcma = super.pkgs.libsForQt5.callPackage ./custom/qcma { };
inherit (callPackage ./devpi {}) devpi-web ;
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 {})