forked from mirrors/nixpkgs
ceph: default atomicops dependency to null
I have no such dependency on my system, so this prevent nix-env from working.
This commit is contained in:
parent
81172a77e6
commit
af5f5ec84d
|
@ -1,4 +1,4 @@
|
|||
{stdenv, fetchgit, atomicops, autoconf, automake, boost, btrfsProgs, cryptopp, curl, expat,
|
||||
{stdenv, fetchgit, atomicops ? null, autoconf, automake, boost, btrfsProgs, cryptopp, curl, expat,
|
||||
fcgi, fuse, gperftools, keyutils, leveldb, libaio, libedit, libtool,
|
||||
libuuid, linuxHeaders, openssl, pkgconfig, python, snappy, which, xfsprogs, xz}:
|
||||
|
||||
|
|
Loading…
Reference in a new issue