libfm: supports darwin

This commit is contained in:
Matthew Bauer
2017-04-23 18:08:22 -05:00
parent b39f6dad2c
commit 6d4a1f03fa
+1 -1
View File
@@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21Plus;
description = "A glib-based library for file management";
maintainers = [ maintainers.ttuegel ];
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
};
}