cozy: 0.7.2 -> 1.0.3

This commit is contained in:
Alyssa Ross 2021-07-25 11:30:44 +00:00
parent cc3a5e1e45
commit fbaa499c62

View file

@ -8,11 +8,13 @@
, gtk3
, gst_all_1
, gobject-introspection
, libhandy
, python3Packages
, file
, cairo
, gettext
, gnome
, pantheon
}:
python3Packages.buildPythonApplication rec {
@ -20,7 +22,7 @@ python3Packages.buildPythonApplication rec {
format = "other"; # no setup.py
pname = "cozy";
version = "0.7.2";
version = "1.0.3";
# Temporary fix
# See https://github.com/NixOS/nixpkgs/issues/57029
@ -31,7 +33,7 @@ python3Packages.buildPythonApplication rec {
owner = "geigi";
repo = pname;
rev = version;
sha256 = "0fmbddi4ga0bppwg3rm3yjmf7jgqc6zfslmavnr1pglbzkjhy9fs";
sha256 = "0m0xiqpb87pwr3fhy0a4qxg67yjhwchcxj3x2anyy0li4inryxag";
};
nativeBuildInputs = [
@ -47,6 +49,8 @@ python3Packages.buildPythonApplication rec {
cairo
gettext
gnome.adwaita-icon-theme
libhandy
pantheon.granite
] ++ (with gst_all_1; [
gstreamer
gst-plugins-good
@ -70,8 +74,7 @@ python3Packages.buildPythonApplication rec {
];
postPatch = ''
chmod +x meson/post_install.py
patchShebangs meson/post_install.py
patchShebangs meson/*.py
'';
postInstall = ''