Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-24 | Fix RPM build | Eelco Dolstra | 1 | -0/+1 | |
2017-08-19 | Remove nix-mode.el from Nix. | Matthew Bauer | 1 | -39/+0 | |
This removes the file nix-mode.el from Nix. The file is now available within the repository https://github.com/NixOS/nix-mode. Fixes #662 Fixes #1040 Fixes #1054 Fixes #1055 Closes #1119 Fixes #1419 NOTE: all of the above should be fixed within NixOS/nix-mode. If one of those hasn’t please reopen within NixOS/nix-mode and not within NixOS/nix. | |||||
2017-06-01 | RPM, Deb: Add dependency on libseccomp | Eelco Dolstra | 1 | -0/+2 | |
2017-05-10 | Replace readline by linenoise | Eelco Dolstra | 1 | -2/+0 | |
Using linenoise avoids a license compatibility issue (#1356), is a lot smaller and doesn't pull in ncurses. | |||||
2017-04-28 | Check for libreadline | Eelco Dolstra | 1 | -0/+2 | |
2017-04-03 | Really fix the RPM build | Eelco Dolstra | 1 | -7/+0 | |
2017-03-31 | Maybe fix the RPM build | Eelco Dolstra | 1 | -5/+0 | |
http://hydra.nixos.org/build/51095532 | |||||
2017-02-21 | RPM build: Use parallel make | Eelco Dolstra | 1 | -1/+1 | |
2017-02-21 | Build RPMs for Fedora 25 | Eelco Dolstra | 1 | -0/+2 | |
Disabled hardened build because it makes the linker fail with messages like relocation R_X86_64_PC32 against undefined symbol `BZ2_bzWriteOpen' can not be used when making a shared object; recompile with -fPIC See https://fedoraproject.org/wiki/Changes/Harden_All_Packages. | |||||
2016-12-06 | Drop unused WWW::Curl dependency | Eelco Dolstra | 1 | -1/+0 | |
2016-08-30 | Revert "nix.spec.in: Build from the .tar.xz file." | Eelco Dolstra | 1 | -1/+1 | |
This reverts commit f32c6ed8730628d0cf32f7e124681b1011192a73. It breaks the RPM builds because Nixpkgs's rpmBuild function only copies in the .tar.gz file. | |||||
2016-07-01 | nix.spec.in: RHEL 7/CentOS 7 supports systemd. | Timothy Allen | 1 | -2/+2 | |
2016-07-01 | nix.spec.in: Create /nix/store at install time. | Timothy Allen | 1 | -1/+4 | |
Since we now chmod /nix/store at install time, we don't need to do it in the post install script. We still chgrp in the post-install, because the nixbld group doesn't exist at install time. | |||||
2016-07-01 | nix.spec.in: RHEL 7/CentOS 7 do not require a group for each package. | Timothy Allen | 1 | -5/+5 | |
2016-07-01 | nix.spec.in: Build from the .tar.xz file. | Timothy Allen | 1 | -1/+1 | |
The Nix download page only mentions the .xz source tarball, so that's what people are likely to have available. This means that somebody who downloads a Nix source tarball can turn it directly into an RPM with `rpmbuild -ta nix-*.tar.xz`. | |||||
2016-07-01 | nix.spec.in: Use the default build group name. | Timothy Allen | 1 | -1/+1 | |
Nix expects build users to be in the "nixbld" group. You can change that in the config file, but `nix.spec` does not ship with a config file, so we should use the defaults. | |||||
2016-03-15 | Fix RPM build | Eelco Dolstra | 1 | -1/+1 | |
http://hydra.nixos.org/build/33280008 | |||||
2015-08-24 | Update nix.spec.in | Preston | 1 | -0/+1 | |
Nix requires libcurl-devel to build. | |||||
2014-09-18 | Update spec file | Eelco Dolstra | 1 | -0/+1 | |
http://hydra.nixos.org/build/14344391 | |||||
2014-05-06 | Really fix the RPM builds | Eelco Dolstra | 1 | -1/+0 | |
http://hydra.nixos.org/build/10840199 | |||||
2014-05-05 | Fix RPM build | Eelco Dolstra | 1 | -1/+0 | |
We don't install a nix.conf anymore. http://hydra.nixos.org/build/10826143 | |||||
2014-05-02 | Don't install Upstart job on Fedora | Eelco Dolstra | 1 | -4/+3 | |
Also, don't install a nix.conf anymore, it's not needed. http://hydra.nixos.org/build/10775854 | |||||
2014-04-08 | Ensure that systemd units to into lib, not lib64 | Eelco Dolstra | 1 | -2/+3 | |
http://hydra.nixos.org/build/10170940 | |||||
2014-04-07 | Install systemd units | Eelco Dolstra | 1 | -8/+0 | |
2014-02-07 | Fix the RPM build | Eelco Dolstra | 1 | -12/+4 | |
2014-02-04 | Fix version in nix.spec | Eelco Dolstra | 1 | -4/+4 | |
http://hydra.nixos.org/build/8715502 | |||||
2014-01-20 | nix.spec: Remove "make check" since it's a no-op | Eelco Dolstra | 1 | -4/+0 | |
2013-07-12 | Add gzip support for channel unpacking | Gergely Risko | 1 | -0/+1 | |
2012-12-05 | Fix RPM build | Eelco Dolstra | 1 | -1/+1 | |
http://hydra.nixos.org/build/3436627 | |||||
2012-12-05 | Add a dependency on xz | Eelco Dolstra | 1 | -0/+1 | |
2012-12-05 | Fix RPM build | Eelco Dolstra | 1 | -1/+1 | |
http://hydra.nixos.org/build/3436511 | |||||
2012-10-03 | Rename nix-worker to nix-daemon | Eelco Dolstra | 1 | -4/+4 | |
2012-08-27 | Add WWW::Curl to the RPM dependencies | Eelco Dolstra | 1 | -0/+1 | |
2012-07-09 | Really fix RPM builds | Eelco Dolstra | 1 | -3/+3 | |
2012-07-09 | Fix RPM builds | Eelco Dolstra | 1 | -0/+1 | |
http://hydra.nixos.org/build/2784908 | |||||
2012-07-09 | Get rid of nix.conf.example | Eelco Dolstra | 1 | -4/+1 | |
No need to duplicate the nix.conf manpage. | |||||
2012-05-31 | On systems with SystemD, install the service descriptor for nix-worker, and ↵ | Michel Alexandre Salim | 1 | -0/+16 | |
enable and start it | |||||
2012-05-31 | Major spec update: - Fix license field - Split into subpackages - Update ↵ | Michel Alexandre Salim | 1 | -46/+149 | |
build dependencies - Configure users and groups for multi-user mode - Fix installation location of Perl modules | |||||
2012-05-31 | - only enable deprecated spec sections when building on systems with older ↵ | Michel Alexandre Salim | 1 | -6/+12 | |
RPM versions - move tests to dedicated %check section - use standard build macros | |||||
2012-05-31 | - replace %define with %global | Michel Alexandre Salim | 1 | -5/+5 | |
2012-03-19 | Fix the RPM | Eelco Dolstra | 1 | -1/+6 | |
2011-10-10 | * Hopefully perl-devel contains the required headers (untested). | Eelco Dolstra | 1 | -0/+1 | |
2011-08-08 | * Add perl-DBD-SQLite as a dependency of the RPM builds. | Eelco Dolstra | 1 | -0/+1 | |
2008-11-20 | * Urgh. | Eelco Dolstra | 1 | -1/+1 | |
2008-11-20 | (no commit message) | Eelco Dolstra | 1 | -1/+2 | |
2008-11-20 | (no commit message) | Eelco Dolstra | 1 | -1/+1 | |
2008-11-20 | (no commit message) | Eelco Dolstra | 1 | -2/+0 | |
2008-11-20 | * Don't set the prefix to /nix by default, rather use the Autoconf | Eelco Dolstra | 1 | -4/+3 | |
default of /usr/local. However, localstatedir and storedir are set to /nix/var/nix and /nix/store respectively unless they're explicitly overriden. | |||||
2008-08-29 | (no commit message) | Eelco Dolstra | 1 | -1/+1 | |
2007-03-21 | * Fix URL/description. | Eelco Dolstra | 1 | -2/+7 | |