jetbrains.clion: use libdbusmenu instead of alias

This commit is contained in:
Jörg Thalheim 2021-04-20 15:18:44 +02:00
parent 110a062a7b
commit a7a29f5ba0
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -3,7 +3,7 @@
, dotnet-sdk_3 , dotnet-sdk_3
, autoPatchelfHook , autoPatchelfHook
, glib , glib
, libdbusmenu-glib , libdbusmenu
, vmopts ? null , vmopts ? null
}: }:
@ -34,7 +34,7 @@ let
buildInputs = (attrs.buildInputs or []) ++ optional (stdenv.isLinux) [ buildInputs = (attrs.buildInputs or []) ++ optional (stdenv.isLinux) [
python3 python3
stdenv.cc.cc stdenv.cc.cc
libdbusmenu-glib libdbusmenu
]; ];
dontAutoPatchelf = true; dontAutoPatchelf = true;
postFixup = (attrs.postFixup or "") + optionalString (stdenv.isLinux) '' postFixup = (attrs.postFixup or "") + optionalString (stdenv.isLinux) ''