mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
Merge pull request #174371 from NickCao/qt6-alias
qt6: remove all references to aliases
This commit is contained in:
commit
f197bd6e34
@ -37,7 +37,7 @@
|
||||
, libdrm
|
||||
, libdatrie
|
||||
, lttng-ust
|
||||
, epoxy
|
||||
, libepoxy
|
||||
, libiconv
|
||||
, dbus
|
||||
, fontconfig
|
||||
@ -152,7 +152,7 @@ stdenv.mkDerivation rec {
|
||||
xorg.libXdmcp
|
||||
xorg.libXtst
|
||||
xorg.xcbutilcursor
|
||||
epoxy
|
||||
libepoxy
|
||||
] ++ (with unixODBCDrivers; [
|
||||
psql
|
||||
sqlite
|
||||
|
@ -63,7 +63,7 @@
|
||||
, libxslt
|
||||
, lcms2
|
||||
, re2
|
||||
, kerberos
|
||||
, libkrb5
|
||||
, enableProprietaryCodecs ? true
|
||||
}:
|
||||
|
||||
@ -215,7 +215,7 @@ qtModule rec {
|
||||
# Pipewire
|
||||
pipewire
|
||||
|
||||
kerberos
|
||||
libkrb5
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user