Merge pull request #13525 from rnhmjoj/btfs

btfs: 2.7 -> 2.8
This commit is contained in:
Tuomas Tynkkynen 2016-02-28 03:58:19 +02:00
commit b2587e88d0

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "btfs-${version}"; name = "btfs-${version}";
version = "2.7"; version = "2.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "johang"; owner = "johang";
repo = "btfs"; repo = "btfs";
rev = "e816b4718bd5c9d88a99805d19d2ad91971b2338"; rev = "0567010e553b290eaa50b1afaa717dd7656c82de";
sha256 = "1mac2dwg0pzpmg0x503a8d8gx3ridi4m1qx4jk6ssvl4g9v6p7fl"; sha256 = "1x3x1v7fhcfcpffprf63sb720nxci2ap2cq92jy1xd68kmshdmwd";
}; };
buildInputs = [ buildInputs = [
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
preConfigure = '' preConfigure = ''
autoreconf -i autoreconf -i
substituteInPlace scripts/btplay \ substituteInPlace scripts/btplay \
--replace /usr/bin/python ${python}/bin/python --replace "/usr/bin/env python" "${python}/bin/python"
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {