ceph: fix libatomic_ops dependency

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2014-06-30 12:03:08 -05:00
parent 6d068be1bf
commit 67d992c100

View File

@ -1,4 +1,4 @@
{stdenv, fetchgit, atomicops ? null, autoconf, automake, boost, btrfsProgs, cryptopp, curl, expat, {stdenv, fetchgit, libatomic_ops, autoconf, automake, boost, btrfsProgs, cryptopp, curl, expat,
fcgi, fuse, gperftools, keyutils, leveldb, libaio, libedit, libtool, fcgi, fuse, gperftools, keyutils, leveldb, libaio, libedit, libtool,
libuuid, linuxHeaders, openssl, pkgconfig, python, snappy, which, xfsprogs, xz}: libuuid, linuxHeaders, openssl, pkgconfig, python, snappy, which, xfsprogs, xz}:
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
version="0.79"; version="0.79";
name="${baseName}-${version}"; name="${baseName}-${version}";
buildInputs = [ buildInputs = [
fuse linuxHeaders pkgconfig atomicops autoconf automake boost btrfsProgs cryptopp expat fuse linuxHeaders pkgconfig libatomic_ops autoconf automake boost btrfsProgs cryptopp expat
fcgi fuse gperftools keyutils leveldb libaio libedit libtool libuuid openssl pkgconfig fcgi fuse gperftools keyutils leveldb libaio libedit libtool libuuid openssl pkgconfig
python snappy which xfsprogs.lib xz python snappy which xfsprogs.lib xz
]; ];