mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixosTests.dokuwiki: Fix tests
Updating the bootstrap theme (we need just any theme for testing if
themes work) fixed the issue of the failing test.
(cherry picked from commit 67da1e3518
)
This commit is contained in:
parent
0fcc894a93
commit
0914bf32e0
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@ let
|
||||||
|
|
||||||
template-bootstrap3 = pkgs.stdenv.mkDerivation rec {
|
template-bootstrap3 = pkgs.stdenv.mkDerivation rec {
|
||||||
name = "bootstrap3";
|
name = "bootstrap3";
|
||||||
version = "2022-07-27";
|
version = "2024-02-06";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "giterlizzi";
|
owner = "giterlizzi";
|
||||||
repo = "dokuwiki-template-bootstrap3";
|
repo = "dokuwiki-template-bootstrap3";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-B3Yd4lxdwqfCnfmZdp+i/Mzwn/aEuZ0ovagDxuR6lxo=";
|
hash = "sha256-PSA/rHMkM/kMvOV7CP1byL8Ym4Qu7a4Rz+/aPX31x9k=";
|
||||||
};
|
};
|
||||||
installPhase = "mkdir -p $out; cp -R * $out/";
|
installPhase = "mkdir -p $out; cp -R * $out/";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue