* Cleanup: remove obsolete references to ‘xz’, which is in stdenv now.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31678
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl_gnome, pkgconfig, glib, libsigcxx, xz }:
|
||||
{ stdenv, fetchurl_gnome, pkgconfig, glib, libsigcxx }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = src.pkgname;
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1qyb8jb9avfzcdyhldxx7qljjhf30czwnh7c2r9p0x4nin2rjkpq";
|
||||
};
|
||||
|
||||
buildNativeInputs = [pkgconfig xz];
|
||||
buildNativeInputs = [pkgconfig];
|
||||
propagatedBuildInputs = [glib libsigcxx];
|
||||
|
||||
meta = {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl_gnome, pkgconfig, glib, libsigcxx, xz }:
|
||||
{ stdenv, fetchurl_gnome, pkgconfig, glib, libsigcxx }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = src.pkgname;
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1d0dxq4iamch8igrnbvbfwkfpvcnjfzyr9iq2x8hi89b9k1kzbd7";
|
||||
};
|
||||
|
||||
buildNativeInputs = [pkgconfig xz];
|
||||
buildNativeInputs = [pkgconfig];
|
||||
propagatedBuildInputs = [glib libsigcxx];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user