rshijack: expand platforms to unix
This commit is contained in:
parent
73e2aad637
commit
ac568af804
@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/kpcyrd/rshijack";
|
homepage = "https://github.com/kpcyrd/rshijack";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ xrelkd ];
|
maintainers = with maintainers; [ xrelkd ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user