utf8proc: use makeFlags instead of overriding installPhase

This commit is contained in:
Thomas Tuegel 2015-06-04 12:37:57 -05:00
parent 2b525f60c9
commit 63be59abc7

View file

@ -11,9 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "1ryjlcnpfm7fpkq6444ybi576hbnh2l0w7kjhbqady5lxwjyg3pf";
};
installPhase = ''
make install prefix=$out
'';
makeFlags = [ "prefix=$(out)" ];
meta = with stdenv.lib; {
description = "A clean C library for processing UTF-8 Unicode data";