avr8-burn-omat: remove phases

launchpad/nixpkgs/master
Felix Buehler 3 years ago
parent afe3fa49f9
commit 50bf14a4d4
  1. 2
      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 = ''

Loading…
Cancel
Save