mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
rubber: fix build
This commit is contained in:
parent
34aa254f9e
commit
074f57b4a8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
sha256 = "178dmrp0mza5gqjiqgk6dqs0c10s0c517pk6k9pjbam86vf47a1p";
|
sha256 = "178dmrp0mza5gqjiqgk6dqs0c10s0c517pk6k9pjbam86vf47a1p";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ texinfo ];
|
nativeBuildInputs = [ texinfo ];
|
||||||
|
|
||||||
# I couldn't figure out how to pass the proper parameter to disable pdf generation, so we
|
# I couldn't figure out how to pass the proper parameter to disable pdf generation, so we
|
||||||
# use sed to change the default
|
# use sed to change the default
|
||||||
|
|
Loading…
Reference in a new issue