parent
b3d9da5f0a
commit
9bdcd2aaeb
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Open Source 3D voxel editor";
|
description = "Open Source 3D voxel editor";
|
||||||
homepage = https://guillaumechereau.github.io/goxel/;
|
homepage = https://guillaumechereau.github.io/goxel/;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = [ "x86_64-linux" ]; # see https://github.com/guillaumechereau/goxel/issues/125
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ tilpner ];
|
maintainers = with maintainers; [ tilpner ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue