mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Nix Packages collection
13e83251a0
Within fractions* of a second, the beautifully crafted history and branching mechanisms of SVN found out the exact revision which caused this to be visible in version 5.x but not in version 4.x: https://www.virtualbox.org/changeset?old_path=%2Fvbox%2Ftrunk&old=30933&new_path=%2Fvbox%2Ftrunk&new=30934 Also note the very short URL and the informative changeset message which shows you exactly what was the issue, I think. Be warned however, it may contain traces of history amnesia, revision epilepsy and other related diseases. As for the issue itself: This was very much broken in 4.x as well, but it didn't show an error message in the UI. The PulseAudio library is loaded at runtime and it's not able to do that unless it's in LD_LIBRARY_PATH. Now, we're doing the same as with the ALSA libraries: We're hardcoding the path to the shared object file in patchPhase. Thanks to @devhell for reporting and testing. *: Might be off several minutes or hours due to rounding errors in floating point arithmetic. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Reported-by: devhell <"^"@regexmail.net> Tested-by: devhell <"^"@regexmail.net> |
||
---|---|---|
doc | ||
lib | ||
maintainers | ||
nixos | ||
pkgs | ||
.gitignore | ||
.travis.yml | ||
.version | ||
CONTRIBUTING.md | ||
COPYING | ||
default.nix | ||
README.md |
Nixpkgs is a collection of packages for the Nix package manager. It is periodically built and tested by the hydra build daemon as so-called channels. To get channel information via git, add nixpkgs-channels as a remote:
% git remote add channels git://github.com/NixOS/nixpkgs-channels.git
For stability and maximum binary package support, it is recommended to maintain
custom changes on top of one of the channels, e.g. nixos-14.12
for the latest
release and nixos-unstable
for the latest successful build of master:
% git remote update channels
% git rebase channels/nixos-14.12
For pull-requests, please rebase onto nixpkgs master
.
NixOS linux distribution source code is located inside
nixos/
folder.
- NixOS installation instructions
- Documentation (Nix Expression Language chapter)
- Manual (How to write packages for Nix)
- Manual (NixOS)
- Continuous package builds for unstable/master
- Continuous package builds for 14.12 release
- Tests for unstable/master
- Tests for 14.12 release
Communication: