about summary refs log tree commit diff
path: root/pkgs/development/misc
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-08-02 22:14:43 +0200
committerFelix Buehler <account@buehler.rocks>2021-08-04 17:43:19 +0200
commit50bf14a4d4e406b476b7d9cc3cc08216a40abddd (patch)
tree6da0417296996018881c6cd08351e109baf46883 /pkgs/development/misc
parentafe3fa49f9583536cb4808515cb13e5ceefa8caa (diff)
avr8-burn-omat: remove phases
Diffstat (limited to 'pkgs/development/misc')
-rw-r--r--pkgs/development/misc/avr8-burn-omat/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/misc/avr8-burn-omat/default.nix b/pkgs/development/misc/avr8-burn-omat/default.nix
index 4b5793dc1332f..d8f75875b9b33 100644
--- a/pkgs/development/misc/avr8-burn-omat/default.nix
+++ b/pkgs/development/misc/avr8-burn-omat/default.nix
@@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ unzip ];
 
-  phases = "unpackPhase installPhase";
-
   # move to nix-support to not create that many symlinks..
   # TODO burnomat tries to read /usr/local/etc/avrdude.conf (but you can edit it within the settings dialog)
   installPhase = ''