mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Remove the tarball job
Source tarballs are not very useful anymore. People who want to build from source can also just build from the Git repository. Once upon a time, the source tarball also saved users from needing a few dependencies (e.g. bison and flex) but those are dwarfed by the other dependencies, so it's no longer worth it. Note: the release script should be updated to copy the vendoredCrates tarball.
This commit is contained in:
parent
eab7d790a3
commit
7c39201bcb
3 changed files with 45 additions and 65 deletions
|
@ -34,7 +34,7 @@ rec {
|
|||
"--with-sandbox-shell=${sh}/bin/busybox"
|
||||
];
|
||||
|
||||
tarballDeps =
|
||||
buildDeps =
|
||||
[ bison
|
||||
flex
|
||||
libxml2
|
||||
|
@ -43,10 +43,8 @@ rec {
|
|||
docbook_xsl_ns
|
||||
autoconf-archive
|
||||
autoreconfHook
|
||||
];
|
||||
|
||||
buildDeps =
|
||||
[ curl
|
||||
curl
|
||||
bzip2 xz brotli zlib editline
|
||||
openssl pkgconfig sqlite
|
||||
libarchive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue