From 6771c91224ad44d3c5d1b5562b4dc12f2af8a9e9 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 27 Sep 2019 15:45:48 +0200 Subject: [PATCH] Remove duplicate swig dependency statement --- nix/build-all.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index d2805d247a..a9cdee6c2f 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -225,7 +225,6 @@ dependency_tree = { 'boost': (), 'libxml2': (), 'python': (), - 'swig': (), 'occ': (), 'pcre': (), 'json': ()