Merge pull request #160594 from Cogitri/bada-bib

bada-bib: 0.4.1 -> 0.5.1
This commit is contained in:
Bobby Rong 2022-02-22 12:10:40 +08:00 committed by GitHub
commit 93883402a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,15 +9,15 @@
, glib
, gnome
, gobject-introspection
, gtk3
, gtk4
, libxml2
, pkg-config
, python3Packages
, wrapGAppsHook }:
, wrapGAppsHook4 }:
python3Packages.buildPythonApplication rec {
pname = "bada-bib";
version = "0.4.1";
version = "0.5.1";
format = "other";
strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943
@ -25,7 +25,7 @@ python3Packages.buildPythonApplication rec {
owner = "RogerCrocker";
repo = "BadaBib";
rev = "v${version}";
sha256 = "sha256-kub2lLauru2RrinzxMDyBVC0htPx0Niv/M6bbmTS7Hk=";
sha256 = "sha256-tb/720WPqcO4w1EMmidjtEidsjZ0dEhe+/vnJPM6kxo=";
};
nativeBuildInputs = [
@ -35,13 +35,13 @@ python3Packages.buildPythonApplication rec {
meson
ninja
pkg-config
wrapGAppsHook
wrapGAppsHook4
];
buildInputs = [
gdk-pixbuf
glib
gtk3
gtk4
];
checkInputs = [