runningx: deprecate phases

This commit is contained in:
Felix Buehler 2021-07-17 21:26:51 +02:00
parent 0ea3c6b06f
commit a80435dac2

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation {
buildInputs = [ libX11 ];
phases = [ "buildPhase" "installPhase" ];
dontUnpack = true;
buildPhase = ''
cc -O2 -o RunningX $(pkg-config --cflags --libs x11) $src