btfs: simplify shebang fixup
This commit is contained in:
parent
38bff390bc
commit
2e3df3f1a9
@ -14,14 +14,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
buildInputs = [
|
||||
boost fuse libtorrentRasterbar curl
|
||||
boost fuse libtorrentRasterbar curl python3
|
||||
];
|
||||
|
||||
preInstall = ''
|
||||
substituteInPlace scripts/btplay \
|
||||
--replace "/usr/bin/env python" "${python3.interpreter}"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A bittorrent filesystem based on FUSE";
|
||||
homepage = https://github.com/johang/btfs;
|
||||
|
Loading…
Reference in New Issue
Block a user