From a80435dac232370e96bc41ae05790ae7ce5deb13 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sat, 17 Jul 2021 21:26:51 +0200 Subject: [PATCH] runningx: deprecate phases --- pkgs/tools/X11/runningx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/X11/runningx/default.nix b/pkgs/tools/X11/runningx/default.nix index ae0e5b89a61..b3b5233564a 100644 --- a/pkgs/tools/X11/runningx/default.nix +++ b/pkgs/tools/X11/runningx/default.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation { buildInputs = [ libX11 ]; - phases = [ "buildPhase" "installPhase" ]; + dontUnpack = true; buildPhase = '' cc -O2 -o RunningX $(pkg-config --cflags --libs x11) $src