Merge pull request #45754 from Mic92/systemd-cryptsetup-generator
systemd-cryptsetup-generator: cryptsetup belongs to buildInputs
This commit is contained in:
commit
18eb2a07a6
@ -1,10 +1,10 @@
|
|||||||
{ stdenv, systemd, cryptsetup }:
|
{ stdenv, systemd, cryptsetup }:
|
||||||
|
|
||||||
stdenv.lib.overrideDerivation systemd (p: {
|
systemd.overrideAttrs (p: {
|
||||||
version = p.version;
|
version = p.version;
|
||||||
name = "systemd-cryptsetup-generator-${p.version}";
|
name = "systemd-cryptsetup-generator-${p.version}";
|
||||||
|
|
||||||
nativeBuildInputs = p.nativeBuildInputs ++ [ cryptsetup ];
|
buildInputs = p.buildInputs ++ [ cryptsetup ];
|
||||||
outputs = [ "out" ];
|
outputs = [ "out" ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user