bluefish: use python3

This commit is contained in:
Frederik Rietdijk 2021-03-25 11:00:00 +01:00
parent ff12cb0ef6
commit 69832d0e28

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, intltool, wrapGAppsHook, pkg-config , gtk, libxml2
, enchant, gucharmap, python, gnome3
, enchant, gucharmap, python3, gnome3
}:
stdenv.mkDerivation rec {
@ -12,7 +12,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ intltool pkg-config wrapGAppsHook ];
buildInputs = [ gnome3.adwaita-icon-theme gtk libxml2
enchant gucharmap python ];
enchant gucharmap python3 ];
strictDeps = true;
meta = with lib; {
description = "A powerful editor targeted towards programmers and webdevelopers";