3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #130478 from Stunkymonkey/runningx-phases

runningx: deprecate phases
This commit is contained in:
Sandro 2021-07-17 22:39:23 +02:00 committed by GitHub
commit 1131b5a0e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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