mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
lispPackages.cl-store: fix build
This commit is contained in:
parent
fb37b20d4d
commit
5660c077df
1 changed files with 7 additions and 0 deletions
|
@ -211,4 +211,11 @@ $out/lib/common-lisp/query-fs"
|
|||
'';
|
||||
};
|
||||
};
|
||||
cl-store = x: {
|
||||
overrides = y: (x.overrides y) // {
|
||||
postPatch = ''
|
||||
sed -i -e 's/:initform "Unknown" /:initform #:|Unknown| /' backends.lisp
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue