Commit a6ee38a
authored
FromCabal.Name: fix libsoup attribute names
`pkgconfig-depends: libsoup-3.0` was being incorrectly resolved to `libsoup` attribute. Additionally, NixOS/nixpkgs#360908 renamed `libsoup` attribute to `libsoup_2_4`.
Let’s use the correct package attribute names for all libsoup pkg-config files. All libsoup dependent Haskell-packages use `pkgconfig-depends` with one of those names:
https://hackage.haskell.org/package/gi-soup-3.0.3/src/gi-soup.cabal
https://hackage.haskell.org/package/gi-soup-2.4.29/src/gi-soup.cabal
https://hackage.haskell.org/package/spike-0.3/src/spike.cabal1 parent 3948e42 commit a6ee38a
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
| |||
0 commit comments