3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #130746 from Stunkymonkey/ledger2beancount-phases

ledger2beancount: deprecate phases
This commit is contained in:
Sandro 2021-07-20 13:26:38 +02:00 committed by GitHub
commit b5362f0c94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,11 +26,7 @@ in stdenv.mkDerivation rec {
sha256 = "0kimp8l9ax37grfv5r5iw0g0xnrpkak022fl10y3i7kc4nyi1s99";
};
phases = [
"unpackPhase"
"installPhase"
"fixupPhase"
];
dontBuild = true;
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ perlPackages.perl beancount ] ++ perlDeps;