Skip to content

Commit

Permalink
bluefish: 2.2.7 -> 2.2.9
Browse files Browse the repository at this point in the history
And fix some missing icons
  • Loading branch information
vbgl committed Jan 14, 2017
1 parent 2fe19b1 commit 503329e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkgs/applications/editors/bluefish/default.nix
@@ -1,16 +1,17 @@
{ stdenv, fetchurl, intltool, pkgconfig , gtk, libxml2
, enchant, gucharmap, python
{ stdenv, fetchurl, intltool, wrapGAppsHook, pkgconfig , gtk, libxml2
, enchant, gucharmap, python, gnome3
}:

stdenv.mkDerivation rec {
name = "bluefish-2.2.7";
name = "bluefish-2.2.9";

src = fetchurl {
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 ];

meta = with stdenv.lib; {
Expand Down

0 comments on commit 503329e

Please sign in to comment.