summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-05-05 09:00:24 +0700
committertomberek <tomberek@users.noreply.github.com>2021-05-05 01:43:05 -0400
commita913f3ff49e93a8da1307131cef164586492c90e (patch)
treee679df6cd1dd61c749ecb64f9f6ba6fbf4a71b08 /nixos
parent59cd52dc40379ebfb93bced3c7f39cbd9b14a5f2 (diff)
downloadnixpkgs-a913f3ff49e93a8da1307131cef164586492c90e.tar
nixpkgs-a913f3ff49e93a8da1307131cef164586492c90e.tar.gz
nixpkgs-a913f3ff49e93a8da1307131cef164586492c90e.tar.bz2
nixpkgs-a913f3ff49e93a8da1307131cef164586492c90e.tar.lz
nixpkgs-a913f3ff49e93a8da1307131cef164586492c90e.tar.xz
nixpkgs-a913f3ff49e93a8da1307131cef164586492c90e.tar.zst
nixpkgs-a913f3ff49e93a8da1307131cef164586492c90e.zip
nixos/tests/wmderland: remove stdenv.lib
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/wmderland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/wmderland.nix b/nixos/tests/wmderland.nix
index d121ed98b7a..6de0cd9212e 100644
--- a/nixos/tests/wmderland.nix
+++ b/nixos/tests/wmderland.nix
@@ -1,6 +1,6 @@
 import ./make-test-python.nix ({ pkgs, ...} : {
   name = "wmderland";
-  meta = with pkgs.stdenv.lib.maintainers; {
+  meta = with pkgs.lib.maintainers; {
     maintainers = [ takagiy ];
   };