sqlitebrowser: build on darwin too

This commit is contained in:
Peter Hoeg 2019-08-26 19:20:59 +08:00
parent 96f5d7941a
commit ffbf1db5c2

View File

@ -27,6 +27,6 @@ mkDerivation rec {
homepage = http://sqlitebrowser.org/;
license = licenses.gpl3;
maintainers = with maintainers; [ ma27 ];
platforms = platforms.linux; # can only test on linux
platforms = platforms.unix;
};
}