syncplay: 1.5.3 -> 1.5.5 (#43245)

Leave syncplay to install to the correct directory rather than moving
folders around to make it work.

authored by Michael Hoang and committed by xeji e64b114c 584561bb

+4 -9
+4 -9
pkgs/applications/networking/syncplay/default.nix
··· 2 3 python2Packages.buildPythonApplication rec { 4 name = "syncplay-${version}"; 5 - version = "1.5.3"; 6 7 format = "other"; 8 9 src = fetchurl { 10 - url = https://github.com/Syncplay/syncplay/archive/v1.5.3.tar.gz; 11 - sha256 = "1yk0aajskhk6czpjshf9a9pzp3rafh5cgdcyyz8pwpk4ca9zyzfv"; 12 }; 13 14 propagatedBuildInputs = with python2Packages; [ pyside twisted ]; 15 16 - makeFlags = [ "DESTDIR=$(out)" "PREFIX=" ]; 17 - 18 - postInstall = '' 19 - mkdir -p $out/lib/python2.7/site-packages 20 - mv $out/lib/syncplay/syncplay $out/lib/python2.7/site-packages/ 21 - ''; 22 23 meta = with stdenv.lib; { 24 homepage = https://syncplay.pl/;
··· 2 3 python2Packages.buildPythonApplication rec { 4 name = "syncplay-${version}"; 5 + version = "1.5.5"; 6 7 format = "other"; 8 9 src = fetchurl { 10 + url = https://github.com/Syncplay/syncplay/archive/v1.5.5.tar.gz; 11 + sha256 = "0g12hm84c48fjrmwljl0ii62f55vm6fk2mv8vna7fadabmk6dwhr"; 12 }; 13 14 propagatedBuildInputs = with python2Packages; [ pyside twisted ]; 15 16 + makeFlags = [ "DESTDIR=" "PREFIX=$(out)" ]; 17 18 meta = with stdenv.lib; { 19 homepage = https://syncplay.pl/;