1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haxor-news: use patch to allow newer click version

This commit is contained in:
Robert Schütz 2019-02-03 16:25:17 +01:00
parent 43bd6a318e
commit dae8dfd69f

View file

@ -1,4 +1,4 @@
{ stdenv, python }: { stdenv, python, fetchpatch }:
with python.pkgs; with python.pkgs;
@ -11,6 +11,12 @@ buildPythonApplication rec {
sha256 = "5b9af8338a0f8b95a8133b66ef106553823813ac171c0aefa3f3f2dbeb4d7f88"; sha256 = "5b9af8338a0f8b95a8133b66ef106553823813ac171c0aefa3f3f2dbeb4d7f88";
}; };
# allow newer click version
patches = fetchpatch {
url = "${meta.homepage}/commit/5b0d3ef1775756ca15b6d83fba1fb751846b5427.patch";
sha256 = "1551knh2f7yarqzcpip16ijmbx8kzdna8cihxlxx49ww55f5sg67";
};
propagatedBuildInputs = [ propagatedBuildInputs = [
click click
colorama colorama