Commit Graph
100 Commits
Author SHA1 Message Date
Eelco Dolstra a4c9e42e5c Merge pull request #55600 from dtzWill/update/dhcpcd-7.1.1
dhcpcd: 7.0.8 -> 7.1.1
2019-02-12 13:32:10 +01:00
Eelco Dolstra 7f32b3db30 Merge pull request #55153 from dtzWill/update/libpqxx-6.3.0
libpqxx: 6.2.5 -> 6.3.1
2019-02-12 13:31:41 +01:00
Eelco Dolstra c7811781be Merge pull request #55581 from deliciouslytyped/patch-1
Document undocumented argument to makeWrapper()
2019-02-11 22:43:23 +01:00
Eelco Dolstra 07208e7a0b nixos-generate-config: Don't suggest setting a uid
This hasn't been needed for a long time, even when `mutableUsers =
false`. Setting a uid manually is potentially risky since it could
collide with non-declarative user accounts. (We do check for
collisions between declarative accounts.)
2019-02-11 10:49:25 +01:00
Eelco Dolstra 016c4c9c82 rustfmt: 1.0.0 -> 1.0.1
(cherry picked from commit 7fff567ee9)
2019-02-08 11:13:09 +01:00
Eelco Dolstra 7fff567ee9 rustfmt: 1.0.0 -> 1.0.1 2019-02-05 12:19:19 +01:00
Eelco Dolstra 56dba36eb5 rustc: 1.31.0 -> 1.32.0 2019-02-05 12:19:15 +01:00
Eelco Dolstra dd5aa1a67d Merge pull request #54626 from FlorianFranzen/bionic
buid-support: Add Ubuntu bionic base images
2019-02-05 10:15:02 +01:00
Eelco Dolstra e3c36178fe Merge pull request #55158 from grahamc/reproducible-perl
perl: make reproducible
2019-02-04 15:32:47 +01:00
Eelco Dolstra 11cf7d6e1f Fix copy-tarballs.pl 2019-01-24 16:01:49 +01:00
Eelco Dolstra 04f025a8d4 cyrus-sasl: Fix broken download site 2019-01-23 10:56:25 +01:00
Eelco Dolstra 5a434d0034 Merge pull request #54047 from r-ryantm/auto-update/subversion-client
subversionClient: 1.11.0 -> 1.11.1
2019-01-16 13:18:28 +01:00
Eelco Dolstra c1a13108e2 nix: Add editline dependency
Also fix incorrect hash for nixUnstable.
2019-01-11 15:05:17 +01:00
Eelco Dolstra ac97ba25ae Revert "libgit2: 0.26.6 → 0.27.7"
This reverts commit cc50638176 because
it breaks cargo (again, see fca4fbeba9):

  $ cargo build
      Updating crates.io index
  Segmentation fault
2019-01-11 14:58:45 +01:00
Eelco Dolstra 94ea1c2d83 nix: 2.1.3 -> 2.2 2019-01-11 12:47:06 +01:00
Eelco Dolstra 6232df2a1e Merge branch 'master' of git://github.com/NixOS/nixpkgs 2019-01-10 16:53:34 +01:00
Eelco Dolstra 79229ca863 rustfmt: 0.99.5 -> 1.0.0
Note: there is a 1.0.1, but it doesn't compile with our stable Rust.
2019-01-10 16:43:43 +01:00
Eelco Dolstra ab33df13ac Merge branch 'rustfmt' of https://github.com/symphorien/nixpkgs 2019-01-10 16:35:11 +01:00
Eelco Dolstra 5d09620d83 nixUnstable: 2.2pre6526_9f99d624 -> 2.2pre6600_85488a93 2019-01-10 15:05:53 +01:00
Eelco Dolstra fca4fbeba9 Revert "libgit2: 0.26.6 -> 0.26.8"
This reverts commit 28b4b4b1e4.

Fixes #51416.
2018-12-04 17:50:45 +01:00
Eelco Dolstra 09cbfea2ed Revert "resolvconf.conf: Remove forced NSCD service restart"
This reverts commit d8c16bc54a. It
breaks nscd invalidation when the network configuration changes.
2018-11-21 15:26:37 +01:00
Eelco Dolstra 304e14a198 Merge pull request #48588 from zimbatm/shared-codename
group the release info
2018-11-16 13:10:54 +01:00
Eelco Dolstra 5835b2796e Merge pull request #50440 from Mic92/nix-cores
nixos/nix-daemon: default to build with all cores available
2018-11-16 09:13:44 +01:00
Eelco Dolstra f7d5b76e03 Merge pull request #50246 from aszlig/libredirect-darwin
libredirect: Add support for Darwin
2018-11-12 12:21:38 +01:00
Eelco Dolstra 78090f4f09 Remove preferLocalBuild documentation
It's incorrect (preferLocalBuild does not prevent uploading to binary
caches) and is not a stdenv attribute (it's already documented in the
Nix manual).
2018-11-07 11:45:40 +01:00
Eelco Dolstra 81b2bfaf36 nixUnstable: 2.2pre6520_18b4c53f -> 2.2pre6526_9f99d624 2018-10-30 16:01:49 +01:00
Eelco Dolstra 0385cb33c6 libeditline: Use multiple outputs
Also disable static build by default per Nixpkgs policy. (Really
static libraries should be moved to the 'dev' output, in which case it
wouldn't be a problem to enable them by default.)
2018-10-30 16:01:49 +01:00
Eelco Dolstra be6e4b8af8 Merge pull request #49326 from c0bw3b/nixos/installation-device
nixos/installation-device: set GC initial heap size to 1MB
2018-10-30 14:13:59 +01:00
Eelco Dolstra 0d15004cba Merge pull request #49401 from aherrmann/stringify-modules-path
nixos/lib/eval-config.nix: toString modulesPath
2018-10-29 16:21:09 +01:00
Eelco Dolstra b6bac6c144 Revert "Merge pull request #48122 from zimbatm/pkg-nixos-rebuild"
This reverts commit 10addad603, reversing
changes made to 7786575c6c.

NixOS scripts should be kept in the NixOS source tree, not in
pkgs. Moving them around is just confusing and creates unnecessary
code/history churn.
2018-10-16 20:25:44 +02:00
Eelco Dolstra 0bdd0d8e04 amazon-image.nix: Disable udisks
This reduces the system closure by 89 MiB.
2018-10-15 21:54:28 +02:00
Eelco Dolstra 47dfe25e1b ec2-amis.nix: Add 18.09 images 2018-10-15 21:43:16 +02:00
Eelco Dolstra 2004343f56 libotf: Add dev output 2018-10-11 21:18:20 +02:00
Eelco Dolstra 6d74e1cb5b udisks2: Fix broken dependency on xfsprogs 2018-10-11 21:18:20 +02:00
Eelco Dolstra 8beb1e26e0 nfs-utils: Get rid of runtime dependency on kerberos.dev 2018-10-11 21:18:20 +02:00
Eelco Dolstra edff37b83a ti-rpc: Add dev output 2018-10-11 21:18:20 +02:00
Eelco Dolstra 012cea99a6 Merge pull request #48076 from joncojonathan/update-CONTRIBUTING_cp
CONTRIBUTING.md: add clarification on periods in commit messages
2018-10-09 11:23:45 +02:00
Eelco Dolstra c40ba6355e Revert "nfs-utils: Reduce closure size from 269 to 135 MiB"
This reverts commit 642b68cfcc.
2018-10-08 23:02:51 +02:00
Eelco Dolstra 642b68cfcc nfs-utils: Reduce closure size from 269 to 135 MiB 2018-10-08 22:56:23 +02:00
Eelco Dolstra 1eff910a15 lsof: Don't record compiler flags / build kernel
This removed glibc.dev from the closure and improves binary
reproducibility.
2018-10-08 22:56:23 +02:00
Eelco Dolstra a3382a85b3 digikam: libGLU_combined -> libGL + libGLU
This prevents a runtime dependency on a large number of -dev outputs.
2018-10-08 22:56:23 +02:00
Eelco Dolstra 13c1f26807 marble: Add dev output 2018-10-08 22:56:23 +02:00
Eelco Dolstra cd3a0b7f38 libqtav: Reduce closure size from 734 to 457 MiB 2018-10-08 22:56:23 +02:00
Eelco Dolstra c8a2533516 opencv3: Reduce closure size from 520 to 154 MiB 2018-10-08 22:56:23 +02:00
Eelco Dolstra 8abfa4084b geeqie: Reduce closure size
This reduces the closure size from 568 MiB to 289 MiB.
2018-10-08 18:13:29 +02:00
Eelco Dolstra 7b9c4954f2 git: Strip libsecret
This reduces gitFull's closure size from 412 MiB to 271 MiB.
2018-10-08 18:13:29 +02:00
Eelco Dolstra 2be42950c3 thunderbird: Remove buildconfig
This reduces the closure size from 1689 MiB to 425 MiB.
2018-10-08 16:32:31 +02:00
Eelco Dolstra 9bbd4f653f qtgraphicaleffects: Add dev output
This shrank my system closure by about 192 MiB.
2018-10-08 16:32:27 +02:00
Eelco Dolstra 2c9265c950 nix: 2.1.2 -> 2.1.3 2018-10-02 11:07:48 +02:00
Eelco Dolstra 9c53116d49 Revert "nixos: set nixos in nixPath"
This reverts commit 67c8c49177.

'nix run nixos.firefox' is *not* supposed to work - the Nix 2.x
interface attempts to standardize on nixpkgs.*, to get rid of the
nixos/nixpkgs confusion that existed with the channels interface. So
let's not bring that confusion back.
2018-09-24 10:42:01 +02:00
Eelco Dolstra 20c22eb6c5 Merge pull request #47091 from r-ryantm/auto-update/apr
apr: 1.6.3 -> 1.6.5
2018-09-21 12:02:54 +02:00
Eelco Dolstra 869f615ff4 nix: 2.1.1 -> 2.1.2 2018-09-20 00:17:45 +02:00
Eelco Dolstra 1510f324a3 nix: 2.1 -> 2.1.1 2018-09-06 01:12:03 +02:00
Eelco Dolstra b4dd956bb1 Merge pull request #46101 from oxij/pkg/nix-options
nix: fix a tiny option bug, make AWS support optional
2018-09-05 19:57:21 +02:00
Eelco Dolstra b06ad6199f nix.perl-bindings: Fix build 2018-09-03 17:35:39 +02:00
Eelco Dolstra eac06ed070 Manual: Random indentation fixes 2018-09-03 17:13:46 +02:00
Eelco Dolstra 347638ccfe nix: 2.0.4 -> 2.1 2018-09-03 01:37:55 +02:00
Eelco Dolstra c251ec691a virtualization.growPartition -> virtualisation.growPartition
There never was a 'virtualization.growPartition'. This got messed up
in eddf30cc93.

Issue #36590.
2018-08-28 14:24:39 +02:00
Eelco Dolstra beaa0984c6 ilmbase, openexr: 2.2.1 -> 2.3.0 2018-08-24 11:18:02 +02:00
Eelco Dolstra 8ea7ad67fd opencolorio: 1.0.9 -> 1.1.0 2018-08-24 11:17:55 +02:00
Eelco Dolstra df567566b9 Merge pull request #45551 from r-ryantm/auto-update/opensubdiv
opensubdiv: 3.3.2 -> 3.3.3
2018-08-24 11:17:11 +02:00
Eelco Dolstra 4c6aa54f86 nixUnstable: Include a copy of libboost_context
This shaves 47 MiB off the closure size. (libboost_context.so is only
19 KiB.)
2018-08-22 13:22:19 +02:00
Eelco Dolstra c26c7f931a nixUnstable: 2.1pre6338_45bcf541 -> 2.1pre6377_954d1f4d 2018-08-22 13:22:18 +02:00
Eelco Dolstra 490ca6aa8a nix-repl: Remove
This package is obsolete.
2018-08-10 21:48:47 +02:00
Eelco Dolstra f1c978aca0 Revert "aliases: add nixos-rebuild"
This reverts commit 0b124c1e91. We
should really stop adding things that are not packages to
all-packages.nix. For example, having nixos-rebuild.nix in
all-packages.nix causes 'nix-env -qa' to evaluate a NixOS
configuration, which obviously is not good for performance. (We should
probably also remove the 'nixos' attribute from all-packages.nix, but
at least that's a function so nix-env will ignore it.)
2018-08-10 21:45:07 +02:00
Eelco Dolstra 4d1332e507 nixos/modules/misc/version.nix: Don't spam the user with vague warnings 2018-08-10 21:39:36 +02:00
Eelco Dolstra fde7296a47 bintools-wrapper: propagated-build-inputs -> propagated-user-env-packages 2018-08-09 13:07:14 +02:00
Eelco Dolstra fa41297209 Revert "cc-wrapper: propagate man and info to propagated-build-inputs"
This reverts commit 28ad0703f3.
2018-08-09 12:58:16 +02:00
Eelco Dolstra c981787db9 Revert "cc-wrapper, bintools-wrapper: simply symlink man and info outputs"
This reverts commit 02c09e0171.
2018-08-09 12:57:38 +02:00
Eelco Dolstra 7bc2778ebb nixUnstable: 2.1pre6148_a4aac7f -> 2.1pre6338_45bcf541 2018-07-31 21:17:10 +02:00
Eelco Dolstra 14b5d5e93e Revert "release/metrics: drop requiredSystemFeatures"
This reverts commit 1d0caa7b03. Thanks
to @vcunat we have a 'benchmark' machine again!
2018-07-30 10:46:20 +02:00
Eelco Dolstra c9ea04b57f EC2 AMIs: 18.03.131792.becbe4dbe16 -> 18.03.132946.1caae7247b8 2018-07-24 21:19:14 +02:00
Eelco Dolstra b240822cfa create-amis.sh: Change directory for AMIs 2018-07-24 21:19:14 +02:00
Eelco Dolstra c93123afb6 Merge pull request #42937 from gavinrogers/init_holochain
holochain-go: init at 0.1.0-alpha
2018-07-11 17:46:30 +02:00
Eelco Dolstra 92609ec9ae pciutils: 3.5.6 -> 3.6.0 2018-07-09 13:12:59 +02:00
Eelco Dolstra 6978f710da Merge branch 'master' of git://github.com/NixOS/nixpkgs 2018-07-09 12:35:36 +02:00
Eelco Dolstra 323fe3a305 rustc: Disable tests for now 2018-07-09 12:35:01 +02:00
Eelco Dolstra 07933800fb Merge branch 'rustc' of https://github.com/Mic92/nixpkgs 2018-07-09 11:10:12 +02:00
Eelco Dolstra 8d4068d9d1 pkgs/top-level/release.nix: Don't require Darwin to be supported 2018-07-04 17:53:02 +02:00
Eelco Dolstra 67d0a57ef9 pkgs/top-level/release.nix.nix: Use fetchGit if possible 2018-07-04 17:20:54 +02:00
Eelco Dolstra f11f7c1fc0 Merge pull request #43005 from r-ryantm/auto-update/harfbuzz-icu
harfbuzz-icu: 1.8.0 -> 1.8.1
2018-07-04 09:46:13 +02:00
Eelco Dolstra 772eef9168 boost: Disable Python / Numpy support by default
We can't have a C++ library pulling in Numpy and its gazillion
dependencies by default.
2018-07-01 19:13:57 +02:00
Eelco Dolstra a73a941eb4 Merge pull request #42522 from r-ryantm/auto-update/aws-sdk-cpp
aws-sdk-cpp: 1.4.65 -> 1.4.70
2018-06-25 08:24:27 +02:00
Eelco Dolstra bf1c28e978 PULL_REQUEST_TEMPLATE.md: Ask for closure size impact 2018-06-21 18:52:26 +02:00
Eelco Dolstra a63cf9a2db Merge pull request #42035 from r-ryantm/auto-update/aws-sdk-cpp
aws-sdk-cpp: 1.4.60 -> 1.4.65
2018-06-14 22:05:16 +02:00
Eelco Dolstra 47b85dc5ab nix: 2.0.3 -> 2.0.4 2018-05-31 11:31:04 +02:00
Eelco Dolstra 0eea0209cf nix: 2.0.2 -> 2.0.3 2018-05-30 11:47:09 +02:00
Eelco Dolstra 8e7f0bc862 youtube-dl: Disable phantomjs support by default
This caused a massive increase in closure size (217 -> 530 MiB).
2018-05-12 21:46:58 +02:00
Eelco Dolstra 9d0b6b9dfc nix: 2.0.1 -> 2.0.2 2018-05-04 13:28:36 +02:00
Eelco Dolstra 03b36522e7 nix: 2.0 -> 2.0.1 2018-04-20 23:37:18 +02:00
Eelco Dolstra 8787c131ed vmTools: Add crc32c_generic to the initrd
This is necessary due to a e2fsprogs update
(e6114781b0fad5345a2430fac3587d618273bda2) that causes mke2fs to
enable a feature (metadata_csum) that depends on crc32c.

https://hydra.nixos.org/build/72636785
2018-04-10 14:31:05 +02:00
Eelco Dolstra 0236a947d0 mkdir -> install -d
Fixes #38421.
2018-04-04 13:04:35 +02:00
Eelco Dolstra 854e069107 blender: Optionally enable numpy support
This is required by some included addons (such as ANT landscape). Note
that we can't use -DWITH_PYTHON_INSTALL_NUMPY=ON because it's
conditional on -DWITH_PYTHON_INSTALL=ON.
2018-03-30 22:03:40 +02:00
Eelco Dolstra 7b539c0629 Fix typo 2018-03-22 13:57:41 +01:00
Eelco Dolstra 7db841512a Remove obsolete /nix/var/nix/{manifests,channel-cache} 2018-03-20 18:26:13 +01:00
Eelco Dolstra 7e44f19fce zstd: Fix install name on macOS
It had an install name '/usr/local/lib/libzstd.1.dylib'.
2018-03-20 13:43:02 +01:00
Eelco Dolstra 1deb779a7a nixUnstable: Point to Nix 2.0 2018-03-07 10:31:09 +01:00
Eelco Dolstra 165b32d386 Revert "makeInitrd: Use closureInfo"
This reverts commit 776a5e6ebf.

Fixes #36268.
2018-03-05 12:49:59 +01:00
Eelco Dolstra 9f4b1ee686 blender: 2.79 -> 2.79a 2018-03-01 19:53:34 +01:00
Eelco Dolstra ceb0a28e8c Don't try hashed mirrors in the installer test 2018-02-27 20:30:06 +01:00