about summary refs log tree commit diff
path: root/pkgs/servers/h2
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-15 14:07:56 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-01-15 14:24:03 +0700
commit872973d7d1a71570dee1e9c1114e13a072bf3ffc (patch)
tree2e9c7e63f8d6407413e21b587ae0c7d91020d71a /pkgs/servers/h2
parente245ae3c3ac34d24ec6ceb7b86aa74be4fb8e707 (diff)
pkgs/servers: stdenv.lib -> lib
Diffstat (limited to 'pkgs/servers/h2')
-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 cdcd802916b5b..51060a3ab9d9e 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 ];
   };
 }