summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics/glxinfo
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-06-19 11:36:06 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-07-01 04:23:51 -0400
commitcab7c6cbd964a99db55ba55960c8ddbaf294bc67 (patch)
tree34b0121cc741fae8995d84a5578494eca3858377 /pkgs/tools/graphics/glxinfo
parentc79ec3323e9eee544217742df1e032bb5b601296 (diff)
treewide: use dontConfigure
Diffstat (limited to 'pkgs/tools/graphics/glxinfo')
-rw-r--r--pkgs/tools/graphics/glxinfo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/glxinfo/default.nix b/pkgs/tools/graphics/glxinfo/default.nix
index 6a2a3a5a46e8..1f8a98e0296b 100644
--- a/pkgs/tools/graphics/glxinfo/default.nix
+++ b/pkgs/tools/graphics/glxinfo/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libX11 libGL ];
- configurePhase = "true";
+ dontConfigure = true;
buildPhase = "
$CC src/xdemos/{glxinfo.c,glinfo_common.c} -o glxinfo -lGL -lX11