mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
skk-dicts: deprecate phases
This commit is contained in:
parent
0ea3c6b06f
commit
b112174956
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ stdenv.mkDerivation {
|
|||
srcs = [ small medium large edict assoc ];
|
||||
nativeBuildInputs = [ skktools ] ++ lib.optional stdenv.isDarwin libiconv;
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
function dictname() {
|
||||
src=$1
|
||||
|
|
Loading…
Reference in a new issue