File tree 1 file changed +4
-6
lines changed
pkgs/applications/networking/p2p/frostwire
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 3
3
with stdenv . lib ;
4
4
5
5
stdenv . mkDerivation rec {
6
- version = "6.8.3 " ;
6
+ version = "6.7.4 " ;
7
7
pname = "frostwire" ;
8
8
9
9
src = fetchurl {
10
10
url = "https://dl.frostwire.com/frostwire/${ version } /frostwire-${ version } .noarch.tar.gz" ;
11
- sha256 = "00r7rxzk9a7a1sc0shdx7fq9p9dzg5pwfdf8day0kr1844a5arc2 " ;
11
+ sha256 = "03vxg0qas4mz5ggrmi396nkz44x1kgq8bfbhbr9mnal9ay9qmi8m " ;
12
12
} ;
13
13
14
14
nativeBuildInputs = [ makeWrapper ] ;
@@ -18,13 +18,11 @@ stdenv.mkDerivation rec {
18
18
mv $(ls */*.jar) $out/share/java
19
19
20
20
makeWrapper $out/share/java/frostwire $out/bin/frostwire \
21
- --prefix PATH : ${ jre } /bin/ \
22
- --set JAVA_HOME ${ jre . home } \
23
- --add-flags '-classpath $CLASSPATH:$out/share/java/*'
21
+ --prefix PATH : ${ jre } /bin/
24
22
'' ;
25
23
26
24
meta = with stdenv . lib ; {
27
- homepage = " https://www.frostwire.com/" ;
25
+ homepage = https://www.frostwire.com/ ;
28
26
description = "BitTorrent Client and Cloud File Downloader" ;
29
27
license = licenses . gpl2 ;
30
28
maintainers = with maintainers ; [ gavin ] ;
You can’t perform that action at this time.
0 commit comments