tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
runningx: deprecate phases
Felix Buehler
4 years ago
a80435da
0ea3c6b0
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
X11
runningx
default.nix
+1
-1
pkgs/tools/X11/runningx/default.nix
···
13
13
14
14
buildInputs = [ libX11 ];
15
15
16
16
-
phases = [ "buildPhase" "installPhase" ];
16
16
+
dontUnpack = true;
17
17
18
18
buildPhase = ''
19
19
cc -O2 -o RunningX $(pkg-config --cflags --libs x11) $src