Merge pull request #130540 from Stunkymonkey/xgeometry-select-phases

xgeometry-select: deprecate phases
This commit is contained in:
Sandro 2021-07-20 11:07:35 +02:00 committed by GitHub
commit 2e5e3c2b6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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