mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 09:56:13 +03:00
Merge pull request #60971 from r-ryantm/auto-update/frostwire
frostwire-bin: 6.7.4 -> 6.8.3
This commit is contained in:
commit
548985b1a7
@ -3,12 +3,12 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "6.7.4";
|
version = "6.8.3";
|
||||||
pname = "frostwire";
|
pname = "frostwire";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://dl.frostwire.com/frostwire/${version}/frostwire-${version}.noarch.tar.gz";
|
url = "https://dl.frostwire.com/frostwire/${version}/frostwire-${version}.noarch.tar.gz";
|
||||||
sha256 = "03vxg0qas4mz5ggrmi396nkz44x1kgq8bfbhbr9mnal9ay9qmi8m";
|
sha256 = "00r7rxzk9a7a1sc0shdx7fq9p9dzg5pwfdf8day0kr1844a5arc2";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
@ -18,11 +18,13 @@ stdenv.mkDerivation rec {
|
|||||||
mv $(ls */*.jar) $out/share/java
|
mv $(ls */*.jar) $out/share/java
|
||||||
|
|
||||||
makeWrapper $out/share/java/frostwire $out/bin/frostwire \
|
makeWrapper $out/share/java/frostwire $out/bin/frostwire \
|
||||||
--prefix PATH : ${jre}/bin/
|
--prefix PATH : ${jre}/bin/ \
|
||||||
|
--set JAVA_HOME ${jre.home} \
|
||||||
|
--add-flags '-classpath $CLASSPATH:$out/share/java/*'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://www.frostwire.com/;
|
homepage = "https://www.frostwire.com/";
|
||||||
description = "BitTorrent Client and Cloud File Downloader";
|
description = "BitTorrent Client and Cloud File Downloader";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ gavin ];
|
maintainers = with maintainers; [ gavin ];
|
||||||
|
Loading…
Reference in New Issue
Block a user