summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2016-08-24 19:16:30 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2016-08-29 13:36:50 +0200
commit58738e4bc7df7c5d7c224f71defec88f72775e02 (patch)
treec4c7c97eb1154b0e620412da83e706ea468be782
parent898edb0fbc3f23b24b7e28bad0cdd3e57ad5dcc7 (diff)
downloadnixpkgs-58738e4bc7df7c5d7c224f71defec88f72775e02.tar
nixpkgs-58738e4bc7df7c5d7c224f71defec88f72775e02.tar.gz
nixpkgs-58738e4bc7df7c5d7c224f71defec88f72775e02.tar.bz2
nixpkgs-58738e4bc7df7c5d7c224f71defec88f72775e02.tar.lz
nixpkgs-58738e4bc7df7c5d7c224f71defec88f72775e02.tar.xz
nixpkgs-58738e4bc7df7c5d7c224f71defec88f72775e02.tar.zst
nixpkgs-58738e4bc7df7c5d7c224f71defec88f72775e02.zip
qarte: 2.4.0 -> 3.2.0
-rw-r--r--pkgs/applications/video/qarte/default.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/applications/video/qarte/default.nix b/pkgs/applications/video/qarte/default.nix
index f01f4ffd7f5..5b87fca9dcd 100644
--- a/pkgs/applications/video/qarte/default.nix
+++ b/pkgs/applications/video/qarte/default.nix
@@ -1,13 +1,13 @@
-{ stdenv, fetchbzr, pythonPackages, rtmpdump, makeWrapper }:
+{ stdenv, fetchbzr, python3Packages, rtmpdump, makeWrapper }:
 
 let
-  inherit (pythonPackages) python pyqt4 sip;
+  inherit (python3Packages) python pyqt5 sip;
 in stdenv.mkDerivation {
-  name = "qarte-2.4.0";
+  name = "qarte-3.2.0";
   src = fetchbzr {
-    url = http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/trunk;
-    rev = "150";
-    sha256 = "0fj11jx9l5qi968c906rrksdic7w4yj414m47k6axlb4v6ghdnar";
+    url = http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-3;
+    rev = "146";
+    sha256 = "0dvl38dknmnj2p4yr25p88kw3mh502c6qdp2bd43bhd2sqc3b0v0";
   };
 
   buildInputs = [ makeWrapper ];
@@ -16,10 +16,10 @@ in stdenv.mkDerivation {
     mkdir -p $out/bin
     mv qarte $out/bin/
     substituteInPlace $out/bin/qarte \
-      --replace '/usr/bin/python' "${python.interpreter}" \
+      --replace '/usr/bin/python3' "${python.interpreter}" \
       --replace '/usr/share' "$out/share"
     wrapProgram $out/bin/qarte \
-      --prefix PYTHONPATH : "${pyqt4}/lib/${python.libPrefix}/site-packages:${sip}/lib/${python.libPrefix}/site-packages" \
+      --prefix PYTHONPATH : "${pyqt5}/lib/${python.libPrefix}/site-packages:${sip}/lib/${python.libPrefix}/site-packages" \
       --prefix PATH : "${rtmpdump}/bin"
 
     mkdir -p $out/share/man/man1/