mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 12:58:39 +00:00
qt6.qtbase: drop a few unused hacks
This commit is contained in:
parent
d3d06877ba
commit
5dbec77837
@ -47,7 +47,6 @@
|
||||
, icu
|
||||
, libX11
|
||||
, libXcomposite
|
||||
, libXcursor
|
||||
, libXext
|
||||
, libXi
|
||||
, libXrender
|
||||
@ -183,10 +182,6 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace src/corelib/CMakeLists.txt --replace /bin/ls ${coreutils}/bin/ls
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
export LD_LIBRARY_PATH="$PWD/build/lib:$PWD/build/plugins/platforms''${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH"
|
||||
'';
|
||||
|
||||
qtPluginPrefix = "lib/qt-6/plugins";
|
||||
qtQmlPrefix = "lib/qt-6/qml";
|
||||
|
||||
@ -201,10 +196,6 @@ stdenv.mkDerivation rec {
|
||||
"-DQT_FEATURE_openssl_linked=ON"
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
''-DNIXPKGS_LIBXCURSOR="${libXcursor.out}/lib/libXcursor"''
|
||||
];
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user