lol

utf8proc: use makeFlags instead of overriding installPhase

+1 -3
+1 -3
pkgs/development/libraries/utf8proc/default.nix
··· 11 11 sha256 = "1ryjlcnpfm7fpkq6444ybi576hbnh2l0w7kjhbqady5lxwjyg3pf"; 12 12 }; 13 13 14 - installPhase = '' 15 - make install prefix=$out 16 - ''; 14 + makeFlags = [ "prefix=$(out)" ]; 17 15 18 16 meta = with stdenv.lib; { 19 17 description = "A clean C library for processing UTF-8 Unicode data";