Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
  • Loading branch information
2 people authored and github-actions[bot] committed Feb 21, 2021
1 parent 963513e commit acde9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/data/misc/tzdata/default.nix
Expand Up @@ -42,10 +42,10 @@ stdenv.mkDerivation rec {

installFlags = [ "ZIC=./zic-native" ];

# NOTE: in cross-compilation scenarios, this is built for the build platform.
preInstall = ''
mv zic.o zic.o.orig
mv zic zic.orig
# NOTE: in cross-compilation scenarios, this is built for the build platform.
make $makeFlags cc=cc AR=ar zic
mv zic zic-native
mv zic.o.orig zic.o
Expand Down

0 comments on commit acde9a0

Please sign in to comment.