-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes required to get nix working properly on Fedora #25
Conversation
older RPM versions - move tests to dedicated %check section - use standard build macros
- incorporate NixOS's configuration so that nix is usable by normal users - install as a data file, not a program file
- Fix license field - Split into subpackages - Update build dependencies - Configure users and groups for multi-user mode - Fix installation location of Perl modules
note: the following changes are still forthcoming:
|
and enable and start it
Service definition added. |
[Service] | ||
Type=simple | ||
#PIDFile=/var/run/tuned/tuned.pid | ||
#BusName=com.redhat.tuned |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two lines should be removed.
Also, nix-worker.service should be added to EXTRA_DIST in Makefile.am. Otherwise the RPM can't be built from a source tarball.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in latest commit. I forgot to take out the commented lines, apologies..
- remove commented-out lines - register the file for distribution in Makefile.am
Applied it, thanks! |
fix nix-repl compilation after we don't have a global store variable anymore
Support substituting in fetchGit
These commits reorganize the spec file and update the Nix profile script to make Nix usable out-of-the-box.