about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-25 15:53:01 +0200
committerGitHub <noreply@github.com>2021-06-25 15:53:01 +0200
commit54cccb99def1db1e3c8546383c6e0a2e3edf6d99 (patch)
treea0f51b1847ccc2a2d4ebb375d38d4ec0cdeaec94 /pkgs/applications/terminal-emulators
parent2607ce8867a7af5e4affcadb82ef05e102e50f1b (diff)
parent8609f3fd20ed9a3ba925986bc55005689d84e6ef (diff)
downloadnixlib-54cccb99def1db1e3c8546383c6e0a2e3edf6d99.tar
nixlib-54cccb99def1db1e3c8546383c6e0a2e3edf6d99.tar.gz
nixlib-54cccb99def1db1e3c8546383c6e0a2e3edf6d99.tar.bz2
nixlib-54cccb99def1db1e3c8546383c6e0a2e3edf6d99.tar.lz
nixlib-54cccb99def1db1e3c8546383c6e0a2e3edf6d99.tar.xz
nixlib-54cccb99def1db1e3c8546383c6e0a2e3edf6d99.tar.zst
nixlib-54cccb99def1db1e3c8546383c6e0a2e3edf6d99.zip
Merge pull request #127941 from liff/libwnck/3-is-default
Diffstat (limited to 'pkgs/applications/terminal-emulators')
-rw-r--r--pkgs/applications/terminal-emulators/guake/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/terminal-emulators/guake/default.nix b/pkgs/applications/terminal-emulators/guake/default.nix
index 62cb6707c1b2..8c4c6b383d56 100644
--- a/pkgs/applications/terminal-emulators/guake/default.nix
+++ b/pkgs/applications/terminal-emulators/guake/default.nix
@@ -9,7 +9,7 @@
 , libnotify
 , libutempter
 , vte
-, libwnck3
+, libwnck
 }:
 
 python3.pkgs.buildPythonApplication rec {
@@ -41,7 +41,7 @@ python3.pkgs.buildPythonApplication rec {
     gtk3
     keybinder3
     libnotify
-    libwnck3
+    libwnck
     python3
     vte
   ];