forked from mirrors/nixpkgs
Minor kile update.
svn path=/nixpkgs/trunk/; revision=34554
This commit is contained in:
parent
a3224ededc
commit
fc6ce9f799
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, kdelibs, cmake, gettext }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "kile-2.1";
|
||||
name = "kile-2.1.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/kile/${name}.tar.bz2";
|
||||
sha256 = "0ag6ya0625w34hpk0bpkjyi0ydw699zbkf86vwc19mh9cb0n0aic";
|
||||
sha256 = "0nx5fmjrxrndnzvknxnybd8qh15jzfxzbny2rljq3amjw02y9lc2";
|
||||
};
|
||||
|
||||
buildNativeInputs = [ cmake gettext ];
|
||||
|
|
Loading…
Reference in a new issue