about summary refs log tree commit diff
path: root/pkgs/profpatsch/testing
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-02-05 11:44:45 +0100
committerProfpatsch <mail@profpatsch.de>2021-02-05 12:27:24 +0100
commitd2793017cad11d290dad64f5122b2d2668e2d467 (patch)
treea694f2a70c590fab56221301bbfae69c36d21455 /pkgs/profpatsch/testing
parentf0b9d862a5e54fa7f9159636ce5a90ef3360231f (diff)
treewide: stdenv.lib -> pkgs.lib
Upstream is deprecating `stdenv.lib`, so let’s do the same.
Diffstat (limited to 'pkgs/profpatsch/testing')
-rw-r--r--pkgs/profpatsch/testing/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/profpatsch/testing/default.nix b/pkgs/profpatsch/testing/default.nix
index 76d43ecc..b2ae6239 100644
--- a/pkgs/profpatsch/testing/default.nix
+++ b/pkgs/profpatsch/testing/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, runCommandLocal, lib
+{ runCommandLocal, lib
 , runExecline, bin }:
 
 let