systemd: lower priority to solve collisions with openresolv

This commit is contained in:
rnhmjoj 2019-05-08 12:55:25 +02:00
parent 5964b3a2e2
commit d16a24379a
No known key found for this signature in database
GPG Key ID: 91BE884FBA4B591A

View File

@ -220,6 +220,7 @@ in stdenv.mkDerivation rec {
description = "A system and service manager for Linux";
license = licenses.lgpl21Plus;
platforms = platforms.linux;
priority = 10;
maintainers = [ maintainers.eelco ];
};
}