[Nix-dev] Porting question
Peter Simons
simons at cryp.to
Thu Nov 21 21:14:55 CET 2013
Hi Roelof,
> I need autogen.sh instead of ./configure and sometimes a patch.
the packages pkgs/os-specific/linux/lxc/default.nix and
pkgs/tools/security/tor/torsocks.nix both use the autoreconfHook, which
might be what you're looking for,
> Also I need to install some .desktop and .services files.
Maybe this helps?
$ grep -lRF .desktop pkgs/
pkgs/os-specific/linux/wpa_supplicant/gui.nix
pkgs/os-specific/linux/pommed/default.nix
[...]
Take care,
Peter
More information about the nix-dev
mailing list