mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
gnome3.evolution: set big-parallel
(cherry picked from commit 5248178c20
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
d2275f4b04
commit
8c504fbce1
1 changed files with 1 additions and 0 deletions
|
@ -45,5 +45,6 @@ in stdenv.mkDerivation rec {
|
|||
maintainers = gnome3.maintainers;
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue