Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""

This reverts commit 741bf840da.

This reverts the fallout from reverting the major changes.
This commit is contained in:
William A. Kennington III
2015-11-14 12:32:51 -08:00
parent e4feccce81
commit 6602f49495
42 changed files with 579 additions and 140 deletions
+4 -4
View File
@@ -1,16 +1,16 @@
{ stdenv, fetchurl, qt4 }:
{ stdenv, fetchurl, qt5 }:
stdenv.mkDerivation rec {
name = "smplayer-14.9.0.6690";
name = "smplayer-15.9.0";
src = fetchurl {
url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
sha256 = "0nmw69kg8rqvl9icyx1r1v1pyxg6560363l0kyqyja18j79a3j2y";
sha256 = "1yx6kikaj9v5aj8aavvrcklx283wl6wrnpl905hjc7v03kgp1ac5";
};
patches = [ ./basegui.cpp.patch ];
buildInputs = [ qt4 ];
buildInputs = [ qt5.script ];
preConfigure = ''
makeFlags="PREFIX=$out"