Merge pull request #125943 from xfix/flips-2021-05-18

flips: unstable-2020-10-02 -> unstable-2021-05-18
master
Sandro 2021-06-08 17:05:04 +02:00 committed by GitHub
commit e78d320e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 4 deletions

View File

@ -2,20 +2,24 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "flips"; pname = "flips";
version = "unstable-2020-10-02"; version = "unstable-2021-05-18";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Alcaro"; owner = "Alcaro";
repo = "Flips"; repo = "Flips";
rev = "5a3d2012b8ea53ae777c24b8ac4edb9a6bdb9761"; rev = "3476e5e46fc6f10df475f0cad1714358ba04c756";
sha256 = "1ksh9j1n5z8b78yd7gjxswndsqnb1azp84xk4rc0p7zq127l0fyy"; sha256 = "0s13qrmqfmlb2vy0smpgw39vjkl8vzsmpzk52jnc9r7b4hisii39";
}; };
nativeBuildInputs = [ pkg-config wrapGAppsHook ]; nativeBuildInputs = [ pkg-config wrapGAppsHook ];
buildInputs = [ gtk3 libdivsufsort ]; buildInputs = [ gtk3 libdivsufsort ];
patches = [ ./use-system-libdivsufsort.patch ]; patches = [ ./use-system-libdivsufsort.patch ];
makeFlags = [ "PREFIX=${placeholder "out"}" ]; makeFlags = [ "PREFIX=${placeholder "out"}" ];
buildPhase = "./make.sh"; buildPhase = ''
runHook preBuild
./make.sh
runHook postBuild
'';
meta = with lib; { meta = with lib; {
description = "A patcher for IPS and BPS files"; description = "A patcher for IPS and BPS files";