Skip to content

Commit

Permalink
xfel: remove buildPhase and installPhase
Browse files Browse the repository at this point in the history
  • Loading branch information
Emin017 committed Jul 18, 2024
1 parent b0b88e3 commit fa0a18f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkgs/xfel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ stdenv.mkDerivation {
export DESTDIR=$out
'';

buildPhase = ''
make -j`nproc`
'';

installPhase = ''
make install
'';

meta = {
description = "Tiny FEL tools for Allwinner SOC";
homepage = "https://xboot.org/xfel";
Expand Down

0 comments on commit fa0a18f

Please sign in to comment.