···11-Don't worry, just use GCC and everything's gonna be alright.
22-33---- mpc123-0.2.4/Makefile 2008-03-21 22:14:38.000000000 +0100
44-+++ mpc123-0.2.4/Makefile 2010-01-28 23:26:49.000000000 +0100
55-@@ -17,7 +17,7 @@
66- # along with this program; if not, write to the Free Software Foundation,
77- # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
88-99--CC := $(shell which colorgcc || which cc)
1010-+CC := gcc
1111-1212- TAGSPRG := ctags
1313-
···4949 fi
50505151 echo "Validating consistency between composer.lock and ${composerRepository}/composer.lock"
5252- if [[! @diff@ composer.lock "${composerRepository}/composer.lock"]]; then
5252+ if ! @cmp@ -s "composer.lock" "${composerRepository}/composer.lock"; then
5353 echo
5454 echo "ERROR: vendorHash is out of date"
5555 echo
···88888989 # Since the composer.json file has been modified in the previous step, the
9090 # composer.lock file needs to be updated.
9191- COMPOSER_DISABLE_NETWORK=1 \
9291 COMPOSER_ROOT_VERSION="${version}" \
9392 composer \
9493 --lock \
···118117 # the autoloader.
119118 # The COMPOSER_ROOT_VERSION environment variable is needed only for
120119 # vimeo/psalm.
121121- COMPOSER_CACHE_DIR=/dev/null \
122122- COMPOSER_DISABLE_NETWORK=1 \
123120 COMPOSER_ROOT_VERSION="${version}" \
124124- COMPOSER_MIRROR_PATH_REPOS="1" \
125121 composer \
126122 --no-ansi \
127123 --no-interaction \
···795795 sequoia = sequoia-sq; # Added 2023-06-26
796796 sexp = sexpp; # Added 2023-07-03
797797 sget = throw "sget has been removed from nixpkgs, as it is not supported upstream anymore see https://github.com/sigstore/sget/issues/145"; # Added 2023-05-26
798798+ sgtpuzzles = throw "'sgtpuzzles' has been renamed to 'sgt-puzzles'"; # Added 2023-10-06
799799+ sgtpuzzles-mobile = throw "'sgtpuzzles-mobile' has been renamed to 'sgt-puzzles-mobile'"; # Added 2023-10-06
798800 inherit (libsForQt5.mauiPackages) shelf; # added 2022-05-17
799801 shhgit = throw "shhgit is broken and is no longer maintained. See https://github.com/eth0izzle/shhgit#-shhgit-is-no-longer-maintained-" ; # Added 2023-08-08
800802 shipyard = jumppad; # Added 2023-06-06