3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #170151 from queezle42/ghc922

haskell.packages.ghc922: use dbus_1_2_24
This commit is contained in:
Dennis Gosnell 2022-04-25 09:25:05 +09:00 committed by GitHub
commit 342fd01262
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,6 +80,7 @@ self: super: {
constraints = doJailbreak super.constraints;
cpphs = overrideCabal (drv: { postPatch = "sed -i -e 's,time >=1.5 && <1.11,time >=1.5 \\&\\& <1.12,' cpphs.cabal";}) super.cpphs;
data-fix = doJailbreak super.data-fix;
dbus = super.dbus_1_2_24;
dec = doJailbreak super.dec;
ed25519 = doJailbreak super.ed25519;
ghc-byteorder = doJailbreak super.ghc-byteorder;