mate.mate-user-share: Fix evaluation with allowAliases false
Was broken by feb114f7f0
And not caught due to https://github.com/NixOS/nixpkgs/pull/271123#discussion_r1442134594
This commit is contained in:
parent
1797094f8b
commit
199a63aa10
1 changed files with 4 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue