Loading pkgs/applications/audio/eartag/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -15,11 +15,12 @@ , gtk4 , librsvg , python3Packages , blueprint-compiler }: python3Packages.buildPythonApplication rec { pname = "eartag"; version = "0.6.0"; version = "0.6.1"; format = "other"; src = fetchFromGitLab { Loading @@ -27,7 +28,7 @@ python3Packages.buildPythonApplication rec { owner = "World"; repo = pname; rev = version; hash = "sha256-MfffIqxfelwP+9wsFvQfEIMkav7j5LJEHjLPOsuYdtQ="; hash = "sha256-CAJz9p1PJxq3VDxzZEHD860xINCQF722bPaf7psNztY="; }; postPatch = '' Loading @@ -48,6 +49,7 @@ python3Packages.buildPythonApplication rec { gettext gobject-introspection wrapGAppsHook4 blueprint-compiler ] ++ lib.optional stdenv.isDarwin gtk4; # for gtk4-update-icon-cache buildInputs = [ Loading Loading
pkgs/applications/audio/eartag/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -15,11 +15,12 @@ , gtk4 , librsvg , python3Packages , blueprint-compiler }: python3Packages.buildPythonApplication rec { pname = "eartag"; version = "0.6.0"; version = "0.6.1"; format = "other"; src = fetchFromGitLab { Loading @@ -27,7 +28,7 @@ python3Packages.buildPythonApplication rec { owner = "World"; repo = pname; rev = version; hash = "sha256-MfffIqxfelwP+9wsFvQfEIMkav7j5LJEHjLPOsuYdtQ="; hash = "sha256-CAJz9p1PJxq3VDxzZEHD860xINCQF722bPaf7psNztY="; }; postPatch = '' Loading @@ -48,6 +49,7 @@ python3Packages.buildPythonApplication rec { gettext gobject-introspection wrapGAppsHook4 blueprint-compiler ] ++ lib.optional stdenv.isDarwin gtk4; # for gtk4-update-icon-cache buildInputs = [ Loading