forked from mirrors/nixpkgs
scheme-bytestructures: expand platforms to unix
This commit is contained in:
parent
dd9790a83f
commit
99eca917ae
|
@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/TaylanUB/scheme-bytestructures";
|
homepage = "https://github.com/TaylanUB/scheme-bytestructures";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ ethancedwards8 ];
|
maintainers = with maintainers; [ ethancedwards8 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue