mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
unihan-database: remove env-vars from output
This commit is contained in:
parent
9dbb7d3459
commit
8062d9b70c
1 changed files with 7 additions and 1 deletions
|
@ -18,7 +18,13 @@ stdenv.mkDerivation rec {
|
||||||
unzip
|
unzip
|
||||||
];
|
];
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = "source";
|
||||||
|
|
||||||
|
unpackPhase = ''
|
||||||
|
runHook preUnpack
|
||||||
|
unzip $src -d $sourceRoot
|
||||||
|
runHook postUnpack
|
||||||
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue