ReRevert Merge x-updates into master
This reverts commit ec3965d8d0.
Conflicts (taken x-updates):
pkgs/development/libraries/libgcrypt/default.nix
pkgs/development/libraries/libgpg-error/default.nix
pkgs/development/libraries/poppler/default.nix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, perl, perlXMLParser}:
|
||||
{ stdenv, fetchurl, perl, perlXMLParser, gettext }:
|
||||
let
|
||||
s = # Generated upstream information
|
||||
rec {
|
||||
@@ -12,12 +12,15 @@ let
|
||||
propagatedBuildInputs = [perl perlXMLParser];
|
||||
buildInputs = [];
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
inherit (s) name version;
|
||||
src = fetchurl {
|
||||
inherit (s) url sha256;
|
||||
};
|
||||
inherit propagatedBuildInputs buildInputs;
|
||||
inherit buildInputs;
|
||||
|
||||
# not needed by intltool itself but (probably) needed for its usage
|
||||
propagatedBuildInputs = propagatedBuildInputs ++ [ gettext ];
|
||||
|
||||
meta = {
|
||||
description = "Translation helper tool";
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
attribute_name intltool_standalone
|
||||
attribute_name intltool
|
||||
url https://launchpad.net/intltool/+download
|
||||
|
||||
Reference in New Issue
Block a user