about summary refs log tree commit diff
path: root/pkgs/data/fonts/lmodern/lmmath.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/data/fonts/lmodern/lmmath.nix')
-rw-r--r--pkgs/data/fonts/lmodern/lmmath.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/data/fonts/lmodern/lmmath.nix b/pkgs/data/fonts/lmodern/lmmath.nix
index c6e0788eed38..98bde90ff941 100644
--- a/pkgs/data/fonts/lmodern/lmmath.nix
+++ b/pkgs/data/fonts/lmodern/lmmath.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchzip }:
+{ lib, fetchzip }:
 
 fetchzip {
   name = "lmmath-0.903";
@@ -21,7 +21,6 @@ fetchzip {
 
   meta = {
     description = "Latin Modern font";
-    platforms = stdenv.lib.platforms.unix;
   };
 }