summary refs log tree commit diff
path: root/pkgs/servers/h2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/h2/default.nix')
-rw-r--r--pkgs/servers/h2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/h2/default.nix b/pkgs/servers/h2/default.nix
index cdcd802916b..51060a3ab9d 100644
--- a/pkgs/servers/h2/default.nix
+++ b/pkgs/servers/h2/default.nix
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
     description = "The Java SQL database";
     homepage = "http://www.h2database.com/html/main.html";
     license = licenses.mpl20;
-    platforms = stdenv.lib.platforms.linux;
+    platforms = lib.platforms.linux;
     maintainers = with maintainers; [ mahe ];
   };
 }