Merge pull request #42232 from mnacamura/lf-darwin

lf: available on the other UNIX-like platforms
This commit is contained in:
Jörg Thalheim
2018-06-19 14:03:07 +01:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ buildGoPackage rec {
'';
homepage = https://godoc.org/github.com/gokcehan/lf;
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ primeos ];
};
}