softether module: fix dataDir option

This commit is contained in:
gnidorah
2018-02-22 18:37:59 +03:00
parent f1dfc22128
commit fbeb32994b
4 changed files with 22 additions and 23 deletions
+2 -2
View File
@@ -1,5 +1,6 @@
{ stdenv, fetchurl
, openssl, readline, ncurses, zlib }:
, openssl, readline, ncurses, zlib
, dataDir ? "/var/lib/softether" }:
let
os = if stdenv.isLinux then "1"
@@ -17,7 +18,6 @@ stdenv.mkDerivation rec {
version = "4.18";
build = "9570";
compiledDate = "2015.07.26";
dataDir = "/var/lib/softether";
src = fetchurl {
url = "http://www.softether-download.com/files/softether/v${version}-${build}-rtm-${compiledDate}-tree/Source_Code/softether-src-v${version}-${build}-rtm.tar.gz";
+2 -2
View File
@@ -1,5 +1,6 @@
{ stdenv, fetchurl
, openssl, readline, ncurses, zlib }:
, openssl, readline, ncurses, zlib
, dataDir ? "/var/lib/softether" }:
let
os = if stdenv.isLinux then "1"
@@ -17,7 +18,6 @@ stdenv.mkDerivation rec {
version = "4.20";
build = "9608";
compiledDate = "2016.04.17";
dataDir = "/var/lib/softether";
src = fetchurl {
url = "http://www.softether-download.com/files/softether/v${version}-${build}-rtm-${compiledDate}-tree/Source_Code/softether-src-v${version}-${build}-rtm.tar.gz";
+2 -2
View File
@@ -1,5 +1,6 @@
{ stdenv, fetchurl
, openssl, readline, ncurses, zlib }:
, openssl, readline, ncurses, zlib
, dataDir ? "/var/lib/softether" }:
let
os = if stdenv.isLinux then "1"
@@ -17,7 +18,6 @@ stdenv.mkDerivation rec {
version = "4.25";
build = "9656";
compiledDate = "2018.01.15";
dataDir = "/var/lib/softether";
src = fetchurl {
url = "http://www.softether-download.com/files/softether/v${version}-${build}-rtm-${compiledDate}-tree/Source_Code/softether-src-v${version}-${build}-rtm.tar.gz";