Skip to content

Commit 6bb0391

Browse files
committed
libsoup_2_4: Fix updateScript after rename
This fixes: pkgs/desktops/gnome/update.nix throwing "Cannot find attribute 'libsoup'".
1 parent d3c42f1 commit 6bb0391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/development/libraries/libsoup/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ stdenv.mkDerivation rec {
9797

9898
passthru = {
9999
updateScript = gnome.updateScript {
100+
attrPath = "libsoup_2_4";
100101
packageName = pname;
101102
versionPolicy = "odd-unstable";
102103
freeze = true;

0 commit comments

Comments
 (0)