No description
Find a file
Peter Simons 5849a91e8d pkgs/build-support/cabal: revert "the release version of GHC 7.8.x no longer requires"
This reverts commit a2a398fbda. The
issue *does* still exist in GHC 7.8.2. Compiled binaries have no -rpath
into their own install directory ("$out") and thus cannot find their own
shared libraries. To work around this issue, we pass an explicit -rpath
argument at configure time. We do that only on Linux, though, because
-rpath is known to cause trouble on Darwin, which was the reason I
originally reverted that patch.
2014-05-01 23:14:55 +02:00
doc doc: quick-start.xml -- fix a typo in the link. 2014-04-14 11:42:01 +05:30
lib Fix description to match convention 2014-05-01 11:46:44 -04:00
maintainers/scripts Remove mysterious line 2014-05-01 10:43:07 +02:00
nixos Merge pull request #2467 from lethalman/release-notes 2014-05-01 18:37:08 +02:00
pkgs pkgs/build-support/cabal: revert "the release version of GHC 7.8.x no longer requires" 2014-05-01 23:14:55 +02:00
.gitignore
.version Update version 2014-04-23 08:02:18 -04:00
COPYING
default.nix
README.md

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.