mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +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";
|
sha256 = "1ryjlcnpfm7fpkq6444ybi576hbnh2l0w7kjhbqady5lxwjyg3pf";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
makeFlags = [ "prefix=$(out)" ];
|
||||||
make install prefix=$out
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A clean C library for processing UTF-8 Unicode data";
|
description = "A clean C library for processing UTF-8 Unicode data";
|
||||||
|
Loading…
Reference in New Issue
Block a user