snapper: remove python2 as build dependency
This commit is contained in:
parent
90e5818ef6
commit
72818f9563
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ lib, stdenv, fetchFromGitHub
|
{ lib, stdenv, fetchFromGitHub
|
||||||
, autoreconfHook, pkg-config, docbook_xsl, libxslt, docbook_xml_dtd_45
|
, autoreconfHook, pkg-config, docbook_xsl, libxslt, docbook_xml_dtd_45
|
||||||
, acl, attr, boost, btrfs-progs, dbus, diffutils, e2fsprogs, libxml2
|
, acl, attr, boost, btrfs-progs, dbus, diffutils, e2fsprogs, libxml2
|
||||||
, lvm2, pam, python2, util-linux, json_c, nixosTests
|
, lvm2, pam, util-linux, json_c, nixosTests
|
||||||
, ncurses }:
|
, ncurses }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
acl attr boost btrfs-progs dbus diffutils e2fsprogs libxml2
|
acl attr boost btrfs-progs dbus diffutils e2fsprogs libxml2
|
||||||
lvm2 pam python2 util-linux json_c ncurses
|
lvm2 pam util-linux json_c ncurses
|
||||||
];
|
];
|
||||||
|
|
||||||
passthru.tests.snapper = nixosTests.snapper;
|
passthru.tests.snapper = nixosTests.snapper;
|
||||||
|
|
Loading…
Reference in a new issue