lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

rocksdb: disable on i686 (ZHF)

+1 -1
+1 -1
pkgs/development/libraries/rocksdb/default.nix
··· 56 56 homepage = http://rocksdb.org; 57 57 description = "A library that provides an embeddable, persistent key-value store for fast storage"; 58 58 license = licenses.bsd3; 59 - platforms = platforms.all; 59 + platforms = platforms.allBut [ "i686-linux" ]; 60 60 maintainers = with maintainers; [ wkennington ]; 61 61 }; 62 62 }