gnome3.evolution: set big-parallel

This commit is contained in:
Domen Kožar 2016-09-05 17:44:03 +02:00
parent 2ef4e9e9d5
commit 5248178c20

View File

@ -45,5 +45,6 @@ in stdenv.mkDerivation rec {
maintainers = gnome3.maintainers;
license = licenses.lgpl2Plus;
platforms = platforms.linux;
requiredSystemFeatures = [ "big-parallel" ];
};
}