summary refs log tree commit diff
path: root/pkgs/servers/limesurvey
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2019-03-06 07:40:22 -0500
committerAaron Andersen <aaron@fosslib.net>2019-05-23 21:42:51 -0400
commitfc49f75f63619ab3c4a948aac0b642172ecc60ab (patch)
tree66b9749ba76ccc7d463acd314e97afd93026146f /pkgs/servers/limesurvey
parent42c0ce80e6bb1c27c233ba0ec1fd136bced7b0be (diff)
downloadnixpkgs-fc49f75f63619ab3c4a948aac0b642172ecc60ab.tar
nixpkgs-fc49f75f63619ab3c4a948aac0b642172ecc60ab.tar.gz
nixpkgs-fc49f75f63619ab3c4a948aac0b642172ecc60ab.tar.bz2
nixpkgs-fc49f75f63619ab3c4a948aac0b642172ecc60ab.tar.lz
nixpkgs-fc49f75f63619ab3c4a948aac0b642172ecc60ab.tar.xz
nixpkgs-fc49f75f63619ab3c4a948aac0b642172ecc60ab.tar.zst
nixpkgs-fc49f75f63619ab3c4a948aac0b642172ecc60ab.zip
limesurvey: 2.05_plus_141210 -> 3.17.1+190408
Diffstat (limited to 'pkgs/servers/limesurvey')
-rw-r--r--pkgs/servers/limesurvey/default.nix11
1 files changed, 3 insertions, 8 deletions
diff --git a/pkgs/servers/limesurvey/default.nix b/pkgs/servers/limesurvey/default.nix
index 270844730d8..d9113ca2c4c 100644
--- a/pkgs/servers/limesurvey/default.nix
+++ b/pkgs/servers/limesurvey/default.nix
@@ -1,14 +1,14 @@
 { stdenv, lib, fetchFromGitHub, writeText, makeWrapper, php }:
 
 stdenv.mkDerivation rec {
-  name = "limesurvey-${version}";
-  version = "2.05_plus_141210";
+  pname = "limesurvey";
+  version = "3.17.1+190408";
 
   src = fetchFromGitHub {
     owner = "LimeSurvey";
     repo = "LimeSurvey";
     rev = version;
-    sha256 = "1b5yixrlrjm055ag07c7phk84mk1892v20nsss1y0xzvgn6s14gq";
+    sha256 = "0d6dgw9af492vn5yg2hq82ipq4p80c19lhky0dpwrm5kv67kxbhv";
   };
 
   buildInputs = [ makeWrapper ];
@@ -19,11 +19,6 @@ stdenv.mkDerivation rec {
   ?>
   '';
 
-  patchPhase = ''
-    substituteInPlace application/core/LSYii_Application.php \
-      --replace "'basePath" "//'basePath"
-  '';
-
   installPhase = ''
     mkdir -p $out/{bin,share/limesurvey}
     cp -R . $out/share/limesurvey