1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

Add Boost dependency to Fedora/Ubuntu builds

This commit is contained in:
Eelco Dolstra 2018-03-22 14:15:46 +01:00
parent 28eb9621cc
commit 2bc6cfe1ad
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 10 additions and 8 deletions

View file

@ -21,10 +21,12 @@ Requires: bzip2
Requires: gzip
Requires: xz
Requires: libseccomp
Requires: boost-context
BuildRequires: bzip2-devel
BuildRequires: sqlite-devel
BuildRequires: libcurl-devel
BuildRequires: libseccomp-devel
BuildRequires: boost-devel
# Hack to make that shitty RPM scanning hack shut up.
Provides: perl(Nix::SSH)