guile-opengl: expand platforms to unix
This commit is contained in:
parent
4bc8ecf07a
commit
f0f899ce10
|
@ -18,6 +18,6 @@ in stdenv.mkDerivation {
|
||||||
homepage = "https://www.gnu.org/software/guile-opengl/";
|
homepage = "https://www.gnu.org/software/guile-opengl/";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ vyp ];
|
maintainers = with maintainers; [ vyp ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue