diff options
Diffstat (limited to 'nix.spec.in')
-rw-r--r-- | nix.spec.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nix.spec.in b/nix.spec.in index 4dbfdfa09bc0..dff8efbdcbed 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -26,6 +26,7 @@ Requires: gzip Requires: xz BuildRequires: bzip2-devel BuildRequires: sqlite-devel +BuildRequires: libcurl-devel # Hack to make that shitty RPM scanning hack shut up. Provides: perl(Nix::SSH) @@ -162,7 +163,7 @@ systemctl start nix-daemon.socket %endif %files -%{_bindir}/nix-* +%{_bindir}/nix* %{_libdir}/*.so %{perl_vendorarch}/* %exclude %dir %{perl_vendorarch}/auto/ |