mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
atk: 2.28.1 → 2.30.0
This commit is contained in:
parent
e447800e5f
commit
3c31467c9d
1 changed files with 2 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
let
|
||||
pname = "atk";
|
||||
version = "2.28.1";
|
||||
version = "2.30.0";
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -12,17 +12,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "1z7laf6qwv5zsqcnj222dm5f43c6f3liil0cgx4s4s62xjk1wfnd";
|
||||
sha256 = "0yq25iisnf0rmlg2x5ghzqk9vhf2jramb2khxqghqakz47a90kfx";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# darwin linker arguments https://bugzilla.gnome.org/show_bug.cgi?id=794326
|
||||
(fetchurl {
|
||||
url = https://bugzilla.gnome.org/attachment.cgi?id=369680;
|
||||
sha256 = "11v8fhpsbapa04ifb2268cga398vfk1nq8i628441632zjz1diwg";
|
||||
})
|
||||
];
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
buildInputs = stdenv.lib.optional stdenv.isDarwin fixDarwinDylibNames;
|
||||
|
|
Loading…
Reference in a new issue