mumble_overlay: remove phases

This commit is contained in:
Felix Buehler 2021-07-25 01:40:43 +02:00
parent 8f67e19b84
commit 04e1676351

View file

@ -8,8 +8,6 @@ in stdenv.mkDerivation {
inherit (mumble) src;
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
installPhase = ''
mkdir -p $out/lib
ln -s ${mumble}/lib/libmumble.so.1 $out/lib/