xgeometry-select: deprecate phases

This commit is contained in:
Felix Buehler 2021-07-18 12:28:46 +02:00
parent 6626933865
commit 195e90b7db

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "0s7kirgh5iz91m3qy8xiq0j4gljy8zrcnylf4szl5h0lrsaqj7ya";
};
phases = [ "buildPhase" "installPhase" ];
dontUnpack = true;
buildInputs = [ libX11 ];