[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/64: Fix RPM build
From: |
Ludovic Courtès |
Subject: |
50/64: Fix RPM build |
Date: |
Mon, 05 Jan 2015 16:39:08 +0000 |
civodul pushed a commit to branch nix
in repository guix.
commit 2c4affbaa88c8bfbee92093f0355b6e118fd5447
Author: Eelco Dolstra <address@hidden>
Date: Mon May 5 20:22:35 2014 +0200
Fix RPM build
We don't install a nix.conf anymore.
http://hydra.nixos.org/build/10826143
---
nix.spec.in | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/nix.spec.in b/nix.spec.in
index 6c7eaad..b965dde 100644
--- a/nix.spec.in
+++ b/nix.spec.in
@@ -179,7 +179,6 @@ systemctl start nix-daemon.socket
%config(noreplace) %{_sysconfdir}/profile.d/nix.sh
/nix
%dir %{_sysconfdir}/nix
-%config(noreplace) %{_sysconfdir}/nix/nix.conf
%files devel
%{_includedir}/nix
- 43/64: Set build-max-jobs to the number of available cores by default, (continued)
- 43/64: Set build-max-jobs to the number of available cores by default, Ludovic Courtès, 2015/01/05
- 41/64: doc fix: swap 'import' and 'export', Ludovic Courtès, 2015/01/05
- 28/64: Ensure that systemd units to into lib, not lib64, Ludovic Courtès, 2015/01/05
- 36/64: Bump version to 1.8, Ludovic Courtès, 2015/01/05
- 44/64: Install an Upstart service, Ludovic Courtès, 2015/01/05
- 45/64: Set up directories and permissions for multi-user install automatically, Ludovic Courtès, 2015/01/05
- 46/64: Simplify multi-user installation instructions, Ludovic Courtès, 2015/01/05
- 49/64: Add ubuntu 14.04, Ludovic Courtès, 2015/01/05
- 48/64: Don't install Upstart job on Fedora, Ludovic Courtès, 2015/01/05
- 51/64: Really fix the RPM builds, Ludovic Courtès, 2015/01/05
- 50/64: Fix RPM build,
Ludovic Courtès <=
- 53/64: fix typo, Ludovic Courtès, 2015/01/05
- 52/64: Shortcut already-hardlinked files, Ludovic Courtès, 2015/01/05
- 54/64: nix-instantiate --eval: Apply auto-arguments if the result is a function, Ludovic Courtès, 2015/01/05
- 47/64: Fix Debian tests, Ludovic Courtès, 2015/01/05
- 60/64: Merge branch 'master' of github.com:wmertens/nix, Ludovic Courtès, 2015/01/05
- 58/64: Use the inodes given by readdir directly, Ludovic Courtès, 2015/01/05
- 57/64: Remove redundant code, Ludovic Courtès, 2015/01/05
- 55/64: Prepare nix-mode to be uploaded to marmalade, Ludovic Courtès, 2015/01/05
- 56/64: Preload linked hashes to speed up lookups, Ludovic Courtès, 2015/01/05
- 63/64: lvlInfo -> lvlTalkative, Ludovic Courtès, 2015/01/05