treewide: use dontConfigure

This commit is contained in:
worldofpeace
2019-07-01 04:23:51 -04:00
parent c79ec3323e
commit cab7c6cbd9
26 changed files with 32 additions and 32 deletions
@@ -19,7 +19,7 @@ nix-shell -E 'with import <nixpkgs> { }; brscan4-etc-files.override{netDevices=[
*/
with lib;
with lib;
let
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ brscan4 ];
configurePhase = ":";
dontConfigure = true;
buildPhase = ''
TARGET_DIR="$out/etc/opt/brother/scanner/brscan4"