Merge pull request #296878 from YorikSar/dark-mode-notify-clang-fix

dark-mode-notify: sync clang with swift itself
This commit is contained in:
Domen Kožar 2024-03-19 04:17:43 +07:00 committed by GitHub
commit 9f904a1431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,10 +3,13 @@
, stdenv
, swift
, swiftpm
, swiftPackages
, darwin
}:
stdenv.mkDerivation (final: {
# Use the same stdenv, including clang, as Swift itself
# Fixes build issues, see https://github.com/NixOS/nixpkgs/pull/296082 and https://github.com/NixOS/nixpkgs/issues/295322
swiftPackages.stdenv.mkDerivation (final: {
pname = "dark-mode-notify";
version = "unstable-2022-07-18";