mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
systemd-cryptsetup-generator: cryptsetup belongs to buildInputs
This fixes the build.
This commit is contained in:
parent
45e47cdab0
commit
734c2bc4d0
@ -1,10 +1,10 @@
|
||||
{ stdenv, systemd, cryptsetup }:
|
||||
|
||||
stdenv.lib.overrideDerivation systemd (p: {
|
||||
systemd.overrideAttrs (p: {
|
||||
version = p.version;
|
||||
name = "systemd-cryptsetup-generator-${p.version}";
|
||||
|
||||
nativeBuildInputs = p.nativeBuildInputs ++ [ cryptsetup ];
|
||||
buildInputs = p.buildInputs ++ [ cryptsetup ];
|
||||
outputs = [ "out" ];
|
||||
|
||||
buildPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user