unihan-database: remove env-vars from output

This commit is contained in:
Peder Bergebakken Sundt 2025-04-10 19:38:39 +02:00
parent 9dbb7d3459
commit 8062d9b70c

View file

@ -18,7 +18,13 @@ stdenv.mkDerivation rec {
unzip
];
sourceRoot = ".";
sourceRoot = "source";
unpackPhase = ''
runHook preUnpack
unzip $src -d $sourceRoot
runHook postUnpack
'';
installPhase = ''
runHook preInstall