lol

runningx: deprecate phases

+1 -1
+1 -1
pkgs/tools/X11/runningx/default.nix
··· 13 13 14 14 buildInputs = [ libX11 ]; 15 15 16 - phases = [ "buildPhase" "installPhase" ]; 16 + dontUnpack = true; 17 17 18 18 buildPhase = '' 19 19 cc -O2 -o RunningX $(pkg-config --cflags --libs x11) $src