diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-03-15T11·15+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-03-15T11·15+0100 |
commit | 69f28eb3358be3aff7420317b663b7d6a110a3ec (patch) | |
tree | 128d45fcc07e5440db21fddd89ef0e189d566401 | |
parent | 02654f782f31d142f59af23d4a10dcf9134a7ff2 (diff) |
Fix RPM build
http://hydra.nixos.org/build/33280008
-rw-r--r-- | nix.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix.spec.in b/nix.spec.in index 5fc34e1a0561..dff8efbdcbed 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -163,7 +163,7 @@ systemctl start nix-daemon.socket %endif %files -%{_bindir}/nix-* +%{_bindir}/nix* %{_libdir}/*.so %{perl_vendorarch}/* %exclude %dir %{perl_vendorarch}/auto/ |