elementary-xfce-icon-theme: restrict platforms to linux

This commit is contained in:
José Romildo Malaquias 2018-09-17 20:21:09 -03:00
parent b80d254e73
commit 0497488939

View File

@ -25,7 +25,8 @@ stdenv.mkDerivation rec {
description = "Elementary icons for Xfce and other GTK+ desktops like GNOME";
homepage = https://github.com/shimmerproject/elementary-xfce;
license = licenses.gpl2;
platforms = platforms.unix;
# darwin cannot deal with file names differing only in case
platforms = platforms.linux;
maintainers = with maintainers; [ davidak ];
};
}