runningx: deprecate phases
This commit is contained in:
parent
0ea3c6b06f
commit
a80435dac2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [ libX11 ];
|
||||
|
||||
phases = [ "buildPhase" "installPhase" ];
|
||||
dontUnpack = true;
|
||||
|
||||
buildPhase = ''
|
||||
cc -O2 -o RunningX $(pkg-config --cflags --libs x11) $src
|
||||
|
|
Loading…
Reference in a new issue