diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-04-03T14·25+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-04-03T14·25+0200 |
commit | dfcd78d851c14355a09f5b8845042ade098e739a (patch) | |
tree | 58aa13e886ed20268f5bc89a6f963f2987b1f08a /nix.spec.in | |
parent | 3b8946e09a55a27c01da863d8c6e008e3fe4076e (diff) |
Really fix the RPM build
Diffstat (limited to 'nix.spec.in')
-rw-r--r-- | nix.spec.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nix.spec.in b/nix.spec.in index e879352fe828..390893d64dc2 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -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 @@ -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 |