about summary refs log tree commit diff
path: root/nixos/tests/scala.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/scala.nix')
-rw-r--r--nixos/tests/scala.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/scala.nix b/nixos/tests/scala.nix
index f99d9e563ffe3..4fc3f8aa7b0ad 100644
--- a/nixos/tests/scala.nix
+++ b/nixos/tests/scala.nix
@@ -8,7 +8,7 @@ with pkgs.lib;
 let
   common = name: package: (import ./make-test-python.nix ({
     inherit name;
-    meta = with pkgs.stdenv.lib.maintainers; {
+    meta = with pkgs.lib.maintainers; {
       maintainers = [ nequissimus ];
     };