about summary refs log tree commit diff
path: root/pkgs/build-support
Commit message (Collapse)AuthorAge
...
* | clang-analyzer: align attrname with pkgnameBjørn Forsman2015-02-20
| |
* | R: update mirrorsNikolay Amiantov2015-02-18
| |
* | reorganize emacs packages and add some meta infoEric Seidel2015-02-17
| |
* | Merge remote-tracking branch 'origin/staging'Shea Levy2015-02-17
|\ \ | | | | | | | | | Darwin and haskell fixes.
| * \ Merge remote-tracking branch 'master' into staging.Peter Simons2015-02-13
| |\ \
| * | | Some cc-wrapper changes to better support darwin and clang:Dan Peebles2015-02-08
| | | | | | | | | | | | | | | | | | | | | | | | - Add a conditional flag for the c++ std lib - Build binaries that get linked by our own dyld (someday) - Automatically add framework directories in the setup hook
* | | | mirrors: move more reliable postgresql mirror upFlorian Friesdorf2015-02-14
| |/ / |/| | | | | | | | Picked from #6101.
* | | Fix conflict between fedora-release and generic-releaseEelco Dolstra2015-02-12
| | | | | | | | | | | | http://hydra.nixos.org/build/19594340
* | | Remove tabsEelco Dolstra2015-02-12
| | |
* | | Remove ancient RedHat 9 / SuSE 9 imagesEelco Dolstra2015-02-12
| | | | | | | | | | | | These are 12 years old and I don't think anybody is using them.
* | | fillDiskWithRPMs: Shut up some warningsEelco Dolstra2015-02-12
| | |
* | | Add Fedora 21Eelco Dolstra2015-02-10
|/ /
* | Merge pull request #6245 from edwtjo/samba-collate-urlsWilliam A. Kennington III2015-02-08
|\ \ | | | | | | fetchurl: collate samba project urls into a mirror
| * | fetchurl: collate samba project urls into a mirrorEdward Tjörnhammar2015-02-08
| | |
* | | autonix: expose importManifestThomas Tuegel2015-02-07
|/ /
* | Update: new features for nix-template-rpmThomas Strobel2015-02-06
| | | | | | | | | | | | | | | | - nix-template-rpm can now split the generated templates into a static part that goes into the nixpkgs tree a dynamic part that can be updated easily to track the rpm spec files - add lookup mechanism for package names and package paths - add mechanism to update existing nix-expression with new download files
* | Merge pull request #6182 from monocell/php-update-5.5-5.6lethalman2015-02-06
|\ \ | | | | | | Php update 5.5/5.6
| * | fix phpPackages memcache,memcached,xdebugEmil Rangden2015-02-05
| | | | | | | | | | | | | | | | | | These packages, and maybe some more include unix.h for some reason. Creating that file makes them build, and in the case of xdebug also appear to work.
* | | build-fhs-*: prefer local buildNikolay Amiantov2015-02-05
| | |
* | | userFHSEnv: add build toolNikolay Amiantov2015-02-05
| | |
* | | buildFHSChrootEnv: split environment and chroot scriptsNikolay Amiantov2015-02-05
|/ /
* | solr: 4.10.2 -> 4.10.3, CVE-2014-3628Domen Kožar2015-02-04
| | | | | | | | | | (cherry picked from commit 4fa25ee93a45df61d97cf7ddd0149bbd954216d0) Signed-off-by: Domen Kožar <domen@dev.si>
* | update libcxx[abi] to 3.5Eric Seidel2015-02-03
| |
* | cc-wrapper merge fixesShea Levy2015-02-02
| |
* | Merge commit 'cfb29ab882323d379aba20a95020c7c24f883eae'Shea Levy2015-02-02
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Partial staging merge, including cc-wrapper fixes Conflicts: pkgs/applications/audio/spotify/default.nix pkgs/build-support/cc-wrapper/default.nix pkgs/development/compilers/cryptol/1.8.x.nix
| * \ Merge branch 'gridaphobe' into stagingShea Levy2015-01-28
| |\ \ | | | | | | | | | | | | fix cc-wrapper for cross-compilation
| | * | cc-wrapper: Fix for cross-compilingShea Levy2015-01-25
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #5949 Suggested by @ambrop72
| * | | Merge branch 'master' into staging.Peter Simons2015-01-19
| |\ \ \ | | |/ / | |/| |
| * | | Remove libc++ stuff from cc-wrapperShea Levy2015-01-16
| | | | | | | | | | | | | | | | This is now part of the libc++ setup hook
| * | | cc-wrapper: Set CC/CXX more specifically if possibleShea Levy2015-01-16
| | | |
| * | | rename occurrences of cc.gcc to cc.ccEric Seidel2015-01-14
| | | |
| * | | rename gcc-wrapper to cc-wrapper.Eric Seidel2015-01-14
| | | | | | | | | | | | | | | | also makes cc-wrapper compatible with clang in the darwin fork.
* | | | kdeApps.kmix: remove Qt 4 dependenciesThomas Tuegel2015-02-01
| | | |
* | | | Remove executable bits from non-executable filesEelco Dolstra2015-01-27
| | | |
* | | | Add: nix-template-rpm: Script to generate templates of nix expressions from ↵Thomas Strobel2015-01-27
| | | | | | | | | | | | | | | | RPM .spec files
* | | | kdeApps: update to 14.12.1Thomas Tuegel2015-01-26
| | | |
* | | | gcc-wrapper: comment on alternate setup hookThomas Tuegel2015-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We now have an alternate setup hook for gcc-wrapper that uses -I to add include paths rather than -isystem. The latter flag can change the search order specified by the build system. For KDE 5 packages, we don't want that!
* | | | autonix: add Nix libraryThomas Tuegel2015-01-26
| | | |
* | | | gcc-wrapper: parameterize setup-hookThomas Tuegel2015-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default setup-hook for gcc-wrapper adds include directories with -isystem, which upsets the order -I flags are processed. This adds an alternative setup-hook that only uses -I flags. The build system's ordering of -I flags is then respected. This is important when different packages provide includes with the same name, such as building packages that depend on Qt4 and Qt5.
* | | | fetchzip: fix unpacking regressionCharles Strahan2015-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resolves a regression introduced in fc0135370342, where providing a name without a proper extension breaks existing uses of fetchzip (they now fail to unpack). Of particular note, that commit broke all uses of fetchFromGitHub because it uses a name like so: "${repo}-${rev}-src" Fixes #5954
* | | | gpgme: use different mirrorCharles Strahan2015-01-24
| | | |
* | | | fetchzip: various fixesCharles Strahan2015-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: * Passing stripRoot. * Archives containing a single file. * Archives where the root folder has the same name as one of it's children. Fixes #5851
* | | | nix-prefetch-zip: support single files and recuring directoriesCharles Strahan2015-01-23
| | | | | | | | | | | | | | | | See #5851
* | | | nix-prefetch-zip: unset $nameCharles Strahan2015-01-22
| | | | | | | | | | | | | | | | nix-shell leaks $name, breaking nix-prefetch-zip.
* | | | fetchurl: add mirrors for OpenBSD (close #5551)Franz Pletz2015-01-20
| |/ / |/| | | | | | | | This changes source URLs for openssh and libressl accordingly.
* | | grsecurity: add GRKERNSEC_DENYUSB option (disabled by default)Peter Simons2015-01-19
| |/ |/| | | | | | | | | This option tells the kernel to ignore plug-in events of USB devices. Useful to protect against attacks with malicious hardware. Currently disabled by default, though.
* | Update Debian to 7.8Eelco Dolstra2015-01-15
|/
* fetchgit: improve name detection, discard nix-1.8 checkVladimír Čunát2015-01-13
| | | | | | | | The name detection didn't work for e.g. http://git.suckless.org/sinit/. I tested the tarball builds now. @shlevy claimed nixpkgs requires nix-1.8 features anyway, so the additional check with message were superfluous.
* merge #5521: give fetchgit outputs nicer namesVladimír Čunát2015-01-13
|\
| * fetchgit: give output a nicer nameShea Levy2015-01-01
| | | | | | | | | | Instead of git-export, we get the basename of the repo, plus the shortrev if the commit-ish is a rev.