Skip to content
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

Closed
wants to merge 6 commits into from

Commits on May 27, 2012

  1. - replace %define with %global

    Michel Alexandre Salim committed May 27, 2012
    Configuration menu
    Copy the full SHA
    735f553 View commit details
    Browse the repository at this point in the history
  2. - only enable deprecated spec sections when building on systems with

      older RPM versions
    - move tests to dedicated %check section
    - use standard build macros
    Michel Alexandre Salim committed May 27, 2012
    Configuration menu
    Copy the full SHA
    a817f65 View commit details
    Browse the repository at this point in the history
  3. Update nix profile:

    - incorporate NixOS's configuration so that nix is usable by normal
      users
    - install as a data file, not a program file
    Michel Alexandre Salim committed May 27, 2012
    Configuration menu
    Copy the full SHA
    8692abf View commit details
    Browse the repository at this point in the history
  4. Major spec update:

    - Fix license field
    - Split into subpackages
    - Update build dependencies
    - Configure users and groups for multi-user mode
    - Fix installation location of Perl modules
    Michel Alexandre Salim committed May 27, 2012
    Configuration menu
    Copy the full SHA
    700d24f View commit details
    Browse the repository at this point in the history
  5. On systems with SystemD, install the service descriptor for nix-worker,

    and enable and start it
    Michel Alexandre Salim committed May 27, 2012
    Configuration menu
    Copy the full SHA
    44ee607 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2012

  1. fixes to nix-worker systemd service descriptor:

    - remove commented-out lines
    - register the file for distribution in Makefile.am
    Michel Alexandre Salim committed May 30, 2012
    Configuration menu
    Copy the full SHA
    d4537f6 View commit details
    Browse the repository at this point in the history