3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

62655 commits

Author SHA1 Message Date
John Ericson 91ab6c9e89 agda: Wrapper is no longer built by default
Instead it is provided to the user who can choose whether or not
to include it in the final derivati. Example of including would
be:

```nix
callPackage ... (self: { inherit (self.extras) extraThing; })
```

These extras are also available downstream without being built by
default. This is achieved with `passthru`.
2015-05-20 16:01:40 +00:00
John Ericson 33c28bdc83 agda: Agda dependencies are treated seperately
- Only they are added to the optional build path (share/agda)
 - Only they are are passed as an include dir (share/agda)
 - Only they are propigatedBuildInputs
2015-05-20 16:01:04 +00:00
John Ericson ae444ea4c4 agda: Remove extraBuildFlags
This is unused, future users can just use override `buildFlags`
and extend/replace as needed. `includeDirs` is provided for this
purpose.

We should add `dirOf self.everythingFile` rather than `.`, but
`dirOf` breaks on relative paths so that is not an option.
2015-05-18 12:33:00 -04:00
John Ericson 95c1c686a3 agda: Remove buildTools, it is unused 2015-05-18 04:10:37 +00:00
John Ericson 45052c02a8 agda: Replace eval with runHook
This is what haskell-ng does, so I figure it is the right thing to
do.
2015-05-17 20:15:09 -04:00
John Ericson 705c4d7b49 agda: Remove unnecessary env-var export
Derivation attributes are automatically exported as environment
variables already.
2015-05-17 20:15:09 -04:00
Eric Seidel f93a8ee110 Merge pull request #7845 from spwhitt/misc
Darwin: A couple fixes
2015-05-15 09:06:00 -07:00
Spencer Whitt 5d82c67129 libdvbpsi: enable on Darwin 2015-05-15 11:58:22 -04:00
Spencer Whitt 7145859662 botan: clang fix 2015-05-15 11:58:22 -04:00
Spencer Whitt 2f6e9000e8 ent: clang fix 2015-05-15 11:58:21 -04:00
Spencer Whitt e17dfe13e8 bandwidth: clang fix 2015-05-15 11:58:21 -04:00
Spencer Whitt 4c76dda4dd curl 7.15: Disable on Darwin
Build is failing and this version of curl is not used for anything
useful on Darwin, so it's not worth fixing.
2015-05-15 11:58:21 -04:00
Spencer Whitt 3f6b56812c bwm_ng: clang fix 2015-05-15 11:58:20 -04:00
Spencer Whitt 7745dc5dcf nghttp2: fix configure script to correctly find jemalloc 2015-05-15 11:58:20 -04:00
Spencer Whitt a634c11075 ruby_1_8_7: Fix on Darwin 2015-05-15 11:58:19 -04:00
Spencer Whitt 94362af1e8 libev: Fix compilation with clang 2015-05-15 11:58:19 -04:00
Jascha Geerds 92587ccc1f pycharm: update 4.0.6 -> 4.5 2015-05-15 16:40:36 +02:00
Peter Simons 57c278200a all-packages.nix: strip trailing whitespace 2015-05-15 15:28:09 +02:00
Peter Simons 92312e17e8 Move definitions of 'uhc' and 'jhc' to 'haskell.compiler' attribute set. 2015-05-15 15:28:09 +02:00
Lluís Batlle i Rossell 4b09501f23 Making go build for any arm. 2015-05-15 13:24:32 +00:00
Peter Simons 1e0ab1d4ce haskell-packages.nix: remove unused attribute 'haskell.compiler.ghc'
All compilers in that attribute set are versioned.
2015-05-15 15:20:24 +02:00
Peter Simons 4672165582 Remove unused file pkgs/top-level/haskell-ng.nix. 2015-05-15 15:19:57 +02:00
Arseniy Seroka 632eded07c Merge pull request #7838 from benmont/master
pyblosxom: new package
2015-05-15 15:14:02 +03:00
Arseniy Seroka 0b3e2becca Merge pull request #7829 from joamaki/vmware_guest
VMWare guest support and open-vm-tools package
2015-05-15 15:13:30 +03:00
Edward Tjörnhammar 2bf516613d Add section on fetching sources 2015-05-15 14:10:01 +02:00
Peter Simons 949746f9f5 r-modules: disable broken builds 2015-05-15 13:48:38 +02:00
Peter Simons 278df52729 r-xml2: fix build 2015-05-15 13:47:27 +02:00
Wout Mertens ebedf814ce Merge pull request #7847 from spwhitt/libdvdnav
libdvdnav: 4.2.1 -> 5.0.3
2015-05-15 13:21:35 +02:00
Thomas Tuegel 5b6e66e1b6 Build lokalize with KDBusAddons 2015-05-15 05:48:55 -05:00
Thomas Tuegel baed394d92 Build khangman with KIO 2015-05-15 05:48:55 -05:00
Thomas Tuegel 87d40251cc Build kmahjongg with KDE 4 libkmahjongg 2015-05-15 05:48:54 -05:00
Thomas Tuegel ab1c27d086 Build kstars with cfitsio and kparts 2015-05-15 05:48:54 -05:00
Thomas Tuegel 9e1c84a080 Build ktp-common-internals with libotr for ktp-text-ui 2015-05-15 05:48:54 -05:00
Thomas Tuegel 7be207ba68 Build krfb with KF5 2015-05-15 05:48:46 -05:00
Thomas Tuegel 046fc60314 Build ktp-auth-handler with qca-qt5 2015-05-15 05:48:32 -05:00
Thomas Tuegel 111fec1ba7 Add qca-qt5 2015-05-15 05:48:32 -05:00
Thomas Tuegel b75d164018 Upgrade to kde-applications-15.04.1 2015-05-15 05:48:20 -05:00
Thomas Tuegel c80638905d Upgrade to kde-frameworks-5.10 2015-05-15 05:48:20 -05:00
Jussi Maki 6a0d21eb86 VMWare guest support and open-vm-tools package 2015-05-15 12:43:21 +02:00
lethalman 70c79fa208 Merge pull request #7797 from Lassulus/zdoom-fix
update zdoom package
2015-05-15 11:37:54 +02:00
Peter Simons 274d17defa darcs: fix build 2015-05-15 11:33:45 +02:00
Peter Simons 07535a01aa haskell-gnutls: revert to GNUTLS 3.3 2015-05-15 11:26:37 +02:00
Luca Bruno 58b865cfc6 go: remove renameImports and use goPackageAliases 2015-05-15 11:16:59 +02:00
Peter Simons f66cd5dbe9 aqbanking: update to version 5.5.1 2015-05-15 11:01:42 +02:00
Peter Simons 1b8a35b7fa gwenhywfar: update to version 4.11.1 2015-05-15 11:01:21 +02:00
Peter Simons ede1606933 gwenhywfar: build with gnutls33 to avoid linker errors
./.libs/libgwenhywfar.so: undefined reference to `gnutls_protocol_set_priority'
2015-05-15 10:59:46 +02:00
Wout Mertens aa3db1b19c Merge pull request #7848 from henrytill/libpsl
libpsl: add darwin to meta.platforms
2015-05-15 10:44:23 +02:00
Pascal Wittmann 72c7c683d1 calibre: update from 2.27.0 to 2.28.0 2015-05-15 10:10:25 +02:00
lassulus 871b472c66 update zdoom to v2.7.1 2015-05-15 10:04:08 +02:00
Michael Phillips 9579fecd28 pyblosxom: new package 2015-05-15 00:47:46 -05:00