boundary: fix build on x86_64-darwin

This commit is contained in:
Weijia Wang 2023-04-11 01:54:37 +03:00
parent 19502db2c3
commit e76c7c7a8b

View File

@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
dontPatchELF = true;
dontPatchShebangs = true;
dontStrip = true;
passthru.updateScript = ./update.sh;
@ -64,5 +65,6 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mpl20;
maintainers = with maintainers; [ jk techknowlogick ];
platforms = platforms.unix;
};
}