Skip to content
Snippets Groups Projects
Commit 05296be9 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

nix: Jailbreak packages

parent a02b73aa
Branches
No related tags found
No related merge requests found
......@@ -54,8 +54,8 @@ generateOverride prefix patchDir (patchExtless, patchTypes) = do
let pname = display (packageName pid)
version = versionNumbers (packageVersion pid)
return . (packageName pid,) . (version,) $
"dontRevise "
++ foldl' (override prefix patchDir patchExtless) ("super."++pname) patchTypes
"haskell.lib.doJailbreak (dontRevise "
++ foldl' (override prefix patchDir patchExtless) ("super."++pname) patchTypes ++ ")"
patchFunction :: PatchType -> String
patchFunction = \case
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment