mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-28 03:22:33 +03:00
haskell: enable jailbreak
This commit is contained in:
parent
971634a49d
commit
271d891d40
@ -123,6 +123,9 @@ in {
|
||||
|
||||
src = getSource name version;
|
||||
|
||||
# ignore if dependencies contain multiple versions of the same package
|
||||
jailbreak = true;
|
||||
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user