tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
librime: set darwin as support platforms
klchen0112
2 years ago
0b5afd03
a801c0c8
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
librime
default.nix
+1
-1
pkgs/development/libraries/librime/default.nix
···
32
32
description = "Rime Input Method Engine, the core library";
33
33
license = licenses.bsd3;
34
34
maintainers = with maintainers; [ vonfry ];
35
35
-
platforms = platforms.linux;
35
35
+
platforms = platforms.linux ++ platforms.darwin;
36
36
};
37
37
}