Merge pull request #28758 from pbogdan/thumbor-fix-build
thumbor: fix build
This commit is contained in:
commit
56c1c527aa
@ -26342,6 +26342,13 @@ EOF
|
|||||||
sha256 = "0787245x4yci34cdfc9xaxhds0lv60476qgp132pwa78hrpc9m31";
|
sha256 = "0787245x4yci34cdfc9xaxhds0lv60476qgp132pwa78hrpc9m31";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(pkgs.fetchurl {
|
||||||
|
url = "https://github.com/thumbor/thumbor/commit/376f688a8a0b82e50388c885d9d733572f2eb3e6.patch";
|
||||||
|
sha256 = "1j2434yqb6pz61d65dsy8w6lvyzvh5ksizadi5hgjzfw6s46v6yn";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace '"argparse",' ""
|
--replace '"argparse",' ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user