mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
Merge pull request #296878 from YorikSar/dark-mode-notify-clang-fix
dark-mode-notify: sync clang with swift itself
This commit is contained in:
commit
9f904a1431
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user