bluefish: 2.2.7 -> 2.2.9
And fix some missing icons
This commit is contained in:
parent
2fe19b18e8
commit
503329e050
@ -1,16 +1,17 @@
|
|||||||
{ stdenv, fetchurl, intltool, pkgconfig , gtk, libxml2
|
{ stdenv, fetchurl, intltool, wrapGAppsHook, pkgconfig , gtk, libxml2
|
||||||
, enchant, gucharmap, python
|
, enchant, gucharmap, python, gnome3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bluefish-2.2.7";
|
name = "bluefish-2.2.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/bluefish/${name}.tar.bz2";
|
url = "mirror://sourceforge/bluefish/${name}.tar.bz2";
|
||||||
sha256 = "1psqx3ljz13ylqs4zkaxv9lv1hgzld6904kdp0alwx99p5rlnlr3";
|
sha256 = "1l7pg6h485yj84i34jr09y8qzc1yr4ih6w5jdhmnrg156db7nwav";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ intltool pkgconfig gtk libxml2
|
nativeBuildInputs = [ intltool pkgconfig wrapGAppsHook ];
|
||||||
|
buildInputs = [ gnome3.defaultIconTheme gtk libxml2
|
||||||
enchant gucharmap python ];
|
enchant gucharmap python ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user