amtk: reformat

This commit is contained in:
WORLDofPEACE 2020-09-20 20:19:39 -04:00 committed by Jan Tojnar
parent 10e74f1702
commit 05318e22b3
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -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";