Remove Clang workaround as clangStdenv is now at least 17
Dependencies
- [2]
KEPVL66DPartially fix build on Mac - [3]
UZYI7CB2Fix compile errors on macOS in dev shell - [4]
3KEFKH5FImport existing code - [5]
4OTS5CAKVersion 0.1.2 - [6]
72KPLIMXStore version in central file - [7]
ZZW47X5HVersion 0.1.1
Change contents
- edit in package.nix at line 4
clang17Stdenv, - replacement in package.nix at line 10
}: letstdenv' =if stdenv.cc.isClangthen clang17Stdenvelse stdenv;instdenv'.mkDerivation {pname = "nix-plugin-pijul";version = lib.fileContents ./VERSION;}: stdenv.mkDerivation {pname = "nix-plugin-pijul";version = lib.fileContents ./VERSION; - replacement in package.nix at line 14
src = ./.;src = ./.; - replacement in package.nix at line 16
nativeBuildInputs = [cmakepkg-config];nativeBuildInputs = [cmakepkg-config]; - replacement in package.nix at line 21
buildInputs = [boosthoward-hinnant-datenixnlohmann_json];}[3.13563]buildInputs = [boosthoward-hinnant-datenixnlohmann_json];}