mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
libsoup_3.updateScript: correct attribute path
This commit is contained in:
parent
4231aad624
commit
d2b9122a29
@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
|
||||
glib-networking.out
|
||||
];
|
||||
updateScript = gnome.updateScript {
|
||||
attrPath = "libsoup3";
|
||||
attrPath = "libsoup_3";
|
||||
packageName = pname;
|
||||
versionPolicy = "odd-unstable";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user