Merge pull request #130481 from Stunkymonkey/clooj-phases

clooj: deprecate phases
This commit is contained in:
Sandro 2021-07-17 22:43:59 +02:00 committed by GitHub
commit ab2a403877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ makeWrapper ];
phases = "installPhase";
dontUnpack = true;
installPhase = ''
mkdir -p $out/share/java