summary refs log tree commit diff
path: root/pkgs/tools/misc/plowshare
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-20 16:58:42 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-20 16:58:42 +0200
commitb214498527374eb7578625e63577ab36b04b3a2a (patch)
treed9fa8f5d8efe640469035e27977750b9a76d64b7 /pkgs/tools/misc/plowshare
parent94e725d3299cbeb71419758d671dfb0771b8e318 (diff)
downloadnixpkgs-b214498527374eb7578625e63577ab36b04b3a2a.tar
nixpkgs-b214498527374eb7578625e63577ab36b04b3a2a.tar.gz
nixpkgs-b214498527374eb7578625e63577ab36b04b3a2a.tar.bz2
nixpkgs-b214498527374eb7578625e63577ab36b04b3a2a.tar.lz
nixpkgs-b214498527374eb7578625e63577ab36b04b3a2a.tar.xz
nixpkgs-b214498527374eb7578625e63577ab36b04b3a2a.tar.zst
nixpkgs-b214498527374eb7578625e63577ab36b04b3a2a.zip
plowshare: deprecate phases
Diffstat (limited to 'pkgs/tools/misc/plowshare')
-rw-r--r--pkgs/tools/misc/plowshare/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/plowshare/default.nix b/pkgs/tools/misc/plowshare/default.nix
index 2cfbf5ae91a..1d15db02040 100644
--- a/pkgs/tools/misc/plowshare/default.nix
+++ b/pkgs/tools/misc/plowshare/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ makeWrapper ];
 
-  phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
+  dontBuild = true;
 
   installPhase = ''
     make PREFIX="$out" install