Revert "libtorrentRasterbar_1_09: remove, not used anymore"
This reverts commit dd3142a14e056f23601f792adf58464d6eb5c2f5.
This commit is contained in:
parent
7522de2f4b
commit
4cbcab54a6
6
pkgs/development/libraries/libtorrent-rasterbar/1.09.nix
Normal file
6
pkgs/development/libraries/libtorrent-rasterbar/1.09.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ callPackage, ... } @ args:
|
||||
|
||||
callPackage ./generic.nix (args // {
|
||||
version = "1.0.9";
|
||||
sha256 = "1kfydlvmx4pgi5lpbhqr4p3jr78p3f61ic32046mkp4yfyydrspl";
|
||||
})
|
||||
@ -8502,6 +8502,8 @@ in
|
||||
|
||||
libtorrentRasterbar = callPackage ../development/libraries/libtorrent-rasterbar { };
|
||||
|
||||
libtorrentRasterbar_1_09 = callPackage ../development/libraries/libtorrent-rasterbar/1.09.nix { };
|
||||
|
||||
libtorrentRasterbar_0_16 = callPackage ../development/libraries/libtorrent-rasterbar/0.16.nix {
|
||||
# fix "unrecognized option -arch" error
|
||||
stdenv = if stdenv.isDarwin
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user