summaryrefslogtreecommitdiffstats
path: root/nix.spec.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-09-08 12:07:19 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-09-08 12:07:19 +0000
commit550d960586c1532ea1066b8df418c6629f0e7288 (patch)
treedae575101a0710b8d21a5365b32329f712fd66c5 /nix.spec.in
parent17c8252fc932874b7ca9b7269c96b178022302f2 (diff)
* Hack for perl(readmanifest) dependency.
Diffstat (limited to 'nix.spec.in')
-rw-r--r--nix.spec.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/nix.spec.in b/nix.spec.in
index 65dc2fcb7..423d9ebff 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.