summary refs log tree commit diff
path: root/pkgs/tools/text/shab
diff options
context:
space:
mode:
authorMilan Pässler (work) <mil@nyantec.com>2019-09-02 23:39:57 +0200
committerMilan Pässler (work) <mil@nyantec.com>2019-09-02 23:42:12 +0200
commit185fd61631e1521225bdcf10da112450424db56c (patch)
tree79e87a635b720e12cc342ae1a1f35167a2ded334 /pkgs/tools/text/shab
parentea3bae4f4d23b35458957884c7b1aba0d88b0cee (diff)
downloadnixpkgs-185fd61631e1521225bdcf10da112450424db56c.tar
nixpkgs-185fd61631e1521225bdcf10da112450424db56c.tar.gz
nixpkgs-185fd61631e1521225bdcf10da112450424db56c.tar.bz2
nixpkgs-185fd61631e1521225bdcf10da112450424db56c.tar.lz
nixpkgs-185fd61631e1521225bdcf10da112450424db56c.tar.xz
nixpkgs-185fd61631e1521225bdcf10da112450424db56c.tar.zst
nixpkgs-185fd61631e1521225bdcf10da112450424db56c.zip
treewide: remove uses of doBuild and doConfigure
doBuild and doConfigure are not actually used by any builders, they were
probably added by mistake and just confuse people.
Diffstat (limited to 'pkgs/tools/text/shab')
-rw-r--r--pkgs/tools/text/shab/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/text/shab/default.nix b/pkgs/tools/text/shab/default.nix
index 73323c784fd..02d2d545122 100644
--- a/pkgs/tools/text/shab/default.nix
+++ b/pkgs/tools/text/shab/default.nix
@@ -19,7 +19,6 @@ let
       done
     '';
 
-    doBuild = false;
     doCheck = true;
     doInstallCheck = true;