mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
phodav: expose udev rules
This commit is contained in:
parent
a38c54754c
commit
f6e0ba1baf
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@ stdenv.mkDerivation rec {
|
|||
|
||||
outputs = [ "out" "dev" "lib" ];
|
||||
|
||||
# We need to do this in pre-configure before the data/ folder disappears.
|
||||
preConfigure = ''
|
||||
install -vDt $out/lib/udev/rules.d/ data/*-spice-webdavd.rules
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "WebDav server implementation and library using libsoup";
|
||||
homepage = "https://wiki.gnome.org/phodav";
|
||||
|
|
Loading…
Reference in a new issue