···1/* Helper function to implement a fallback for the bit operators
2- `bitAnd`, `bitOr` and `bitXOr` on older nix version.
3 See ./trivial.nix
4*/
5f: x: y:
···1/* Helper function to implement a fallback for the bit operators
2+ `bitAnd`, `bitOr` and `bitXor` on older nix version.
3 See ./trivial.nix
4*/
5f: x: y:
···17 sed -i -re "s/name = ([a-zA-Z]+);/name = \1; productName = \1;/" file_cmds.xcodeproj/project.pbxproj
18 '';
19000020 # temporary install phase until xcodebuild has "install" support
21 installPhase = ''
22 for f in Products/Release/*; do
···17 sed -i -re "s/name = ([a-zA-Z]+);/name = \1; productName = \1;/" file_cmds.xcodeproj/project.pbxproj
18 '';
1920+ # Workaround build failure on -fno-common toolchains:
21+ # duplicate symbol '_chdname' in: ar_io.o tty_subs.o
22+ NIX_CFLAGS_COMPILE = "-fcommon";
23+24 # temporary install phase until xcodebuild has "install" support
25 installPhase = ''
26 for f in Products/Release/*; do
···897 mx = throw "graalvm8 and its tools were deprecated in favor of graalvm8-ce"; # Added 2021-10-15
898 mxisd = throw "mxisd has been removed from nixpkgs as it has reached end of life, see https://github.com/kamax-matrix/mxisd/blob/535e0a5b96ab63cb0ddef90f6f42c5866407df95/EOL.md#end-of-life-notice . ma1sd may be a suitable alternative"; # Added 2021-04-15
899 mysqlWorkbench = throw "'mysqlWorkbench' has been renamed to/replaced by 'mysql-workbench'"; # Converted to throw 2022-02-22
0900901 ### N ###
902
···897 mx = throw "graalvm8 and its tools were deprecated in favor of graalvm8-ce"; # Added 2021-10-15
898 mxisd = throw "mxisd has been removed from nixpkgs as it has reached end of life, see https://github.com/kamax-matrix/mxisd/blob/535e0a5b96ab63cb0ddef90f6f42c5866407df95/EOL.md#end-of-life-notice . ma1sd may be a suitable alternative"; # Added 2021-04-15
899 mysqlWorkbench = throw "'mysqlWorkbench' has been renamed to/replaced by 'mysql-workbench'"; # Converted to throw 2022-02-22
900+ myxer = throw "Myxer has been removed from nixpkgs, as it has been unmaintained since Jul 31, 2021"; # Added 2022-06-08
901902 ### N ###
903