File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/libraries/gupnp Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 gnome ,
1616} :
1717
18- stdenv . mkDerivation rec {
18+ stdenv . mkDerivation ( finalAttrs : {
1919 pname = "gupnp" ;
2020 version = "1.6.8" ;
2121
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
2626 ] ;
2727
2828 src = fetchurl {
29- url = "mirror://gnome/sources/gupnp/${ lib . versions . majorMinor version } /${ pname } -${ version } .tar.xz" ;
29+ url = "mirror://gnome/sources/gupnp/${ lib . versions . majorMinor finalAttrs . version } /gupnp -${ finalAttrs . version } .tar.xz" ;
3030 hash = "sha256-cKADzr1oV3KT+z5q9J/5AiA7+HaLL8XWUd3B8PoeEek=" ;
3131 } ;
3232
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
6565 passthru = {
6666 updateScript = gnome . updateScript {
6767 attrPath = "gupnp_1_6" ;
68- packageName = pname ;
68+ packageName = "gupnp" ;
6969 } ;
7070 } ;
7171
@@ -76,4 +76,4 @@ stdenv.mkDerivation rec {
7676 license = licenses . lgpl2Plus ;
7777 platforms = platforms . unix ;
7878 } ;
79- }
79+ } )
You can’t perform that action at this time.
0 commit comments