about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/contour
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-26 13:43:45 +0300
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-26 13:43:45 +0300
commit5bafafe369db3d6db24e526cc5a0a1945ded7d1e (patch)
tree946e0a77da22e37bb2f83f55a94db49523236fc8 /pkgs/applications/terminal-emulators/contour
parent027259f359ac7cbbe46f4b645b0fbdb4065a6355 (diff)
treewide: microsoft_gsl -> microsoft-gsl
Diffstat (limited to 'pkgs/applications/terminal-emulators/contour')
-rw-r--r--pkgs/applications/terminal-emulators/contour/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/terminal-emulators/contour/default.nix b/pkgs/applications/terminal-emulators/contour/default.nix
index 0e74c2046c055..c1eba0e3fe456 100644
--- a/pkgs/applications/terminal-emulators/contour/default.nix
+++ b/pkgs/applications/terminal-emulators/contour/default.nix
@@ -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 ];