summary refs log tree commit diff
path: root/nixos/tests/roundcube.nix
diff options
context:
space:
mode:
authorf--t <2817965+f--t@users.noreply.github.com>2019-11-19 13:16:16 -0800
committerGitHub <noreply@github.com>2019-11-19 13:16:16 -0800
commit4c18309ca68010db90ee294d945a3ee5b71d8c9a (patch)
treeeb4fc432f7d4acb0374962a6044c89ad69ff1f77 /nixos/tests/roundcube.nix
parentd7982b7382f61a524de4eaf8bbfb25156be4c6c2 (diff)
parent943508a7fa95ce6aa8f14a9a717881e436b3816e (diff)
downloadnixpkgs-4c18309ca68010db90ee294d945a3ee5b71d8c9a.tar
nixpkgs-4c18309ca68010db90ee294d945a3ee5b71d8c9a.tar.gz
nixpkgs-4c18309ca68010db90ee294d945a3ee5b71d8c9a.tar.bz2
nixpkgs-4c18309ca68010db90ee294d945a3ee5b71d8c9a.tar.lz
nixpkgs-4c18309ca68010db90ee294d945a3ee5b71d8c9a.tar.xz
nixpkgs-4c18309ca68010db90ee294d945a3ee5b71d8c9a.tar.zst
nixpkgs-4c18309ca68010db90ee294d945a3ee5b71d8c9a.zip
Merge branch 'master' into fix/roundcube
Diffstat (limited to 'nixos/tests/roundcube.nix')
-rw-r--r--nixos/tests/roundcube.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/roundcube.nix b/nixos/tests/roundcube.nix
index 76b735a8c74..4dccb411ff4 100644
--- a/nixos/tests/roundcube.nix
+++ b/nixos/tests/roundcube.nix
@@ -1,4 +1,4 @@
-import ./make-test.nix ({ pkgs, ...} : {
+import ./make-test-python.nix ({ pkgs, ...} : {
   name = "roundcube";
   meta = with pkgs.stdenv.lib.maintainers; {
     maintainers = [ globin ];