forked from mirrors/nixpkgs
python-packages.nix: fix Emacs syntax highlighting
This commit is contained in:
parent
d9e83b77a6
commit
b37e68b09f
|
@ -10687,7 +10687,7 @@ let
|
|||
|
||||
# Remove Windows .bat files
|
||||
postInstall = ''
|
||||
rm "$out"/bin/*.bat
|
||||
rm "$out/bin/"*.bat
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
@ -14831,7 +14831,7 @@ let
|
|||
propagatedBuildInputs = with self; [ pkgs.gobjectIntrospection pkgs.gtk3 pyyaml pygobject3 pkgs.libnotify pkgs.udisks2 pkgs.gettext self.docopt ];
|
||||
|
||||
preFixup = ''
|
||||
wrapProgram $out/bin/* \
|
||||
wrapProgram "$out/bin/"* \
|
||||
--prefix GI_TYPELIB_PATH : "$GI_TYPELIB_PATH"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue