gnome.gnome-user-share: Fix eval with allowAliases = false
This commit is contained in:
parent
bd645e8668
commit
e2caaf1f8c
1 changed files with 5 additions and 2 deletions
|
@ -4,17 +4,20 @@
|
|||
, meson
|
||||
, ninja
|
||||
, fetchurl
|
||||
, apacheHttpd
|
||||
, apacheHttpdPackages
|
||||
, pkg-config
|
||||
, glib
|
||||
, libxml2
|
||||
, systemd
|
||||
, wrapGAppsHook
|
||||
, itstool
|
||||
, mod_dnssd
|
||||
, gnome
|
||||
}:
|
||||
|
||||
let
|
||||
inherit (apacheHttpdPackages) apacheHttpd mod_dnssd;
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-user-share";
|
||||
version = "43.0";
|
||||
|
|
Loading…
Reference in a new issue