systemd: add a notice to remove makeFlags on update

This commit is contained in:
Nikolay Amiantov 2016-02-01 20:15:29 +03:00
parent 7330bfe464
commit 5404714997

View file

@ -8,6 +8,8 @@
assert stdenv.isLinux;
# FIXME: When updating, please remove makeFlags -- `hwdb_bin` flag is not supported anymore.
stdenv.mkDerivation rec {
version = "228";
name = "systemd-${version}";