mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
mutter: Fix gdctl shebang
It requires python with pygobject, and, optionally, argcomplete, for bash completion to work.
This commit is contained in:
@@ -173,6 +173,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libXrandr
|
||||
libXinerama
|
||||
libXau
|
||||
|
||||
# for gdctl shebang
|
||||
(python3.withPackages (pp: [
|
||||
pp.pygobject3
|
||||
pp.argcomplete
|
||||
]))
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user