scite: 4.0.5 -> 5.0.2

This commit is contained in:
J. Neto 2021-05-14 02:35:43 -03:00 committed by Jonathan Ringer
parent 66201e2c1d
commit 18b051fde5

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "scite"; pname = "scite";
version = "4.0.5"; version = "5.0.2";
src = fetchurl { src = fetchurl {
url = "https://www.scintilla.org/scite405.tgz"; url = "https://www.scintilla.org/scite502.tgz";
sha256 = "0h16wk2986nkkhhdv5g4lxlcn02qwyja24x1r6vf02r1hf46b9q2"; sha256 = "00n2gr915f7kvp2250dzn6n0p6lhr6qdlm1m7y2xi6qrrky0bpan";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
@ -14,6 +14,8 @@ stdenv.mkDerivation {
sourceRoot = "scintilla/gtk"; sourceRoot = "scintilla/gtk";
buildPhase = '' buildPhase = ''
make
cd ../../lexilla/src
make make
cd ../../scite/gtk cd ../../scite/gtk
make prefix=$out/ make prefix=$out/