qalculate-qt: update supported platforms
This commit is contained in:
parent
edf9128c17
commit
9c363bae16
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "http://qalculate.github.io";
|
||||
maintainers = with maintainers; [ _4825764518 ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue