mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
ant: format with nixfmt-rfc-style
Also: * Remove a stray unused comment
This commit is contained in:
parent
4f2b642f6c
commit
2538d58436
1 changed files with 59 additions and 53 deletions
|
@ -1,4 +1,11 @@
|
|||
{ fetchurl, lib, stdenv, coreutils, makeWrapper, gitUpdater }:
|
||||
{
|
||||
fetchurl,
|
||||
lib,
|
||||
stdenv,
|
||||
coreutils,
|
||||
makeWrapper,
|
||||
gitUpdater,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ant";
|
||||
|
@ -16,8 +23,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1l8say86bz9gxp4yy777z7nm4j6m905pg342li1aphc14p5grvwn";
|
||||
};
|
||||
|
||||
installPhase =
|
||||
''
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin $out/lib/ant
|
||||
mv * $out/lib/ant/
|
||||
|
||||
|
@ -76,7 +82,7 @@ stdenv.mkDerivation rec {
|
|||
EOF
|
||||
|
||||
chmod +x $out/bin/ant
|
||||
''; # */
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
updateScript = gitUpdater {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue