mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
Fixed wgptk + v6.0 -> 6.5
- Added cafkafk as maintaienr - Moved gobject-introspection to nativeBuildInputs - Bumped version og wpgtk - Fixed spelling mistake in maintainer-list.nix
This commit is contained in:
parent
eecd59dd56
commit
c729132d01
@ -15152,7 +15152,7 @@
|
||||
name = "Christina Sørensen";
|
||||
github = "cafkafk";
|
||||
githubId = 89321978;
|
||||
keys [{
|
||||
keys = [{
|
||||
fingerprint = "7B9E E848 D074 AE03 7A0C 651A 8ED4 DEF7 375A 30C8";
|
||||
}];
|
||||
};
|
||||
|
@ -3,19 +3,22 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "wpgtk";
|
||||
version = "6.5.0";
|
||||
version = "6.5.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "deviantfero";
|
||||
repo = "wpgtk";
|
||||
rev = version;
|
||||
sha256 = "0gv607jrdfbmadjyy3pbrj5ksh1dmaw5hz7l8my2z7sh0ifds0n2";
|
||||
sha256 = "sha256-g3flxQNiNta+uL4t21Lhpij8b5yB78SJLGaFpTcm9fE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
wrapGAppsHook
|
||||
gtk3
|
||||
gobject-introspection
|
||||
gnome.adwaita-icon-theme
|
||||
libxslt
|
||||
];
|
||||
@ -46,6 +49,6 @@ python3Packages.buildPythonApplication rec {
|
||||
homepage = "https://github.com/deviantfero/wpgtk";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.melkor333 ];
|
||||
maintainers = [ maintainers.melkor333 maintainers.cafkafk ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user