nixpkgs/modules
Florian Friesdorf dd8e725d7d copy only cryptsetup deps to stage-1 and test cryptsetup
popt-0.16 and cryptsetup-1.4.1 both generated pkgconfig (in contrast
to older versions). The pkgconfig files (popt.pc and cryptsetup.pc)
contain references into the store that are not removed by patchelf and
stage-1 fails with errors like: "output is not allowed to refer to
path `/nix/store/qccjhn063cfv171rcaxvxh0yk96zf7l2-cryptsetup-1.4.1'".

Now, only the cryptsetup binaries and its dependencies are copied,
determined by ldd. In addition the cryptsetup binary and lvm are
tested after patchelf has adjusted the library paths.

Thanks to Peter Simons and Eelco Dolstra for giving the rights hints.

svn path=/nixos/trunk/; revision=31128
2011-12-28 21:46:40 +00:00
..
config * If power management is enabled, set the governor to ‘ondemand’ by 2011-12-20 22:44:58 +00:00
hardware * Add a module that provides all the Radeon firmwares. 2011-10-25 00:27:07 +00:00
installer * By popular demand, provide an ISO with a more recent kernel. 2011-11-08 19:51:39 +00:00
misc Add mpd module 2011-12-05 01:51:05 +00:00
profiles * Include glxinfo/glxgears in the graphical profile. It's very small. 2011-11-08 19:18:34 +00:00
programs wvdial: don't make wvdial a system package; only root can run it 2011-11-25 17:41:47 +00:00
security Reverting revisions 30103-30106: "always set nixpkgs.config.{state,store}Dir", etc. 2011-10-30 15:19:58 +00:00
services Removing unused lines of the nfs-kernel script, and fixing some indentation. 2011-12-28 09:05:52 +00:00
system copy only cryptsetup deps to stage-1 and test cryptsetup 2011-12-28 21:46:40 +00:00
tasks * If power management is enabled, set the governor to ‘ondemand’ by 2011-12-20 22:44:58 +00:00
testing strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
virtualisation * aufs2 -> aufs. 2011-11-08 15:12:11 +00:00
module-list.nix Added cpuFreqGovernor option to configure a CPU frequency governor. 2011-12-16 23:44:37 +00:00
rename.nix * Make `services.sshd.enable' an alias rather than an obsolete option. 2010-12-14 11:48:07 +00:00