Commit Graph
106202 Commits
Author SHA1 Message Date
Matthew Bauer 30ea4f0807 nix-bundle: init at 0.1.1
Adds the nix-bundle derivation from https://github.com/matthewbauer/nix-bundle
2017-04-26 01:53:40 -05:00
Kranium Gikos MendozaandTuomas Tynkkynen e57bcc7106 facetimehd-firmware: disable aarch64-linux builds 2017-04-26 03:09:24 +03:00
Kranium Gikos MendozaandTuomas Tynkkynen 88be2f7080 facetimehd: disable aarch64-linux builds 2017-04-26 03:09:24 +03:00
John EricsonandGitHub 6cb0f0bcd9 Merge pull request #25225 from Ericson2314/linux-cross-stdenv-eval
linux cross stdenv: Pull platforms from lib to cut eval time
2017-04-25 20:01:46 -04:00
John Ericson 78bb5f5f37 linux cross stdenv: Pull platforms from lib to cut eval time 2017-04-25 19:57:05 -04:00
Graham Christensen 5dd731b801 mysql test: test replication persists between slave stop / start cycle 2017-04-25 18:51:49 -04:00
Graham Christensen da0ef84c0c mysql test: use OpenPort check over blind sleep 2017-04-25 18:51:46 -04:00
Robert Helgesson 4c171319f5 transmission-remote-gtk: fix broken tray applet icons
This uses `wrapGAppsHook` and `hicolor_icon_theme` to let the tray
applet find the icons.
2017-04-26 00:02:56 +02:00
Dan Peebles b2ce7fd3a9 xml-security-c: should work on any unix
In practice its xalanc dependency will fail on platforms other than Linux
and Darwin, but if that gets fixed there's no reason this shouldn't work.
2017-04-25 17:50:02 -04:00
Dan Peebles 91f55f4e8a xalanc: enable on Darwin 2017-04-25 17:49:12 -04:00
Michael RaskinandGitHub ba974d4b74 Merge pull request #24214 from NickHu/proselint
proselint: disable tests and put in correct scope
2017-04-25 23:18:34 +02:00
Daniel PeeblesandGitHub 1ec8afdfdc Merge pull request #25197 from copumpkin/azure-image-common
azure-image: switch to use the common make-disk-image.nix
2017-04-25 17:18:08 -04:00
Jörg ThalheimandGitHub 17f999d66e Merge pull request #25195 from elitak/factorio-version
factorio: 0.14.21 -> 0.15.1
2017-04-25 23:12:42 +02:00
Jörg ThalheimandGitHub 0dd1cdcbb6 Merge pull request #25220 from mdorman/emacs-updates
Automated emacs package updates
2017-04-25 23:04:58 +02:00
Jörg ThalheimandGitHub ef58881cf5 Merge pull request #25204 from sigma/pr/hugo-0.20.5
hugo: 0.20.2 -> 0.20.5
2017-04-25 23:02:21 +02:00
James Earl DouglasandGraham Christensen fa8ee0d45b jenkins: 2.55 -> 2.56 2017-04-25 16:48:47 -04:00
Michael Alan Dorman 71f18584ad melpa-packages: 2017-04-25
Removals:
 - exiftool: git repo not responsive
 - eyedropper: renamed to palette
2017-04-25 16:05:57 -04:00
Michael Alan Dorman 23175abd07 melpa-stable-packages: 2017-04-25 2017-04-25 16:05:57 -04:00
Michael Alan Dorman b4707f2239 elpa-packages: 2017-04-25 2017-04-25 16:05:57 -04:00
James Earl DouglasandGraham Christensen fce59d47e7 jenkins: 2.53 -> 2.55 2017-04-25 13:57:10 -04:00
Tristan HelmichandGraham Christensen 50ad243f78 openvpn service: source up/down scripts
source the up/down scripts instead of executing them to avoid loosing
access to special variables like $1
2017-04-25 13:18:54 -04:00
Jörg ThalheimandGitHub b6714f524b Merge pull request #25093 from Lassulus/coyim
coyim: init at 0.3.7_1
2017-04-25 19:17:53 +02:00
Jörg Thalheim 8fba1abeb6 coyim: fix missing icons 2017-04-25 19:16:55 +02:00
Eelco Dolstra e4190943c8 nix: 1.11.8 -> 1.11.9 2017-04-25 17:19:10 +02:00
Robert Helgesson 17b689c0b2 perl-version: add meta section 2017-04-25 16:22:38 +02:00
Thomas TuegelandGitHub de260d8b77 Merge pull request #25094 from vandenoever/kdeapps-17.04
Kdeapps 17.04
2017-04-25 09:12:18 -05:00
Benno FünfstückandPeter Simons 6b36d26a24 haskell: add more callPackageWithScope docs 2017-04-25 16:08:44 +02:00
Benno FünfstückandPeter Simons 731e0fa742 haskell: preserve overrideScope on override
We want code such as `(pkg.override {}).overrideScope (self: super: {})` to
work. This didn't work before, since `override` will call the original package
again, and the attribute `overideScope`, which `callPackageWithScope` added,
wasn't added again. The fix for this is to modify the package function itself
to include the `callPackageWithScope` attribute, so it'll be re-added whenever
the function is overriden for with arguments.

There is a small problem here though: since callPackage uses some magic
(`builtins.functionArgs`) to determine the auto-arguments of a function, we
can't just write `callPackageWith scope drvScope`, since
`builtins.functionArgs drvScope` will be `{}`. To fix this, we implement our own
`callPackageWith`.

Fixes https://github.com/NixOS/nixpkgs/issues/7953.
Closes https://github.com/NixOS/nixpkgs/pull/9336.
2017-04-25 16:08:43 +02:00
Michael Alan DormanandPeter Simons 9b74549c0b purescript: remove overrides
It now supports recent versions of various dependencies.
2017-04-25 16:08:43 +02:00
Peter Simons 92844240c2 halvm: set proper meta.platforms
64-bit Linux is the only platform that has Xen in Nixpkgs.
2017-04-25 16:08:43 +02:00
Peter Simons 9fa927f106 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.1.1-8-g19ebdb9 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/14048552ae0425d148efb34df264a83e30ed2286.
2017-04-25 16:08:38 +02:00
Peter Simons 2a34188f2c hackage2nix: update list of broken packages 2017-04-25 16:08:37 +02:00
Peter Simons 0f104177ad LTS Haskell 8.12 2017-04-25 16:08:00 +02:00
Thomas TuegelandGitHub 346fd9e844 Merge pull request #25151 from zraexy/zraexy-kile
kile: build with okular for embedded viewer
2017-04-25 09:07:25 -05:00
Dan Peebles 9046e54f6d qt5: fix to work on LLVM 4
(this is reapplying 6b1957d17a, which got
lost in a merge)

Including apple_sdk.sdk is generally a recipe for a bad time on LLVM 3.8
and above, since you end up with bad headers in the wrong place that hurt
the new libc++ in 3.8 and above. In this case, qt only wanted the super-
generic SDK for CUPS headers, which we can just depend on directly now.
2017-04-25 09:37:36 -04:00
Peter SimonsandGitHub a502e327d3 Merge pull request #25201 from ebzzry/fix-typo
Fix typo in trivial.nix
2017-04-25 14:55:52 +02:00
Armijn HemelandTuomas Tynkkynen b5530755a5 bc: 1.06 -> 1.07.1 2017-04-25 15:08:36 +03:00
Edward Tjörnhammar 45470c65f5 nixos: static ids for jackett, radarr, sonarr 2017-04-25 12:08:21 +02:00
Marius Bergmannandzimbatm d25f7c9eed yarn: 0.22.0 -> 0.23.2 (#25189) 2017-04-25 11:05:35 +01:00
Gabriel Ebner 9ff08d24ef perlPackages.version: 0.9912 -> 0.9918 2017-04-25 11:11:22 +02:00
Gabriel Ebner 10b95d7623 emscripten: 1.37.9 -> 1.37.10 2017-04-25 11:08:20 +02:00
Yann Hodique e514114811 hugo: 0.20.2 -> 0.20.5 2017-04-25 01:27:14 -07:00
aszlig 72f2b506c7 nixos/grub: Add another example for extraEntries
Someone on IRC wanted to boot Fedora from another disk. While I'm not
too familiar with UEFI booting in conjunction with GRUB2 it took some
time to get it to work.

So in order to safe others from frustration I'm adding this as another
example to the extraEntries option.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-04-25 08:50:43 +02:00
Rommel Martinez a8fc60745f Fix typo in trivial.nix 2017-04-25 14:36:22 +08:00
Jörg ThalheimandGitHub bd47d04294 Merge pull request #25146 from zx2c4/remove-old-chromiumos
linux-chromiumos: remove 3.14
2017-04-25 07:32:51 +02:00
Daniel PeeblesandGitHub 3ae7f249da Merge pull request #25187 from obsidiansystems/remove-stray-kernel-headers
linux-headers: Remove stray linux headers 3.18 nix file
2017-04-24 23:07:58 -04:00
Dan Peebles ee2cffbdb4 azure-image: switch to use the common make-disk-image.nix 2017-04-25 02:59:13 +00:00
Eric Litak 81122d3beb factorio: 0.14.21 -> 0.15.1 2017-04-24 19:03:12 -07:00
Eric Litak 3a083218b9 factorio: add name as arg to authenticatedFetch 2017-04-24 19:03:12 -07:00
Graham ChristensenandGitHub 3ab98d0971 Merge pull request #24999 from grahamc/qemu
qemu module: add virtualisation.cores option
2017-04-24 21:30:39 -04:00