Skip to content

Commit

Permalink
Remove unused Perl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed May 26, 2022
1 parent 1e67582 commit 5b27040
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@
}))
nlohmann_json
];

perlDeps =
[ perl
perlPackages.DBDSQLite
];
};

installScriptFor = systems:
Expand Down Expand Up @@ -673,7 +668,7 @@
outputs = [ "out" "dev" "doc" ];

nativeBuildInputs = nativeBuildDeps;
buildInputs = buildDeps ++ propagatedDeps ++ awsDeps ++ perlDeps;
buildInputs = buildDeps ++ propagatedDeps ++ awsDeps;

inherit configureFlags;

Expand Down

0 comments on commit 5b27040

Please sign in to comment.