mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
zim: 0.75.1 -> 0.75.2
This commit is contained in:
parent
2bd35aaae6
commit
ff7d0f5118
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "zim";
|
pname = "zim";
|
||||||
version = "0.75.1";
|
version = "0.75.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://zim-wiki.org/downloads/zim-${version}.tar.gz";
|
url = "https://zim-wiki.org/downloads/zim-${version}.tar.gz";
|
||||||
sha256 = "sha256-iOF11/fhQYlvnpWJidJS1yJVavF7xLxvBl59VCh9A4U=";
|
hash = "sha256-QIkNsFsWeNHEcXhGHHZyJDMMW2lNvdwMJLGxeCZaLdI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gtk3 gnome.adwaita-icon-theme ];
|
buildInputs = [ gtk3 gnome.adwaita-icon-theme ];
|
||||||
@ -54,6 +54,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
changelog = "https://github.com/zim-desktop-wiki/zim-desktop-wiki/blob/${version}/CHANGELOG.md";
|
changelog = "https://github.com/zim-desktop-wiki/zim-desktop-wiki/blob/${version}/CHANGELOG.md";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
|
mainProgram = "zim";
|
||||||
broken = stdenv.isDarwin; # https://github.com/NixOS/nixpkgs/pull/52658#issuecomment-449565790
|
broken = stdenv.isDarwin; # https://github.com/NixOS/nixpkgs/pull/52658#issuecomment-449565790
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user