From 2e3df3f1a9d7195a433af2e5ddf86b3d3a7604df Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Thu, 26 Sep 2019 09:09:41 +0100 Subject: btfs: simplify shebang fixup --- pkgs/os-specific/linux/btfs/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'pkgs/os-specific/linux/btfs/default.nix') diff --git a/pkgs/os-specific/linux/btfs/default.nix b/pkgs/os-specific/linux/btfs/default.nix index f21c9dcad35..d2e5d91e365 100644 --- a/pkgs/os-specific/linux/btfs/default.nix +++ b/pkgs/os-specific/linux/btfs/default.nix @@ -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; -- cgit 1.4.1