summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform.John Ericson2018-09-06
| | | | | | | | | | | | | | | | | | | | Intuitively, one cares mainly about the host platform: Platforms differ in meaningful ways but compilation is morally a pure process and probably doesn't care, or those difference are already abstracted away. @Dezgeg also empirically confirmed that > 95% of checks are indeed of the host platform. Yet these attributes in the old cross infrastructure were defined to be the build platform, for expediency. And this was never before changed. (For native builds build and host coincide, so it isn't clear what the intention was.) Fixing this doesn't affect native builds, since again they coincide. It also doesn't affect cross builds of anything in Nixpkgs, as these are no longer used. It could affect external cross builds, but I deem that unlikely as anyone thinking about cross would use more explicit attributes for clarity, all the more so because the rarity of inspecting the build platform.
* top-level: Deprecate top-level `{build,host,target}Platform`John Ericson2018-09-05
| | | | | | | | | I don't know when we can/should remove them, but this at least gets people to stop using them. The preferred alternatives also date back to 17.09 so writing forward-compatable code without extra conditions is easy. Beginning with these as they are the least controversial.
* stdenv, neovim: Use `lib.warn` for deprecation warningsJohn Ericson2018-09-05
|
* mkDerivation: Fix cross compilationJohn Ericson2018-09-03
| | | | | | | Derivations where drawing their `system` attribute from `hostPlatform` instead of `buildPlatform`. Fix that, and add an explanatory commment. Fixes #45993
* nixos docs: more IDsGraham Christensen2018-09-02
|
* racket-minimal: fix hash (#45952)Mario Rodas2018-09-02
|
* nixos docs: more IDsGraham Christensen2018-09-02
|
* fbreader: 0.99.4 -> 0.99.6, switch to fetchFromGitHub, add more build ↵Jan Malakhovski2018-09-02
| | | | | | | | | | | | | | | options (#45840) This, apparently, is not an official release (it's tagged, but the tarball is not available on the official site), but this repo is the official repo mentioned on the official site. This fixes a bunch of very annoying bugs present in 0.99.4, e.g. ``` $ FBReader filename ``` does not crash anymore. Yay!
* FreeOrion 0.4.7.1 -> 0.4.8 (#45943)Milan Svoboda2018-09-02
|
* Merge pull request #45912 from xeji/p/dhcpcdSamuel Dionne-Riel2018-09-02
|\ | | | | dhcpcd: 6.11.5 -> 7.0.8
| * nixos/tests/networking.*.macvlan: disable reverse path checkUli Baum2018-09-02
| | | | | | | | | | | | | | | | Generated reverse path filtering rules for the macvlan interface seem to be incorrect, causing the test to fail - sometimes or always, depending on the dhcpcd version used. - Disable reverse path checking temporarily to avoid blocking the channel - Print more diagnostic information for debugging
| * dhcpcd: 6.11.5 -> 7.0.8Uli Baum2018-09-01
| |
* | Added an example for environment.variable. (#45956)Christopher Birkbeck2018-09-02
| |
* | kitty: Add terminfo attr (#45953)Roman Volosatovs2018-09-02
| |
* | gnu-pw-mgr: 2.3.3 -> 2.4.2 (#45951)Kenny Shen2018-09-02
| |
* | Merge pull request #45955 from romildo/upd.dtkwidgetxeji2018-09-02
|\ \ | | | | | | dtkwidget: init at 2.0.9.3
| * | dtkwidget: init at 2.0.9.3José Romildo Malaquias2018-09-02
| | |
| * | dtkcore: only define QT_HOST_DATA if it is empty, enable parallel buildingJosé Romildo Malaquias2018-09-02
| | |
* | | Merge pull request #45939 from rnhmjoj/sccxeji2018-09-02
|\ \ \ | | | | | | | | sc-controller: 0.4.3 -> 0.4.4
| * | | sc-controller: fix missing libbluetooth.sornhmjoj2018-09-02
| | | |
| * | | sc-controller: fix udev for NixOSrnhmjoj2018-08-21
| | | |
| * | | sc-controller: 0.4.3 -> 0.4.4R. RyanTM2018-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sc-controller/versions.
* | | | Merge pull request #45911 from samueldr/fix/nixos-help-browserGraham Christensen2018-09-02
|\ \ \ \ | | | | | | | | | | nixos/manual: nixos-help knows about colon-separated BROWSER
| * | | | nixos/manual: nixos-help knows about colon-separated BROWSERSamuel Dionne-Riel2018-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the semantics as understood by `xdg-open`. Using these semantics on a non-colon-separated variable works because it acts as if it was a one element long list. This fixes an issue where it would try to exec `google-chrome-beta:google-chrome:chromium:firefox` on a system configured with these semantics in mind.
* | | | | Merge pull request #44526 from ↵Graham Christensen2018-09-02
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | samueldr/feature/actiavation-failure-identification nixos/activation: Identifies the snippet that failed
| * | | | | nixos/activation: Identifies the snippet that failedSamuel Dionne-Riel2018-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows a developer to better identify in which snippet the failure happened. Furthermore, users seeking help will have more information available about the failure.
* | | | | | Merge pull request #45949 from jtojnar/gcolor3Jan Tojnar2018-09-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | gcolor3: 2.2 → 2.3
| * | | | | | gcolor3: 2.2 → 2.3Jan Tojnar2018-09-02
| | | | | | |
* | | | | | | android-studio: Refactor the code & minor improvementsMichael Weiss2018-09-02
| | | | | | |
* | | | | | | wireguard: change preStop to postStop, require network.target (#45569)Yorick2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wireguard: change preStop to postStop, require network.target * wireguard service: network.target -> network-online.target
* | | | | | | Merge pull request #45730 from Helkafen/snakemakeRyan Mulligan2018-09-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | snakemake: init at 5.2.2
| * | | | | | | python.pkgs.snakemake: init at 5.2.2Sebastian Meric de Bellefon2018-09-01
| | | | | | | |
| * | | | | | | python.pkgs.ratelimiter: init at 1.2.0.post0Sebastian Meric de Bellefon2018-08-31
| | | | | | | |
* | | | | | | | itk: 4.13.0 -> 4.13.1 (#45827)R. RyanTM2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from itk
* | | | | | | | Merge pull request #45853 from bkchr/android_studio_desktopMichael Weiss2018-09-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | android-studio: Add desktop item
| * | | | | | | | android-studio: Add desktop itemBastian Köcher2018-08-31
| | | | | | | | |
* | | | | | | | | Merge pull request #45348 from shlevy/shellFor-all-build-inputsPeter Simons2018-09-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | haskellPackages.shellFor: fix after recent getHaskellBuildInputs fix.
| * | | | | | | | | haskellPackages.shellFor: fix after recent getHaskellBuildInputs fix.Shea Levy2018-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #45318
* | | | | | | | | | iputils: Code refactoring and fixesMichael Weiss2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix the cross-compiling check and add openssl for ninfod - Add "AS-IS, SUN MICROSYSTEMS license" to meta.licenses - Install igp (see man pg3)
* | | | | | | | | | iputils: Drop unnecessary dependenciesMichael Weiss2018-09-02
| | | | | | | | | |
* | | | | | | | | | install-grub.pl: avoid double '/' in menu.lst and grub.conf (#45907)volth2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Although double '/' in paths is not a problem for GRUB supplied with nixpkgs, sometimes NixOS's grub.conf read by external GRUB and there are versions of GRUB which fail
* | | | | | | | | | Merge pull request #45818 from jglukasik/masterxeji2018-09-02
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ipfs-cluster: init at v0.5.0
| * | | | | | | | | | Add gx-go to nativeBuildInputs for ipfs-clusterJoseph Lukasik2018-09-01
| | | | | | | | | | |
| * | | | | | | | | | Add jglukasik to maintainer-list.nixJoseph Lukasik2018-08-30
| | | | | | | | | | |
| * | | | | | | | | | ipfs-cluster: init at 0.5.0Joseph Lukasik2018-08-30
| | | | | | | | | | |
* | | | | | | | | | | gpxsee: 4.19 -> 5.17Gabriel Ebner2018-09-02
| | | | | | | | | | |
* | | | | | | | | | | home-assistant: 0.77.1 -> 0.77.2Robert Schütz2018-09-02
| | | | | | | | | | |
* | | | | | | | | | | nixos/release.nix: disable blivet test (#45931)xeji2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - has been broken since 2017-07-24 - no attempts to fix it - it tests an outdated blivet version (Oct 2014)
* | | | | | | | | | | backblaze-b2: 1.1.0 -> 1.3.6 (#45929)Daniël de Kok2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/Backblaze/B2_Command_Line_Tool#release-history
* | | | | | | | | | | Merge pull request #45921 from markuskowa/homepagesxeji2018-09-02
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Cleanup homepage links