mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
jetbrains.clion: use libdbusmenu instead of alias
This commit is contained in:
parent
110a062a7b
commit
a7a29f5ba0
@ -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) ''
|
||||||
|
Loading…
Reference in New Issue
Block a user