mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +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 {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "tortoisehg";
|
pname = "tortoisehg";
|
||||||
version = "6.6.3";
|
version = "6.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-${version}.tar.gz";
|
url = "https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-${version}.tar.gz";
|
||||||
sha256 = "sha256-9pg1N5uj1ZaZCAm4N8toRwfVHme7nAsNMZkXSRgFves=";
|
hash = "sha256-j+HuAq/elnXIOoX4eoqMeOyGq3qjbdoJw6pcZsSa+AI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
qt5.wrapQtAppsHook
|
qt5.wrapQtAppsHook
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = with python3Packages; [
|
|
||||||
|
dependencies = with python3Packages; [
|
||||||
mercurial
|
mercurial
|
||||||
# The one from python3Packages
|
# The one from python3Packages
|
||||||
qscintilla-qt5
|
qscintilla-qt5
|
||||||
iniparse
|
iniparse
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
# Makes wrapQtAppsHook add these qt libraries to the wrapper search paths
|
# Makes wrapQtAppsHook add these qt libraries to the wrapper search paths
|
||||||
qt5.qtwayland
|
qt5.qtwayland
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue