about summary refs log tree commit diff
path: root/pkgs/build-support/build-fhs-chrootenv
AgeCommit message (Expand)AuthorFilesLines
2015-12-17chrootenv: add setuid wrappers to pathNikolay Amiantov1-1/+1
2015-12-17chrootenv: symlink su and sudo stuffNikolay Amiantov1-0/+5
2015-12-04buildFHS{Chroot,User}Env: support extraInstallCommandsNikolay Amiantov1-1/+2
2015-11-23chrootenv: symlink some directories instead of copyingNikolay Amiantov1-3/+3
2015-11-23chrootenv: fix include directoriesNikolay Amiantov1-11/+7
2015-11-14Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III1-0/+8
2015-11-11fhs-env: symlink /usr/lib to libs for the main architectureNikolay Amiantov1-3/+6
2015-10-21build-fhs-chrootenv: add /etc/mtab -> /proc/mounts symlinkBjørn Forsman1-0/+3
2015-10-21buildFHSEnv: create /etc/profile with writeTextNikolay Amiantov1-7/+9
2015-10-12chroot-env: simplify, clean directories structureNikolay Amiantov1-91/+55
2015-10-03build-fhs-chrootenv: add /etc/os-release from hostBjørn Forsman1-0/+1
2015-10-02build-fhs-chrootenv: add missing /usr/includeBjørn Forsman1-0/+7
2015-08-24build-fhs-{chroot,user}env: expose sockets in /tmpNikolay Amiantov3-2/+10
2015-04-22fhs-chrootenv: propagate SSL_CERT_FILENikolay Amiantov1-0/+1
2015-04-22fhs-chrootenv-env: cleanupNikolay Amiantov1-2/+2
2015-04-22fhs-chrootenv-env: refactor /etc build and add ssl certsNikolay Amiantov1-52/+50
2015-03-09chroot-env: add locales, refactor environmentNikolay Amiantov2-2/+11
2015-03-09chroot-env: ignore collisions and fix permissionsNikolay Amiantov1-4/+6
2015-03-09chroot-env: build /etcNikolay Amiantov2-29/+37
2015-02-23buiildFHSEnv: check if multiPkgs is emptyNikolay Amiantov1-1/+1
2015-02-05build-fhs-*: prefer local buildNikolay Amiantov2-1/+3
2015-02-05buildFHSChrootEnv: split environment and chroot scriptsNikolay Amiantov4-184/+187
2015-01-14rename occurrences of cc.gcc to cc.ccEric Seidel1-2/+2
2014-10-22Fix build-fhs-chrootenv mount scriptChris Double1-1/+1
2014-09-09build-fhs-chrootenv: bind mount chroots /tmp to hosts /tmpChristoph Hrdinka4-4/+9
2014-09-06steam: fix extraBuildCommandsMulti on i686Christoph Hrdinka1-1/+1
2014-09-06build-fhs-chrootenv: fix gcc libs on i686Christoph Hrdinka1-4/+0
2014-09-06build-fhs-chrootenv: fix gcc libs on x86Christoph Hrdinka1-12/+50
2014-09-06build-fhs-chrootenv: fix gcc_multi pathsChristoph Hrdinka1-12/+27
2014-09-06buildFHSChrootEnv: fix merge errorChristoph Hrdinka1-1/+1
2014-09-06steam: fix steam on x86_64Christoph Hrdinka1-37/+121
2014-05-22fhs-chrootenv: use -l to umount for the rbind mountAristid Breitkreuz1-2/+2
2014-05-22fhs-chrootenv (steam): support directly using users other than root, fix soun...Aristid Breitkreuz3-4/+4
2014-05-15Add -p to mkdir in build-fhs-chrootenv to prevent error if directory existsChris Double1-2/+2
2014-04-18Move su to the base packages of chrootenv builderSander van der Burg1-13/+15
2013-09-13My attempt to get Steam working in NixOS. It uses a function called buildFHSC...Sander van der Burg6-0/+188