summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Collapse)AuthorAge
* Merge pull request #47279 from asymmetric/asymmetric/remove-dapptoolsJörg Thalheim2018-09-24
|\ | | | | Remove DappHub projects
| * *: remove DappHub projectsLorenzo Manacorda2018-09-24
| | | | | | | | | | DappHub maintains a separate overlay at https://github.com/dapphub/dapptools/blob/master/overlay.nix
* | shades-of-gray-theme: init at 1.1.1 (#47280)José Romildo Malaquias2018-09-24
|/
* pythonPackages.sharedmem: init at 0.3.5Edward Tjörnhammar2018-09-24
|
* Merge pull request #46668 from mbode/doitlive_4Jörg Thalheim2018-09-24
|\ | | | | doitlive: 3.0.3 -> 4.0.1
| * pythonPackages.click-completion: init at 0.4.1Maximilian Bode2018-09-22
| |
| * pythonPackages.shellingham: init at 1.2.6Maximilian Bode2018-09-22
| |
| * pythonPackages.click-didyoumean: init at 0.0.3Maximilian Bode2018-09-22
| |
* | ultimate-oldschool-pc-font-pack: init at 1.0Jack Kelly2018-09-24
| |
* | Merge pull request #47259 from AveryLychee/fix/treesheetsMichael Raskin2018-09-24
|\ \ | | | | | | treesheets: 2017-03-27 -> 2018-08-18
| * | treesheets: 2017-03-27 -> 2018-08-18Avery Lychee2018-09-24
| | |
* | | ocamlPackages.odoc: init at 1.2.0Vincent Laporte2018-09-24
| | |
* | | ocamlPackages.doc-ock-xml: init at 1.2.1Vincent Laporte2018-09-24
| | |
* | | ocamlPackages.doc-ock-html: init at 1.2.1Vincent Laporte2018-09-24
| | |
* | | ocamlPackages.doc-ock: init at 1.2.1Vincent Laporte2018-09-24
|/ /
* | xloadimage: init at 4.1 (#47198)Andrew Dunham2018-09-24
| |
* | Merge pull request #47141 from vbgl/jackline-20180511xeji2018-09-23
|\ \ | | | | | | jackline: 2017-12-24 -> 2018-05-11
| * | jackline: 2017-12-24 -> 2018-05-11Vincent Laporte2018-09-21
| | |
| * | ocamlPackages.erm_xmpp: 0.3 -> 0.3+20180112Vincent Laporte2018-09-21
| | |
* | | pyjet: init at 1.3.0 (#47243)Dmitry Kalinkin2018-09-23
| | |
* | | llvm7: init at 7.0.0rc3Will Dietz2018-09-23
| | | | | | | | | | | | Copy of 6 + updated hashes
* | | top-level: `system` should still come from the host platformJohn Ericson2018-09-23
| | | | | | | | | | | | | | | | | | | | | 2a6e4ae49a891adc7c0562fda08b17d60beb1b4f and e51f736076548459f36a1250de4bf6867f880b66 reverted a bit too much, and I initially missed this when reviewing. The release notes already still mention this change, too.
* | | Merge pull request #44968 from Ekleog/wasm-gc-initSarah Brofeldt2018-09-23
|\ \ \ | | | | | | | | wasm-gc: init at 0.1.6
| * | | wasm-gc: init at 0.1.6Léo Gaspard2018-09-23
| | |/ | |/|
* | | gnuradio-limesdr: init at 1.0.0-RC (#47176)markuskowa2018-09-23
| | |
* | | Merge pull request #45941 from NixOS/staging-nextFrederik Rietdijk2018-09-23
|\ \ \ | | | | | | | | Staging next
| * \ \ Merge master into staging-nextFrederik Rietdijk2018-09-18
| |\ \ \
| * \ \ \ Merge branch 'master' into staging-nextUli Baum2018-09-13
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into staging-nextVladimír Čunát2018-09-04
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1477053
| * \ \ \ \ \ Merge master into stagingFrederik Rietdijk2018-09-02
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into stagingVladimír Čunát2018-09-01
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | A few trivial conflicts due to *Platforms mass replace.
| * \ \ \ \ \ \ \ Merge #45720: coreutils: split a coreutils-full versionVladimír Čunát2018-09-01
| |\ \ \ \ \ \ \ \
| | * | | | | | | | coreutils: split a coreutils-full versionVladimír Čunát2018-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - default coreutils is stripped of /share/ (11 -> 2 MiB) - coreutils-full retains /share/ and adds openssl for faster *sum tools - NixOS systemPackages contains coreutils-full - *Support parameter defaults are moved inside (it seemed confusing to have `? false` and "at once" with `? isLinux`) Closure considerations: + typical build-time closure will get lighter by ~9 MiB - typical closure of NixOS installation will grow by ~2 MiB, due to referring to both versions. I think it would be possible to re-use most of the utils between the two versions, but the expression would get much more complex. I considered having stdenv with minimal coreutils and the default `coreutils` attribute being full, but it turned out there were too many trivial references in nixpkgs, so it didn't seem easy to keep rebuild impact of openssl from growing significantly.
| * | | | | | | | | Merge pull request #45432 from xeji/texlive-2018xeji2018-08-30
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [staging]: texlive: 2017 -> 2018
| | * | | | | | | | | poppler_min: 0.61 -> 0.67Uli Baum2018-08-29
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | currently only used for texlive
| * | | | | | | | | Merge branch 'master' into stagingVladimír Čunát2018-08-30
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #42619 from nyanloutre/pythonPackages.block-ioFrederik Rietdijk2018-09-23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | pythonPackages.block-io: init at 1.1.8
| * | | | | | | | | | pythonPackages.block-io: init at 1.1.8nyanloutre2018-09-11
| | | | | | | | | | |
| * | | | | | | | | | pythonPackages.base58: init at 1.0.0nyanloutre2018-09-11
| | | | | | | | | | |
* | | | | | | | | | | Introduce desync, an alternate implementation of casync (#47195)Charles Duffy2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | desync isn't as feature-rich as casync, but has a focus on production usability and implementation quality which may make it a more appropriate tool.
* | | | | | | | | | | ffmpeg: don't use gcc on darwin (#47189)Daiderd Jordan2018-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This isn't necessary and causes build failures for certain versions. CC libavfilter/libmpcodecs/vf_eq2.o CC libavfilter/libmpcodecs/vf_fil.o CC libavfilter/libmpcodecs/vf_fspp.o libavfilter/libmpcodecs/vf_fspp.c:939:18: error: unknown token in expression movq %mm2, 0*8+(%rsp) /cc ZHF #45961
* | | | | | | | | | | luaPackages.luadbi: 0.5 -> 0.6 (#47156)Jörg Thalheim2018-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to maintained fork that is compatible with lua5.2/lua5.3. This package was tested with prosody.
* | | | | | | | | | | Merge pull request #46921 from rawtaz/open-vm-toolsadisbladis2018-09-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | open-vm-tools: 10.1.10 -> 10.3.0
| * | | | | | | | | | | open-vm-tools: 10.1.10 -> 10.3.0Leo R. Lundgren2018-09-20
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #47138 from Jeschli/pevJörg Thalheim2018-09-22
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | pev: init at unstable-2018-07-22
| * | | | | | | | | | | pev: init at unstable-2018-07-22jeschli2018-09-22
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #46274 from mvnetbiz/libratbagJan Tojnar2018-09-21
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | libratbag: init at v0.9.903
| * | | | | | | | | | piper: init at 0.2.902Matt Votava2018-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add package piper. Piper is a gtk frontend application for ratbagctl to configure gaming mice.
| * | | | | | | | | | libratbag: init at v0.9.903Matt Votava2018-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add package libratbag and service module ratbagd Libratbag contains ratbagd daemon and ratbagctl cli to configure buttons, dpi, leds, etc. of gaming mice. Add mvnetbiz to maintainers.
* | | | | | | | | | | lua: remove lua4 and lua5_0Christian Kauhaus2018-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both versions are not maintained anymore upstream and have open security issues, e.g. https://nvd.nist.gov/vuln/detail/CVE-2014-5461. The same holds for lua5_1 but that seems to be in use in some places. Re #47122 Re #47123