sqlitebrowser: build on darwin too
This commit is contained in:
parent
96f5d7941a
commit
ffbf1db5c2
|
@ -27,6 +27,6 @@ mkDerivation rec {
|
||||||
homepage = http://sqlitebrowser.org/;
|
homepage = http://sqlitebrowser.org/;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ ma27 ];
|
maintainers = with maintainers; [ ma27 ];
|
||||||
platforms = platforms.linux; # can only test on linux
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue