mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
snapper: add missing dependencies (chattr, lv*)
This commit is contained in:
parent
33e2c9c29a
commit
f499c03ec0
@ -1,6 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub
|
{ stdenv, fetchFromGitHub
|
||||||
, autoreconfHook, diffutils, pkgconfig, docbook_xsl, libxml2, libxslt, docbook_xml_dtd_45
|
, autoreconfHook, pkgconfig, docbook_xsl, libxslt, docbook_xml_dtd_45
|
||||||
, acl, attr, boost, btrfs-progs, dbus_libs, pam, utillinux }:
|
, acl, attr, boost, btrfs-progs, dbus_libs, diffutils, e2fsprogs, libxml2
|
||||||
|
, lvm2, pam, utillinux }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "snapper-${ver}";
|
name = "snapper-${ver}";
|
||||||
@ -13,12 +14,13 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1rj8vy6hq140pbnc7mjjb34mfqdgdah1dmlv2073izdgakh7p38j";
|
sha256 = "1rj8vy6hq140pbnc7mjjb34mfqdgdah1dmlv2073izdgakh7p38j";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
|
||||||
acl attr boost btrfs-progs dbus_libs pam utillinux
|
|
||||||
];
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook diffutils pkgconfig
|
autoreconfHook pkgconfig
|
||||||
docbook_xsl libxml2 libxslt docbook_xml_dtd_45
|
docbook_xsl libxslt docbook_xml_dtd_45
|
||||||
|
];
|
||||||
|
buildInputs = [
|
||||||
|
acl attr boost btrfs-progs dbus_libs diffutils e2fsprogs libxml2
|
||||||
|
lvm2 pam utillinux
|
||||||
];
|
];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user