about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDashieTM <fabio.lenherr@gmail.com>2024-04-19 11:13:24 +0200
committerDashieTM <fabio.lenherr@gmail.com>2024-04-19 11:13:24 +0200
commit93c36c006ac81d9894b2280d11c1ea336b159351 (patch)
treeffc53cf8a821a33de6b43679f525cf87cd849afc /pkgs
parentadaa6b740ac1765eb67022bc850d389e9d0e5bdf (diff)
ncspot: Rename dependency Cross to Crossterm
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/ncspot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/ncspot/default.nix b/pkgs/applications/audio/ncspot/default.nix
index dd217a03e0af6..597f87337caeb 100644
--- a/pkgs/applications/audio/ncspot/default.nix
+++ b/pkgs/applications/audio/ncspot/default.nix
@@ -12,7 +12,7 @@
 , withPulseAudio ? true, libpulseaudio
 , withPortAudio ? false, portaudio
 , withMPRIS ? true, withNotify ? true, dbus
-, withCross ? true
+, withCrossterm ? true
 , nix-update-script
 , testers
 , ncspot
@@ -55,7 +55,7 @@ rustPlatform.buildRustPackage rec {
     ++ lib.optional withPulseAudio "pulseaudio_backend"
     ++ lib.optional withPortAudio "portaudio_backend"
     ++ lib.optional withMPRIS "mpris"
-    ++ lib.optional withCross "crossterm_backend"
+    ++ lib.optional withCrossterm "crossterm_backend"
     ++ lib.optional withNotify "notify";
 
   postInstall = ''