summary refs log tree commit diff
path: root/pkgs/games/spring
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/games/spring
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/games/spring')
-rw-r--r--pkgs/games/spring/springlobby.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/spring/springlobby.nix b/pkgs/games/spring/springlobby.nix
index 33dc364c5b7..231090419e6 100644
--- a/pkgs/games/spring/springlobby.nix
+++ b/pkgs/games/spring/springlobby.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, cmake, wxGTK30, openal, pkgconfig, curl, libtorrentRasterbar
+{ stdenv, fetchurl, fetchpatch, cmake, wxGTK30, openal, pkgconfig, curl, libtorrent-rasterbar
 , libpng, libX11, gettext, boost, libnotify, gtk2, doxygen, spring
 , makeWrapper, glib, minizip, alure, pcre, jsoncpp }:
 
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ cmake pkgconfig gettext doxygen makeWrapper ];
   buildInputs = [
-    wxGTK30 openal curl libtorrentRasterbar pcre jsoncpp
+    wxGTK30 openal curl libtorrent-rasterbar pcre jsoncpp
     boost libpng libX11 libnotify gtk2 glib minizip alure
   ];