frostwire-bin: set additional classpath
This commit is contained in:
parent
c36891f1b5
commit
cd8f0ec4f6
@ -18,11 +18,13 @@ stdenv.mkDerivation rec {
|
||||
mv $(ls */*.jar) $out/share/java
|
||||
|
||||
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; {
|
||||
homepage = https://www.frostwire.com/;
|
||||
homepage = "https://www.frostwire.com/";
|
||||
description = "BitTorrent Client and Cloud File Downloader";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ gavin ];
|
||||
|
Loading…
Reference in New Issue
Block a user