summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-16 22:03:48 +0200
committermakefu <github@syntax-fehler.de>2017-08-16 22:03:48 +0200
commitd94f85a18cdcece49e3b95542567d8b1023f0da1 (patch)
tree2d61397cc3b2e1eace1e26bcc48749b8795f3292 /makefu/5pkgs/default.nix
parenta795766f3a881d43f92dcafcf26eeb765e993ed7 (diff)
ma pkgs: init inkscape
Diffstat (limited to 'makefu/5pkgs/default.nix')
-rw-r--r--makefu/5pkgs/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/5pkgs/default.nix b/makefu/5pkgs/default.nix
index 6070fc09..96975e54 100644
--- a/makefu/5pkgs/default.nix
+++ b/makefu/5pkgs/default.nix
@@ -26,6 +26,9 @@ in {
qcma = super.pkgs.libsForQt5.callPackage ./custom/qcma { };
inherit (callPackage ./devpi {}) devpi-web devpi-server devpi-client;
nodemcu-uploader = super.pkgs.callPackage ./nodemcu-uploader {};
+ inkscape = super.pkgs.stdenv.lib.overrideDerivation super.inkscape (old: {
+ patches = [ ./custom/inkscape/dxf_fix.patch ];
+ });
pwqgen-ger = callPackage <stockholm/krebs/5pkgs/simple/passwdqc-utils> {
wordset-file = super.pkgs.fetchurl {
url = https://gist.githubusercontent.com/makefu/b56f5554c9ef03fe6e09878962e6fd8d/raw/1f147efec51325bc9f80c823bad8381d5b7252f6/wordset_4k.c ;