opentracker: use https for downloading
This commit is contained in:
parent
8a53488904
commit
1cf44e6a07
@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "opentracker-2018-05-26";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://erdgeist.org/opentracker";
|
||||
url = "https://erdgeist.org/gitweb/opentracker";
|
||||
rev = "6411f1567f64248b0d145493c2e61004d2822623";
|
||||
sha256 = "110nfb6n4clykwdzpk54iccsfjawq0krjfqhg114i1z0ri5dyl8j";
|
||||
};
|
||||
@ -12,9 +12,9 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ libowfat zlib ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin $out/share/doc
|
||||
cp opentracker $out/bin
|
||||
cp opentracker.conf.sample $out/share/doc
|
||||
runHook preInstall
|
||||
install -D opentracker $out/bin/opentracker
|
||||
install -D opentracker.conf.sample $out/share/doc/opentracker.conf.sample
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user