Loading pkgs/applications/editors/bluefish/default.nix +3 −4 Original line number Diff line number Diff line { lib , stdenv , fetchurl , intltool , wrapGAppsHook , pkg-config , gtk Loading @@ -14,14 +13,14 @@ stdenv.mkDerivation rec { pname = "bluefish"; version = "2.2.12"; version = "2.2.14"; src = fetchurl { url = "mirror://sourceforge/bluefish/bluefish-${version}.tar.bz2"; sha256 = "0slyjx4b4l612505q02crk00pjg9d5wi8gm5gxvcs0f6l9dr1y8d"; sha256 = "sha256-IszfnOTlyWIQY+bPfXOr+wc2q3pyvOCG0Gxc9e4SXt4="; }; nativeBuildInputs = [ intltool pkg-config wrapGAppsHook ]; nativeBuildInputs = [ pkg-config wrapGAppsHook ]; buildInputs = [ gnome.adwaita-icon-theme gtk Loading Loading
pkgs/applications/editors/bluefish/default.nix +3 −4 Original line number Diff line number Diff line { lib , stdenv , fetchurl , intltool , wrapGAppsHook , pkg-config , gtk Loading @@ -14,14 +13,14 @@ stdenv.mkDerivation rec { pname = "bluefish"; version = "2.2.12"; version = "2.2.14"; src = fetchurl { url = "mirror://sourceforge/bluefish/bluefish-${version}.tar.bz2"; sha256 = "0slyjx4b4l612505q02crk00pjg9d5wi8gm5gxvcs0f6l9dr1y8d"; sha256 = "sha256-IszfnOTlyWIQY+bPfXOr+wc2q3pyvOCG0Gxc9e4SXt4="; }; nativeBuildInputs = [ intltool pkg-config wrapGAppsHook ]; nativeBuildInputs = [ pkg-config wrapGAppsHook ]; buildInputs = [ gnome.adwaita-icon-theme gtk Loading