Skip to content

Commit

Permalink
liquibase: Add sourceRoot (#346148)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 5, 2024
2 parents 91bbd39 + 655ef48 commit b618b95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/tools/database/liquibase/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ jre ];

sourceRoot = ".";

installPhase =
let addJars = dir: ''
for jar in ${dir}/*.jar; do
Expand Down

0 comments on commit b618b95

Please sign in to comment.