summary refs log tree commit diff
path: root/pkgs/build-support
Commit message (Collapse)AuthorAge
* Merge pull request #6641 from oxij/emacs-ngEric Seidel2015-03-05
|\ | | | | Somewhat more generic emacs packages' builder and a bunch of new emacs packages and metas
| * refactor Emacs packages'/modes' buildersJan Malakhovski2015-03-03
| | | | | | | | | | | | | | | | | | This simplifies melpa builder by merging with it my old emacs modes builder, adds better instructions and support for overrides in emacs-packages.nix, and renames some emacs-related stuff in all-packages.nix for sanity reasons. I declare this backwards compatible since direct uses of emacsPackages in configuration.nix are very unlikely.
| * reorganize emacs related filesJan Malakhovski2015-03-03
| |
* | orig-gcc -> orig-ccEelco Dolstra2015-03-04
|/
* fillDiskWithRPMs: Pass --extract-over-symlinks to cpioEelco Dolstra2015-02-27
| | | | http://hydra.nixos.org/build/20003320
* nix-prefetch-git: print commit date (close #6522)Bjørn Forsman2015-02-24
| | | | | The commit date can be used as a version number in packages that don't have proper releases.
* Merge pull request #6532 from abbradar/6486-fixNikolay Amiantov2015-02-23
|\ | | | | buiildFHSEnv: check if multiPkgs is empty
| * buiildFHSEnv: check if multiPkgs is emptyNikolay Amiantov2015-02-23
| | | | | | | | Fixes #6486
* | Patches for a lot of packages for GHC 7.10Joel Taylor2015-02-22
|/
* fetchurl: fix typo from 105154afed pushed todayVladimír Čunát2015-02-22
|
* fetchurl: build the mirror list locallyVladimír Čunát2015-02-22
|
* autonix: tweak manifest formatThomas Tuegel2015-02-21
|
* 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
| | |