3
0
Fork 0
forked from mirrors/nixpkgs

libfm: supports darwin

This commit is contained in:
Matthew Bauer 2017-04-20 16:43:04 -05:00
parent b39f6dad2c
commit 6d4a1f03fa
No known key found for this signature in database
GPG key ID: E04D0AD9469141C3

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;
};
}