Skip to content

Commit

Permalink
Really fix the RPM build
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Apr 3, 2017
1 parent 3b8946e commit dfcd78d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions nix.spec.in
Expand Up @@ -87,11 +87,6 @@ the emacs-%{name} package to edit Nix expressions with GNU Emacs.

%prep
%setup -q
# Install Perl modules to vendor_perl
# configure.ac need to be changed to make this global; however, this will
# also affect NixOS. Use discretion.
%{__sed} -i 's|perl5/site_perl/$perlversion/$perlarchname|perl5/vendor_perl|' \
configure


%build
Expand Down Expand Up @@ -164,8 +159,6 @@ systemctl start nix-daemon.socket
%files
%{_bindir}/nix*
%{_libdir}/*.so
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto/
%{_prefix}/libexec/*
%if ! 0%{?rhel} || 0%{?rhel} >= 7
%{_prefix}/lib/systemd/system/nix-daemon.socket
Expand Down

0 comments on commit dfcd78d

Please sign in to comment.