summary refs log tree commit diff
path: root/pkgs/os-specific/linux/btfs
diff options
context:
space:
mode:
authorMilan Pässler <mil@nyantec.com>2020-12-20 14:35:14 +0100
committerMilan <me@pbb.lc>2020-12-20 20:51:28 +0100
commita333985d59dd190f7b3dd96c862962fc8a09c5fd (patch)
tree869a3257cace5f9370abb109fb786d541f407d6b /pkgs/os-specific/linux/btfs
parent0dcf65711c829fc3f9816680e26ef8b2dc06b9fc (diff)
downloadnixpkgs-a333985d59dd190f7b3dd96c862962fc8a09c5fd.tar
nixpkgs-a333985d59dd190f7b3dd96c862962fc8a09c5fd.tar.gz
nixpkgs-a333985d59dd190f7b3dd96c862962fc8a09c5fd.tar.bz2
nixpkgs-a333985d59dd190f7b3dd96c862962fc8a09c5fd.tar.lz
nixpkgs-a333985d59dd190f7b3dd96c862962fc8a09c5fd.tar.xz
nixpkgs-a333985d59dd190f7b3dd96c862962fc8a09c5fd.tar.zst
nixpkgs-a333985d59dd190f7b3dd96c862962fc8a09c5fd.zip
libtorrentRasterbar: rename to libtorrent-rasterbar
This is done to match upstream naming:
https://github.com/NixOS/nixpkgs/pull/107194#issuecomment-748501379
Diffstat (limited to 'pkgs/os-specific/linux/btfs')
-rw-r--r--pkgs/os-specific/linux/btfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/btfs/default.nix b/pkgs/os-specific/linux/btfs/default.nix
index 762baa58711..6d919ce57d4 100644
--- a/pkgs/os-specific/linux/btfs/default.nix
+++ b/pkgs/os-specific/linux/btfs/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchFromGitHub, autoreconfHook, pkgconfig
-, python3, boost, fuse, libtorrentRasterbar, curl }:
+, python3, boost, fuse, libtorrent-rasterbar, curl }:
 
 stdenv.mkDerivation rec {
   pname = "btfs";
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];
   buildInputs = [
-    boost fuse libtorrentRasterbar curl python3
+    boost fuse libtorrent-rasterbar curl python3
   ];
 
   meta = with stdenv.lib; {