mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 09:02:46 +00:00
ledger2beancount: deprecate phases
This commit is contained in:
parent
0794702083
commit
9cdaede5ab
|
@ -26,11 +26,7 @@ in stdenv.mkDerivation rec {
|
||||||
sha256 = "0kimp8l9ax37grfv5r5iw0g0xnrpkak022fl10y3i7kc4nyi1s99";
|
sha256 = "0kimp8l9ax37grfv5r5iw0g0xnrpkak022fl10y3i7kc4nyi1s99";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = [
|
dontBuild = true;
|
||||||
"unpackPhase"
|
|
||||||
"installPhase"
|
|
||||||
"fixupPhase"
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
buildInputs = [ perlPackages.perl beancount ] ++ perlDeps;
|
buildInputs = [ perlPackages.perl beancount ] ++ perlDeps;
|
||||||
|
|
Loading…
Reference in a new issue