dummy pandoc
This commit is contained in:
parent
804a1f033d
commit
8e9cef1f35
1 changed files with 2 additions and 1 deletions
|
@ -6,5 +6,6 @@ args: self: prev: let
|
|||
config.allowUnfree = true;
|
||||
};
|
||||
in {
|
||||
inherit (pkgsX86) pandoc gccgo gfortran;
|
||||
pandoc = self.writeScriptBin "pandoc" "true";
|
||||
inherit (pkgsX86) gccgo gfortran;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue