about summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
...
* | | | | | | mkDerivation, cc-wrapper: Check hardening flag validity in NixJohn Ericson2017-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This becomes necessary if more wrappers besides cc-wrapper start supporting hardening flags. Also good to make the warning into an error. Also ensure interface is being used right: Not as a string, not just in bash.
* | | | | | | Merge pull request #27598 from LnL7/darwin-cf-rpathDaiderd Jordan2017-08-29
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | CoreFoundation: use rpath to fix issues when using frameworks
| * | | | | | darwin-frameworks: move fixup setup-hookDaiderd Jordan2017-08-28
| | | | | | |
| * | | | | | darwin-frameworks: use the system CF when frameworks are usedDaiderd Jordan2017-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will get propagated down to other libraries loaded because everything in nixpkgs references CF based on an rpath entry.
| * | | | | | darwin-CF: use @rpath for library id and add an rpath entry for CF based on ↵Daiderd Jordan2017-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | NIX_COREFOUNDATION_RPATH
* | | | | | | Merge branch 'master' into stagingVladimír Čunát2017-08-29
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | There were some conflicts in python modules, commented at #28314.
| * | | | | | Merge pull request #28664 from NeQuissimus/ply_folder_kernelJörg Thalheim2017-08-29
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | ply: Allow building for git-fetched kernels
| | * | | | | | ply: Allow building for git-fetched kernelsTim Steinbach2017-08-28
| | | |_|/ / / | | |/| | | |
| * | | | | | linux_rpi: 1.20170515 -> 1.20170811Tuomas Tynkkynen2017-08-29
| | | | | | |
| * | | | | | raspberrypifw: 1.20170515 -> 1.20170515nTuomas Tynkkynen2017-08-29
| |/ / / / /
| * | / / / upstart: remove ancientRobin Gloster2017-08-28
| | |/ / / | |/| | |
| * | | | linux: 4.13-rc6 -> 4.13-rc7Tim Steinbach2017-08-28
| | | | |
| * | | | fbterm: import Arch Linux patches to fix buildMichael Raskin2017-08-28
| | | | |
| * | | | darwin.usr-include: set meta.platformsVladimír Čunát2017-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | Otherwise scripts may try to evaluate it and that fails due to missing `stdenv.libc`.
| * | | | linux-copperhead: 4.12.8.a -> 4.12.9.aTim Steinbach2017-08-27
| | | | |
| * | | | linux: 4.9.44 -> 4.9.45Tim Steinbach2017-08-26
| | | | |
| * | | | linux: 4.12.8 -> 4.12.9Tim Steinbach2017-08-26
| | |_|/ | |/| |
| * | | nixos/usbguard: create package and module (#28363)Phil2017-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nixos/usbguard: create package and module No usbguard module or package existed for NixOS previously. USBGuard will protect you from BadUSB attacks. (assuming configuration is done correctly) * nixos/usbguard: remove extra packages Users can override this by themselves. * nixos/usbguard: add maintainer and fix style
| * | | ffado: 2.2.1 -> 2.3.0Jörg Thalheim2017-08-25
| | | |
* | | | apple misc pkgs: `buildInputs` -> `nativeBuildInputs`John Ericson2017-08-28
| |/ / |/| |
* | | Merge pull request #28519 from obsidiansystems/linux-headers-improveJohn Ericson2017-08-24
|\ \ \ | |/ / |/| | linux-headers: Improve derivation, removing cross arg
| * | linux-headers: Improve derivation, removing cross argJohn Ericson2017-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Perl is used at build time, so must be in `nativeBuildInputs`. It's not used at run time so it should not be in `buildInputs`, too. - Don't treat headers like a compiler---use the build and host platforms not host and target. Perhaps that would make sense if every library's headers could be a separate derivation, but since that is not feasible, best to keep the implementation and interface in the same stage. To do this, we used `stdenvNoCC` to get rid of the normal toolchain, and added a dependency for the toolchain targeting the build platform --- `buildPackages.stdenv.cc` --- thus everything is effectively slid a stage black.
* | | dbus-broker: use the proper licensePeter Hoeg2017-08-23
| | |
* | | dbus-broker: init at 3Peter Hoeg2017-08-23
| | |
* | | treewide: homepage URL fixes (#28475)Matthew Justin Bauer2017-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pgadmin: use https homepage * msn-pecan: move homepage to github google code is now unavailable * pidgin-latex: use https for homepage * pidgin-opensteamworks: use github for homepage google code is unavailable * putty: use https for homepage * ponylang: use https for homepage * picolisp: use https for homepage * phonon: use https for homepage * pugixml: use https for homepage * pioneer: use https for homepage * packer: use https for homepage * pokerth: usee https for homepage * procps-ng: use https for homepage * pycaml: use https for homepage * proot: move homepage to .github.io * pius: use https for homepage * pdfread: use https for homepage * postgresql: use https for homepage * ponysay: move homepage to new site * prometheus: use https for homepage * powerdns: use https for homepage * pm-utils: use https for homepage * patchelf: move homepage to https * tesseract: move homepage to github * quodlibet: move homepage from google code * jbrout: move homepage from google code * eiskaltdcpp: move homepage to github * nodejs: use https to homepage * nix: use https for homepage * pdf2djvu: move homepage from google code * game-music-emu: move homepage from google code * vacuum: move homepae from google code
* | | linux: 4.13-rc4 -> 4.13-rc6Tim Steinbach2017-08-22
|/ /
* | ios cross cc-wrapper: Fail assertion to avoid breaking tarball jobJohn Ericson2017-08-21
| | | | | | | | Previously, this wasn't being evaluated by CI.
* | Merge pull request #28420 from canndrew/intel-microcodeGabriel Ebner2017-08-21
|\ \ | | | | | | microcode-intel: 2017-05-11 -> 2017-07-07
| * | microcode-intel: 2017-05-11 -> 2017-07-07Andrew Cann2017-08-20
| | |
* | | busybox: 1.27.1 -> 1.27.2Tim Steinbach2017-08-21
| | |
* | | Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEADFrederik Rietdijk2017-08-21
|\ \ \ | |_|/ |/| |
| * | buildLinux: allow overriding stdenv on each callVladimír Čunát2017-08-20
| | |
| * | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-08-17
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-08-14
| |\ \ \ | | | |/ | | |/|
| * | | Merge #27424: stdenv: Don't put man pages into $docVladimír Čunát2017-08-13
| |\ \ \
| | * | | treewide: Add man & info outputs where necessary (instead of doc)Tuomas Tynkkynen2017-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | Because man & info pages won't be going to $doc after the next commit. Scripted change for the files having one-package-per-file.
| * | | | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-08-13
| |\ \ \ \
| * | | | | audit: 2.7.6 -> 2.7.7Robin Gloster2017-08-12
| | |/ / / | |/| | |
* | | | | linux-copperhead: 4.12.7.a -> 4.12.8.aTim Steinbach2017-08-18
| | | | |
* | | | | linux: 4.12.7 -> 4.12.8Tim Steinbach2017-08-18
| | | | |
* | | | | linux: 4.9.43 -> 4.9.44Tim Steinbach2017-08-18
| | | | |
* | | | | acpitool: use sourceforge.net for project pageMatthew Bauer2017-08-17
| |_|_|/ |/| | | | | | | | | | | old url was broken
* | | | shadow: 4.4 -> 4.5Rickard Nilsson2017-08-17
| | | | | | | | | | | | | | | | Fixes CVE-2017-12424
* | | | Revert "busybox: downgrade 1.27.1 -> 1.26.2"Will Dietz2017-08-14
| | | | | | | | | | | | | | | | This reverts commit 9c3702ad35b796a8799ffd6424ede60947ef8e99.
* | | | linux-copperhead: 4.12.5.a -> 4.12.7.aTim Steinbach2017-08-14
| |_|/ |/| |
* | | zfs: use multiple outputsFranz Pletz2017-08-14
| | | | | | | | | | | | Some dev headers are especially large.
* | | Merge pull request #27881 from mimadrid/fix/http-httpsFrederik Rietdijk2017-08-13
|\ \ \ | | | | | | | | Update homepage attributes: http -> https
| * | | Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | | | | | | | | | | | | | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* | | | linux: 4.9.42 -> 4.9.43Tim Steinbach2017-08-13
| | | |
* | | | linux: 4.12.6 -> 4.12.7Tim Steinbach2017-08-13
| | | |