Commit 5bafafe3 authored by Weijia Wang's avatar Weijia Wang
Browse files

treewide: microsoft_gsl -> microsoft-gsl

parent 027259f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
, fmt
, hidrd
, inih
, microsoft_gsl
, microsoft-gsl
, spdlog
, systemd
}:
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
    fmt
    hidrd
    inih
    microsoft_gsl
    microsoft-gsl
    spdlog
    systemd
  ];
+3 −3
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
, jemalloc
, rnnoise
, abseil-cpp
, microsoft_gsl
, microsoft-gsl
, wayland
, libicns
, Cocoa
@@ -140,7 +140,7 @@ stdenv.mkDerivation rec {
    tl-expected
    rnnoise
    tg_owt
    microsoft_gsl
    microsoft-gsl
  ] ++ lib.optionals stdenv.isLinux [
    kwayland
    alsa-lib
@@ -199,7 +199,7 @@ stdenv.mkDerivation rec {
  preFixup = ''
    binName=${if stdenv.isLinux then "kotatogram-desktop" else "Kotatogram"}
    remove-references-to -t ${stdenv.cc.cc} $out/bin/$binName
    remove-references-to -t ${microsoft_gsl} $out/bin/$binName
    remove-references-to -t ${microsoft-gsl} $out/bin/$binName
    remove-references-to -t ${tg_owt.dev} $out/bin/$binName
  '';

+2 −2
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
, libsysprof-capture
, libpsl
, brotli
, microsoft_gsl
, microsoft-gsl
, rlottie
, stdenv
}:
@@ -161,7 +161,7 @@ stdenv.mkDerivation rec {
    libsysprof-capture
    libpsl
    brotli
    microsoft_gsl
    microsoft-gsl
    rlottie
  ];

+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
, boost
, catch2
, fmt
, microsoft_gsl
, microsoft-gsl
, range-v3
, yaml-cpp
, ncurses
@@ -62,7 +62,7 @@ mkDerivation rec {
    boost
    catch2
    fmt
    microsoft_gsl
    microsoft-gsl
    range-v3
    yaml-cpp
  ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.libs.utmp ];
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl, pkg-config, libbsd, microsoft_gsl }:
{ lib, stdenv, fetchurl, pkg-config, libbsd, microsoft-gsl }:

stdenv.mkDerivation rec {
  pname = "iqueue";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {

  doCheck = true;
  nativeBuildInputs = [ pkg-config ];
  buildInputs = [ libbsd microsoft_gsl ];
  buildInputs = [ libbsd microsoft-gsl ];

  env.NIX_CFLAGS_COMPILE = toString [
    # Needed with GCC 12
Loading