galculator: 2.1.3 -> 2.1.4 (#24230)
This commit is contained in:
parent
e82baf043e
commit
bf7847ec7c
@ -1,17 +1,20 @@
|
|||||||
{ stdenv, fetchurl
|
{ stdenv, fetchFromGitHub
|
||||||
, intltool, pkgconfig, gtk }:
|
, autoreconfHook, intltool
|
||||||
|
, gtk, pkgconfig, flex }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "galculator-${version}";
|
name = "galculator-${version}";
|
||||||
version = "2.1.3";
|
version = "2.1.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = "mirror://sourceforge/galculator/${name}.tar.gz";
|
owner = "galculator";
|
||||||
sha256 = "12m7dldjk10lpkdxk7zpk98n32ci65zmxidghihb7n1m3rhp3q17";
|
repo = "galculator";
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "0q0hb62f266709ncyq96bpx4a40a1i6dc5869byvd7x285sx1c2w";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ intltool pkgconfig gtk ];
|
nativeBuildInputs = [ autoreconfHook intltool pkgconfig ];
|
||||||
|
buildInputs = [ gtk flex ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A GTK 2/3 algebraic and RPN calculator";
|
description = "A GTK 2/3 algebraic and RPN calculator";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user