summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/xpra
diff options
context:
space:
mode:
authorLouis Bettens <louis@bettens.info>2020-05-06 12:00:16 +0200
committerLouis Bettens <louis@bettens.info>2020-05-16 23:15:09 +0200
commit3573aef274435abd0eb4b93a3a232391cc6efbf9 (patch)
treec9596a2e63cc36f4246afd3ede933f33809c7e8a /pkgs/tools/X11/xpra
parent15002bf1fb27dbb4e595c8eaeccf8685137766f3 (diff)
libfakeXinerama: remove deprecated pattern per #28910
Diffstat (limited to 'pkgs/tools/X11/xpra')
-rw-r--r--pkgs/tools/X11/xpra/libfakeXinerama.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/X11/xpra/libfakeXinerama.nix b/pkgs/tools/X11/xpra/libfakeXinerama.nix
index da5be29cae17..e43043d78f2e 100644
--- a/pkgs/tools/X11/xpra/libfakeXinerama.nix
+++ b/pkgs/tools/X11/xpra/libfakeXinerama.nix
@@ -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
'';