Commit graph

114585 commits

Author SHA1 Message Date
Brad Jensen
d11ab25060 Add ql-to-nix programs to the ql-to-nix shell.nix 2017-08-31 20:10:18 -07:00
Brad Jensen
8f03f38ab1 Move esrap-peg into the normally defined packages 2017-08-31 20:10:18 -07:00
Brad Jensen
ebb5d33e93 Move xkeyboard into the normally defined packages 2017-08-31 20:10:18 -07:00
Brad Jensen
f0c8027ae3 Overhaul quicklisp-to-nix
1. Detect (and automatically handle) parasitic systems.
2. Each nix package has only one asd, and (almost) every parasitic
   package inside it builds.
3. Ensure that parasitic systems are compiled.
4. Remove unnecessary testnames lisp override mechanism (the
   testnae/testSystem is replaced by parasites/buildSystems).
5. Parasitic systems (if included in the system closure) become
   aliases to their host package.
6. Support caching fasl files in a known directory (for faster
   re-generation after modifying quicklisp-to-nix-system-info).
7. Eliminate unnecessary overrides.  We're going to determine ALL
   lisp dependencies correctly.
8. Don't try to "build" lisp packages with make.  lispPackages should
   be about bringing in a lisp library.
9. Eliminate the hand-maintained list of aliases.  Parasites should
   become aliases.  Everything else should be a real package.
2017-08-31 20:10:18 -07:00
Samuel Leathers
04b8a85739 caneda: fix build with gcc6 2017-08-31 22:59:37 -04:00
Samuel Leathers
39154ab86f bossa: fix build with gcc6 2017-08-31 22:44:56 -04:00
John Ericson
0cdbd2d662 Merge pull request #28806 from orivej/mkDerivation
mkDerivation: fix hardening flags check
2017-08-31 21:35:38 -04:00
Ricardo Ardissone
a2794ee5f6 openmw: 0.41 -> 0.42 2017-08-31 22:18:27 -03:00
Orivej Desh
d70006c6d9 mkDerivation: fix hardening flags check
- allow "all" in hardeningDisable
- fix busybox flags
- print detailed error message

Discussed at https://github.com/NixOS/nixpkgs/pull/28555#issuecomment-326413032
2017-09-01 01:01:24 +00:00
John Ericson
46d6fecf78 Merge pull request #28770 from obsidiansystems/remove-wrapper-hooks
cc-wrapper: Remove deprecated parameters
2017-08-31 20:03:57 -04:00
John Ericson
29c4294f85 Merge pull request #28798 from obsidiansystems/darwin-no-nativeTools
darwin-stdenv: Don't use `nativeTools`
2017-08-31 19:33:27 -04:00
John Ericson
8dbdc5dd51 darwin-stdenv: Hack around impurity with --disable configure flag 2017-08-31 18:08:05 -04:00
Jörg Thalheim
86e6e8016d nodePackages.multi-file-swagger: init at 2.2.0
fixes #28737
2017-08-31 22:00:15 +01:00
Jörg Thalheim
4acdb408c0 Merge pull request #28801 from veprbl/sherpa_2_2_4
sherpa: 2.2.1 -> 2.2.4
2017-08-31 21:07:54 +01:00
Vladimír Čunát
69dd4f321f
Merge #28802: rethinkdb: fix build with gcc6 2017-08-31 22:04:04 +02:00
Peter Simons
aa9bebf261 R: update package set 2017-08-31 21:59:06 +02:00
Michael Raskin
fd94a8aad1 Merge pull request #28804 from frankbo/profanity-support-for-unix
profanity support for unix
2017-08-31 21:56:19 +02:00
Peter Simons
e21497f268 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.5-1-gf0558f5 from Hackage revision
e8af693832.
2017-08-31 21:54:17 +02:00
Peter Simons
2eeffa6993 hackage2nix: update list of broken builds 2017-08-31 21:54:15 +02:00
Peter Simons
91054336ce multi-ghc-travis: update to latest git head 2017-08-31 21:42:55 +02:00
Frank
cb61e27e9e profanity support for unix 2017-08-31 21:29:26 +02:00
Jörg Thalheim
57c40d02c1 Merge pull request #28800 from jensbin/netmask_init
netmask: init at 2.4.3
2017-08-31 20:15:15 +01:00
Jörg Thalheim
79527c2196 netmask: use autoreconfHook 2017-08-31 20:14:35 +01:00
Vladimír Čunát
79bca40c37
ghostscript: include X by default
Currently the closure-size difference between `ghostscript` and
`ghostscriptX` was ~140 vs. ~142 MB, which was wasteful, as the output
itself is ~40 MB. (x86_64-linux)

Also make ghostscriptX the full derivation, including CUPS support.
2017-08-31 21:08:27 +02:00
Dmitry Kalinkin
59b525e559
sherpa: 2.2.1 -> 2.2.4 2017-08-31 14:32:05 -04:00
Jens Binkert
1785ac4a13 netmask: init at 2.4.3 2017-08-31 20:27:00 +02:00
Simon Lackerbauer
40cbf90861 rstudio: 1.1.216 -> 1.1.351 2017-08-31 20:09:41 +02:00
Jörg Thalheim
d0e4aef32a Merge pull request #28781 from romildo/mate
mate: add the MATE desktop environment
2017-08-31 18:57:20 +01:00
John Ericson
3d3a6e0fac cc-wrapper: Remove support for NIX_LDFLAGS_HARDEN
It has long been deprecated
2017-08-31 13:54:32 -04:00
John Ericson
46fd4bcb14 cc-wrapper: Remove {START,EXEC}_HOOK
These are no longer used by anything
2017-08-31 13:54:07 -04:00
Jörg Thalheim
a1dc9d9d37 Merge pull request #28793 from wizzup/cleanup-pythonPackages
Cleanup pkgs/top-level/python-packages.nix
2017-08-31 18:09:01 +01:00
John Ericson
3b6e7fe123 darwin-stdenv: Don't use nativeTools
Now, we'll actually use the wrapped ld to link
2017-08-31 12:37:48 -04:00
Dan Peebles
bcbcbfcfa5 terraform: add template plugin for 0.10 2017-08-31 12:35:52 -04:00
Jörg Thalheim
73d8582844 Merge pull request #28765 from afrepues/gitlab-8.17.8-and-fix-build-phase
Gitlab 8.17.8 and fix build phase
2017-08-31 17:35:37 +01:00
romildo
56345c0ee4 mate: add icon themes 2017-08-31 13:30:44 -03:00
romildo
8f8d308fe1 mate: use newScope 2017-08-31 13:30:32 -03:00
romildo
a9f66285b7 mate-icon-theme: build icon cache 2017-08-31 13:29:02 -03:00
Jörg Thalheim
0b2f9d1ce1 pythonPkgs.html5lib_0_9999999: remove
no longer needed and fails with python3
2017-08-31 11:23:01 -05:00
Jörg Thalheim
6fb18561e7 pythonPackages.willie: remove
was renamed by sopel, which we already have in nixpkgs
2017-08-31 11:13:07 -05:00
Dan Peebles
e8b8864912 terraform: build all known 0.10 plugins in Hydra 2017-08-31 12:09:56 -04:00
Jörg Thalheim
038302633e Merge pull request #28794 from afrepues/gmime-update-metadata
gmime: updated home and description
2017-08-31 16:57:05 +01:00
Piotr Bogdan
26ebbac2c4 rethinkdb: fix build with gcc6 2017-08-31 15:53:06 +01:00
Servilio Afre Puentes
ddaa696a4e gmime: updated home and description
GMime home has moved to Github as the list of commits clearly shows,
i.e.:

  b5cbc68a67

The description is updated as well to be closer to the one used there
and over at gnome.org.
2017-08-31 10:42:30 -04:00
Lancelot SIX
095af3e63b libgcrypt: 1.8.0 -> 1.8.1
Fixes CVE-2017-0379

See http://lists.gnu.org/archive/html/info-gnu/2017-08/msg00014.html
for release announcement
2017-08-31 16:38:02 +02:00
wisut hantanong
489bfcfa0f pythonPackages.pyshp : move to separate expression 2017-08-31 21:18:41 +07:00
wisut hantanong
b9eebaf8bb pythonPackages.pyrr : move to separate expression 2017-08-31 21:18:41 +07:00
wisut hantanong
80ca1cae8b pythonPackages.pygpgme : move to separate expression 2017-08-31 21:18:41 +07:00
wisut hantanong
ac35d9884b pythonPackages.pyglet : move to separate expression 2017-08-31 21:18:40 +07:00
wisut hantanong
282216c635 pythonPackages.pygeoip : move to separate expression 2017-08-31 21:18:40 +07:00
wisut hantanong
d94d826433 pythonPackages.pyftgl : move to separate expression 2017-08-31 21:18:40 +07:00