Commit Graph
52 Commits
Author SHA1 Message Date
Spencer Baugh 802fa5b9d1 emacs: properly calculate the path of the src directory 2020-11-15 13:32:05 -05:00
Spencer Baugh e4fcc9aed1 emacs: properly include source code when withCsrc is true
Previously, we just copied it into a separate directory in the build
directory. That's not useful, and not what was intended.
2020-11-15 10:59:19 -05:00
Spencer Baugh 3f92a7e123 groff: fix PDF manpage building with -Tpdf/gropdf
These files are pure data, just fonts; they shouldn't have been moved
to the "perl" output, because the Perl programs (namely, gropdf) use
them from the main "out" output.

These files don't contain any references to more dependencies (Perl or
otherwise), so they don't bloat the closure. And the files themselves
are small; 276K total as of this commit.
2020-10-27 14:59:28 -04:00
Spencer Baugh 3e28aad162 pythonPackages.pdoc3: init at 0.9.1
Seems broken on 3.6, hence the disabled = pythonOlder "3.7".
2020-10-20 14:06:07 -04:00
Spencer Baugh b156dd9fda perlPackages.NetServerSSPrefork: init at 0.06pre
This package hasn't seen a release in about 9 years, and there are
important features on master (namely, Unix socket support), so we'll
get our version from Github.
2020-10-15 13:44:07 -04:00
Spencer Baugh e5a84155af perlPackages.TestUNIXSock: init at 0.4 2020-10-15 13:44:07 -04:00
Spencer Baugh 780caf6690 python37: 3.7.8 -> 3.7.9
Release notes:
https://docs.python.org/release/3.7.9/whatsnew/changelog.html

Most notable is the fixed behavior of asynchronous generators; without
this fix, they fail to work in some scenarios.
2020-08-30 08:52:06 +02:00
Spencer Baugh 00c4808252 pythonPackages.exchangelib: 1.12.2 -> 3.2.1
Also marks the package as no longer broken.

Obsoletes PR #95313
2020-08-13 10:22:42 -07:00
Spencer Baugh 27373f56b4 crawl: 0.24.1 -> 0.25.0
Thanks to @emilazy adding support for pkgconfig for SQLite upstream,
we can drop that part of the patch. The rest is still needed.
2020-06-12 21:55:49 -04:00
Spencer Baugh 94114246c0 rtags: 2.34 -> 2.38 2020-06-02 14:49:54 -07:00
Spencer Baugh ed10432541 hydra: add dep on perlPackages.CatalystPluginSmartURI
This plugin allows configuring the URLs generated by Catalyst (and
therefore by Hydra) to be relative instead of absolute, which makes it
automatically behave correctly when Hydra is accessed both directly
and behind a reverse proxy.
2020-04-04 20:02:09 -04:00
Spencer Baugh 4cfc499e1b cataclysm-dda: 0.D -> 0.E 2020-04-04 13:46:26 -04:00
Spencer Baugh 797d90e259 csv2latex: init at 0.22 2020-04-04 00:09:28 -04:00
Spencer Baugh 4756d3958b pythonPackages.simplefix: init at 1.0.12 2019-08-13 00:54:16 +00:00
Spencer Baugh 4b8803dae6 switch users of "gnupg1" to plain "gnupg"
gnupg is gnupg 2.2. gnupg1 is also gnupg 2.2, just with a few extra
symlinks in the bin directory. None of these packages need those
symlinks, and it's confusing for them to say they're depending on
"gnupg1", so switch their dep to plain "gnupg".
2019-05-12 20:08:50 +02:00
Spencer Baugh ffdd02344d xmonad-with-packages: add xmonad-contrib to packages by default
This is more newbie-friendly; a user without much Nix knowledge would
"nix search" for xmonad, see xmonad-with-packages, and just
immediately install it. This basically never works because most xmonad
users use xmonad-contrib. If we add xmonad-contrib to the packages
list for xmonad by default, then the new user's straightforward action
will just work, most of the time.
2019-02-26 18:48:56 +00:00
Spencer Baugh 8e530a43e9 xmobar: add to all-packages so it shows up in search
People are confused when they "nix search" for xmobar (a standalone
application which just happens to be written in Haskell) and don't
find it; they assume xmobar is not actually packaged. They have to
have special Nix knowledge to know that they should look in
haskellPackages for xmobar.

Let's just put xmobar in all-packages.nix so it shows up in search,
and people can install it straightforwardly without knowing about
haskellPackages.
2019-02-26 18:45:23 +00:00
Spencer Baugh 46f2b49b44 pythonPackages.pkgconfig: use same setupHook as pkgconfig
This setupHook is necessary for actually using pkgconfig. Without this
setupHook, you need to put both pythonPackages.pkgconfig and pkgconfig
into your buildInputs, just to get the setuphook of the latter.

Previously, pythonPackages.pkgconfig depended on pkgconfig as a
propagatedBuildInput, so this setupHook was propagated down to
dependents. That was changed to a regular nativeBuildInput, so now
this setupHook change is necessary for packages to only depend on
pythonPackages.pkgconfig.

A possible alternative is extracting out a common pkgconfigHook
package and having both pythonPackages.pkgconfig and pkgconfig depend
on that with propagatedBuildInputs. That might be necessary to avoid
the buildHook running twice?
2019-02-17 14:40:51 +01:00
Spencer Baugh 85d1e62ab5 freetds: enable odbcSupport by default
There is no reason not to, and some packages which I'm working on,
requires this.
2018-11-09 03:55:14 +00:00
Spencer Baugh fd9d45c7c1 pythonPackages.mypy_extensions: use typing from stdlib on >=3.5
It's not necessary to depend on the "typing" backport since it's in
the standard library; I also observed serious breakage in anything
using the typing module (including) when the backport was in the
closure on >=3.5.
2018-10-13 10:13:03 +02:00
Spencer Baugh 01a0b1f0c3 kdbg: init at 3.0.0 2018-10-08 20:43:48 +00:00
Spencer Baugh b8980e47bd pythonPackages.exchangelib: init at 1.11.4 2018-07-27 19:04:21 +00:00
Spencer Baugh 08db286889 pythonPackages.requests-kerberos: init at 0.12.0 2018-07-27 19:04:21 +00:00
Spencer Baugh aa86f70d18 pythonPackages.pykerberos: init at 1.2.1 2018-07-27 19:04:20 +00:00
Spencer Baugh a7a48fddc3 pythonPackages.pkgconfig: 1.1.0 -> 1.3.1 2018-06-21 07:42:50 +02:00
Spencer Baugh f78c25239e pythonPackages.trio: init at 0.4.0 2018-05-11 17:00:42 +00:00
Spencer Baugh c983bbb557 pythonPackages.trustme: init at 0.4.0 2018-05-11 16:39:15 +00:00
Spencer Baugh 46fa7ab686 pythonPackages.outcome: init at 0.1.0a0 2018-05-11 16:38:04 +00:00
Spencer Baugh 1bfa8c294c pythonPackages.contextvars: init at 2.2 2018-05-11 13:19:17 +00:00
Spencer Baugh 5862c6835a pythonPackages.immutables: init at 0.5 2018-05-11 13:19:12 +00:00
Spencer Baugh 62855fc04a pythonPackages.supervise_api: 0.4.0 -> 0.5.3
Upstream added tests, so we run those too now.
2018-05-04 20:10:29 +00:00
Spencer Baugh 2dbde855eb pythonPackages.dataclasses: init at 0.5 2018-04-24 18:04:54 +00:00
Spencer Baugh 04c3713755 pythonPackages.requests-unixsocket: init at 0.1.5 2018-03-18 17:47:37 +00:00
Spencer Baugh 252819e9df supervise: 1.3.0 -> 1.4.0 2018-02-20 19:04:18 +00:00
Spencer Baugh f04815a036 pythonPackages.supervise_api: 0.3.0 -> 0.4.0 2018-02-14 15:35:46 +00:00
Spencer Baugh a694e89be4 supervise: 1.2.0 -> 1.3.0 2018-02-12 00:34:15 +00:00
Spencer Baugh 600d0afc4f pythonPackages.aioconsole: init at 0.1.7 2018-02-11 17:23:52 +00:00
Spencer Baugh 729cf93ffb supervise: 1.1.0 -> 1.2.0 2018-01-31 04:56:08 +00:00
Spencer Baugh bce1355a5f pythonPackages.supervise_api: 0.2.0 -> 0.3.0 2018-01-28 16:56:30 +00:00
Spencer Baugh 4aab59165f google-chrome: remove "with" usage to simplify the expr
This "with" usage makes it trickier to track where the actual source
package of this derivation comes from. Remove that use of with to make
it a little easier to understand.
2018-01-25 20:59:39 +00:00
Spencer Baugh 413cb93e12 google-chrome: add dependency on kerberos
Without this, Chrome doesn't work with websites requiring Kerberos
authentication.
2018-01-25 20:56:33 +00:00
Spencer Baugh b2b00358e8 pythonPackages.supervise_api: fix deps on Python 2 2018-01-10 16:02:47 +00:00
Spencer Baugh 01bf384409 supervise: 1.0.0 -> 1.1.0 2018-01-10 16:02:47 +00:00
Spencer Baugh 70c1899768 python.pkgs.setuptools: 36.7.1 -> 38.2.3 2017-12-07 14:14:15 +01:00
Spencer Baugh a558da3f7e melpaStablePackages.caml: don't run configure 2017-11-18 13:34:15 -05:00
Spencer Baugh 2d903b8da2 firefox: add Kerberos support 2017-10-08 20:48:13 +00:00
Spencer Baugh 68432fd1c9 curl: enable gssSupport in non-fetchurl builds 2017-10-08 20:45:58 +00:00
Spencer Baugh 75353853fc curl: use the "kerberos" package rather than specifically GNU gss
This allows a policy decision about which Kerberos to use.
2017-10-08 20:45:58 +00:00
Spencer Baugh a9e090f749 pythonPackages.supervise_api: init at 0.1.5 2017-10-07 12:03:25 +02:00
Spencer Baugh 8f362a1eff tools/system/supervise: init at 1.0.0 2017-10-07 12:01:44 +02:00
Spencer Baugh 6db9b65f65 maintainers: add catern 2017-10-07 12:01:44 +02:00
Spencer Baugh 4978b204e3 pythonPackages.linuxfd: init at 1.4.4 2017-09-07 19:45:30 +00:00