glsurf: update platforms

This commit is contained in:
Weijia Wang 2023-04-19 12:01:16 +03:00
parent cbc1884cdc
commit c2c0c070cf

View file

@ -67,5 +67,6 @@ stdenv.mkDerivation rec {
homepage = "https://raffalli.eu/~christophe/glsurf/";
description = "A program to draw implicit surfaces and curves";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all;
};
}