nixpkgs/nixos
aszlig b5fbb4f362
nixos/tests/acme: Use overridePythonAttrs
Quoting from @FRidh:

  Note overridePythonAttrs exists since 17.09. It overrides the call to
  buildPythonPackage.

While it's not strictly necessary to do this, because postPatch ends up
in drvAttrs anyway, it's probably better to use overridePythonAttrs so
we don't run into problems when the underlying implementation of
buildPythonPackage changes.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-09-14 23:18:52 +02:00
..
doc/manual NixOS Manual: document assertions and warnings (#29206) 2017-09-11 17:12:50 +01:00
lib Deduplicate some filterSource invocations 2017-08-29 20:27:04 -04:00
maintainers nixos/nova-image: cleanup image builders (#29242) 2017-09-11 17:33:33 +01:00
modules mtr nixos module: wrap the proper binary 2017-09-14 19:09:54 +08:00
tests nixos/tests/acme: Use overridePythonAttrs 2017-09-14 23:18:52 +02:00
COPYING
default.nix Remove nixFallback 2017-03-06 15:54:50 +01:00
README
release-combined.nix nixos tests: restrict sysctl and plasma5 to x86_64-linux 2017-09-11 07:35:19 +02:00
release-small.nix nixos/release-small.nix: cleanup to use default versions 2017-01-27 15:33:54 +01:00
release.nix nixos/tests: Add a basic test for ACME 2017-09-13 23:16:37 +02:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.