libfakeXinerama: remove deprecated pattern per #28910
This commit is contained in:
parent
15002bf1fb
commit
3573aef274
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ libX11 libXinerama ];
|
||||
|
||||
phases = [ "unpackPhase" "buildPhase" "installPhase" ];
|
||||
|
||||
buildPhase = ''
|
||||
gcc -O2 -Wall fakeXinerama.c -fPIC -o libfakeXinerama.so.1.0 -shared
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue