amtk: reformat

wip/yesman
WORLDofPEACE 4 years ago committed by Jan Tojnar
parent 10e74f1702
commit 05318e22b3
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 18
      pkgs/development/libraries/amtk/default.nix

@ -1,10 +1,16 @@
{ stdenv, fetchurl, gtk3
, pkgconfig, gobject-introspection, gnome3, dbus, xvfb_run }:
let
version = "5.1.1";
{ stdenv
, fetchurl
, gtk3
, pkgconfig
, gobject-introspection
, gnome3
, dbus
, xvfb_run
}:
stdenv.mkDerivation rec {
pname = "amtk";
in stdenv.mkDerivation {
name = "${pname}-${version}";
version = "5.1.1";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";

Loading…
Cancel
Save