diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-09-08T12·07+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-09-08T12·07+0000 |
commit | 550d960586c1532ea1066b8df418c6629f0e7288 (patch) | |
tree | dae575101a0710b8d21a5365b32329f712fd66c5 | |
parent | 17c8252fc932874b7ca9b7269c96b178022302f2 (diff) |
* Hack for perl(readmanifest) dependency.
-rw-r--r-- | nix.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nix.spec.in b/nix.spec.in index 65dc2fcb7dad..423d9ebff16a 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -20,6 +20,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot Prefix: %{_prefix} Requires: /usr/bin/perl +# Hack to make that shitty RPM scanning hack shut up. +Provides: perl(readmanifest) + %description Nix is a system for software deployment. |