File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
pkgs/by-name/li/libmediaart Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 pkg-config ,
99 vala ,
1010 gtk-doc ,
11- docbook_xsl ,
11+ docbook-xsl-nons ,
1212 docbook_xml_dtd_412 ,
1313 glib ,
1414 gdk-pixbuf ,
1515 gobject-introspection ,
1616 gnome ,
1717} :
1818
19- stdenv . mkDerivation rec {
19+ stdenv . mkDerivation ( finalAttrs : {
2020 pname = "libmediaart" ;
21- version = "1.9.6 " ;
21+ version = "1.9.7 " ;
2222
2323 outputs = [
2424 "out"
@@ -27,8 +27,8 @@ stdenv.mkDerivation rec {
2727 ] ;
2828
2929 src = fetchurl {
30- url = "mirror://gnome/sources/${ pname } /${ lib . versions . majorMinor version } /${ pname } -${ version } .tar.xz" ;
31- sha256 = "w7xQJdfbOAWH+cjrgAxhH2taFta0t4/P+T9ih2pnfxc =" ;
30+ url = "mirror://gnome/sources/libmediaart /${ lib . versions . majorMinor finalAttrs . version } /libmediaart -${ finalAttrs . version } .tar.xz" ;
31+ sha256 = "K0Pdn1Tw2NC4nirduDNBqwbXuYyxsucEODWEr5xWD2s =" ;
3232 } ;
3333
3434 nativeBuildInputs =
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
3838 pkg-config
3939 vala
4040 gtk-doc
41- docbook_xsl
41+ docbook-xsl-nons
4242 docbook_xml_dtd_412
4343 gobject-introspection
4444 ]
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
5757
5858 passthru = {
5959 updateScript = gnome . updateScript {
60- packageName = pname ;
60+ packageName = "libmediaart" ;
6161 versionPolicy = "none" ;
6262 } ;
6363 } ;
@@ -68,4 +68,4 @@ stdenv.mkDerivation rec {
6868 license = licenses . gpl2 ;
6969 platforms = platforms . unix ;
7070 } ;
71- }
71+ } )
You can’t perform that action at this time.
0 commit comments