pkgs/*: add final newline to .nix files
This commit is contained in:
parent
00ecee00bb
commit
22b73d1282
10 changed files with 10 additions and 10 deletions
|
@ -20,4 +20,4 @@ stdenv.mkDerivation rec {
|
|||
maintainers = [ maintainers.esclear ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,4 +33,4 @@ stdenv.mkDerivation {
|
|||
maintainers = with maintainers; [ ehmry ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,4 +7,4 @@ runCommand: subversion: repository:
|
|||
rev=$(echo p | svn ls -v --depth empty ${repository} |awk '{ print $1 }')
|
||||
echo "[ \"$rev\" ]" > $out
|
||||
echo Latest revision is $rev
|
||||
'')
|
||||
'')
|
||||
|
|
|
@ -9,4 +9,4 @@ runCommand "update-python-libraries" {
|
|||
cp ${./update-python-libraries.py} $out
|
||||
patchShebangs $out
|
||||
substituteInPlace $out --replace 'GIT = "git"' 'GIT = "${git}/bin/git"'
|
||||
''
|
||||
''
|
||||
|
|
|
@ -33,4 +33,4 @@ in buildEnv {
|
|||
done
|
||||
popd
|
||||
'';
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,4 +7,4 @@ callPackage ./generic.nix (args // rec {
|
|||
url = "http://protobuf.googlecode.com/files/${version}.tar.bz2";
|
||||
sha256 = "0xxn9gxhvsgzz2sgmihzf6pf75clr05mqj6218camwrwajpcbgqk";
|
||||
};
|
||||
})
|
||||
})
|
||||
|
|
|
@ -25,4 +25,4 @@ rustPlatform.buildRustPackage rec {
|
|||
license = with licenses; [ asl20 mit ];
|
||||
maintainers = with maintainers; [ hh sb0 ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,4 +34,4 @@ py.toPythonApplication
|
|||
cp ${gunicornScript} $gpath
|
||||
chmod 555 $gpath
|
||||
'';
|
||||
}))
|
||||
}))
|
||||
|
|
|
@ -41,4 +41,4 @@ stdenv.mkDerivation {
|
|||
# Will be faster to build the wrapper locally then to fetch it from a binary cache.
|
||||
preferLocalBuild = true;
|
||||
meta = diagrams-builder.meta;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,4 +27,4 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ wnklmnn ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue