about summary refs log tree commit diff
path: root/pkgs/applications/video/dvb-apps
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/applications/video/dvb-apps
parentc79ec3323e9eee544217742df1e032bb5b601296 (diff)
treewide: use dontConfigure
Diffstat (limited to 'pkgs/applications/video/dvb-apps')
-rw-r--r--pkgs/applications/video/dvb-apps/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/dvb-apps/default.nix b/pkgs/applications/video/dvb-apps/default.nix
index 6281c78840158..a032ef654aa3d 100644
--- a/pkgs/applications/video/dvb-apps/default.nix
+++ b/pkgs/applications/video/dvb-apps/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
 
   buildInputs = [ perl ];
 
-  configurePhase = "true"; # skip configure
+  dontConfigure = true; # skip configure
 
   installPhase = "make prefix=$out install";