mate.mate-user-share: Fix evaluation with allowAliases false

Was broken by feb114f7f0f01295a99c108ed2d97cd0d152f41a
And not caught due to https://github.com/NixOS/nixpkgs/pull/271123#discussion_r1442134594
This commit is contained in:
Silvan Mosberger 2024-01-04 21:33:59 +01:00
parent 1797094f8b
commit 199a63aa10

@ -9,14 +9,16 @@
, libnotify
, libxml2
, libcanberra-gtk3
, mod_dnssd
, apacheHttpd
, apacheHttpdPackages
, hicolor-icon-theme
, mate
, wrapGAppsHook
, mateUpdateScript
}:
let
inherit (apacheHttpdPackages) apacheHttpd mod_dnssd;
in
stdenv.mkDerivation rec {
pname = "mate-user-share";
version = "1.26.0";