about summary refs log tree commit diff
path: root/pkgs/tools/graphics/amber/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/amber/default.nix')
-rw-r--r--pkgs/tools/graphics/amber/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/amber/default.nix b/pkgs/tools/graphics/amber/default.nix
index 1b8c90c8fb70..f5156dd08abf 100644
--- a/pkgs/tools/graphics/amber/default.nix
+++ b/pkgs/tools/graphics/amber/default.nix
@@ -1,4 +1,4 @@
-{ stdenv
+{ lib, stdenv
 , fetchFromGitHub
 , cmake
 , pkg-config
@@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
     install -Dm755 -t $out/bin amber image_diff
   '';
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Multi-API shader test framework";
     homepage = "https://github.com/google/amber";
     license = licenses.asl20;