lol

runningx: deprecate phases

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