mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
matchbox: update source urls + libmatchbox: 1.9 -> 1.11 (#15160)
This commit is contained in:
parent
cf224573d6
commit
43e617b487
@ -1,12 +1,13 @@
|
||||
{ stdenv, fetchurl, libmatchbox, pkgconfig}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "matchbox-1.2";
|
||||
name = "matchbox-${version}";
|
||||
version = "1.2";
|
||||
|
||||
buildInputs = [ libmatchbox pkgconfig ];
|
||||
|
||||
src = fetchurl {
|
||||
url = http://matchbox-project.org/sources/matchbox-window-manager/1.2/matchbox-window-manager-1.2.tar.bz2;
|
||||
url = "http://downloads.yoctoproject.org/releases/matchbox/matchbox-window-manager/${version}/matchbox-window-manager-${version}.tar.bz2";
|
||||
sha256 = "1zyfq438b466ygcz78nvsmnsc5bhg4wcfnpxb43kbkwpyx53m8l1";
|
||||
};
|
||||
|
||||
|
@ -1,14 +1,15 @@
|
||||
{ stdenv, fetchurl, libX11, libXext, libpng, libXft, libICE, pango, libjpeg}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libmatchbox-1.9";
|
||||
name = "libmatchbox-${version}";
|
||||
version = "1.11";
|
||||
|
||||
buildInputs = [ libXft libICE pango libjpeg ];
|
||||
propagatedBuildInputs = [ libX11 libXext libpng ];
|
||||
|
||||
src = fetchurl {
|
||||
url = http://matchbox-project.org/sources/libmatchbox/1.9/libmatchbox-1.9.tar.bz2;
|
||||
sha256 = "006zdrgs7rgh7dvakjmqsp1q9karq6c5cz4gki2l15fhx0cf40fv";
|
||||
url = "http://downloads.yoctoproject.org/releases/matchbox/libmatchbox/${version}/libmatchbox-${version}.tar.bz2";
|
||||
sha256 = "0lvv44s3bf96zvkysa4ansxj2ffgj3b5kgpliln538q4wd9ank15";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user