mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
tortoisehg: 6.6.3 -> 6.9
This commit is contained in:
parent
1a142a02e3
commit
b79d7a76cd
1 changed files with 5 additions and 3 deletions
|
@ -8,22 +8,24 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "tortoisehg";
|
||||
version = "6.6.3";
|
||||
version = "6.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-${version}.tar.gz";
|
||||
sha256 = "sha256-9pg1N5uj1ZaZCAm4N8toRwfVHme7nAsNMZkXSRgFves=";
|
||||
hash = "sha256-j+HuAq/elnXIOoX4eoqMeOyGq3qjbdoJw6pcZsSa+AI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
qt5.wrapQtAppsHook
|
||||
];
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
|
||||
dependencies = with python3Packages; [
|
||||
mercurial
|
||||
# The one from python3Packages
|
||||
qscintilla-qt5
|
||||
iniparse
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
# Makes wrapQtAppsHook add these qt libraries to the wrapper search paths
|
||||
qt5.qtwayland
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue