Merge pull request #28758 from pbogdan/thumbor-fix-build

thumbor: fix build
This commit is contained in:
Frederik Rietdijk 2017-08-30 20:48:56 +02:00 committed by GitHub
commit 56c1c527aa

View file

@ -26342,6 +26342,13 @@ EOF
sha256 = "0787245x4yci34cdfc9xaxhds0lv60476qgp132pwa78hrpc9m31";
};
patches = [
(pkgs.fetchurl {
url = "https://github.com/thumbor/thumbor/commit/376f688a8a0b82e50388c885d9d733572f2eb3e6.patch";
sha256 = "1j2434yqb6pz61d65dsy8w6lvyzvh5ksizadi5hgjzfw6s46v6yn";
})
];
prePatch = ''
substituteInPlace setup.py \
--replace '"argparse",' ""