mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
utf8proc: use makeFlags instead of overriding installPhase
This commit is contained in:
parent
2b525f60c9
commit
63be59abc7
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user