mirror of
https://codeberg.org/icewind/mill-scale.git
synced 2026-06-03 18:04:09 +02:00
This commit is contained in:
parent
2343c0f007
commit
8172eb0ef9
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"openssl-sys" = {build = ["openssl"];};
|
||||
"openssl-sys" = {
|
||||
build = ["openssl"];
|
||||
env = pkgs: {OPENSSL_NO_VENDOR = "1";};
|
||||
};
|
||||
"libudev-sys" = {build = ["eudev"];};
|
||||
"libdbus-sys" = {build = ["dbus"];};
|
||||
"expat-sys" = {native = ["cmake"];};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue