gnome3.hitori: move src to a separate file

This commit is contained in:
Jan Tojnar 2017-10-08 18:11:40 +02:00
parent bb05d69de6
commit c78f67da17
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -2,12 +2,7 @@
, libxml2, intltool, itstool }:
stdenv.mkDerivation rec {
name = "hitori-${gnome3.version}.1";
src = fetchurl {
url = "mirror://gnome/sources/hitori/${gnome3.version}/${name}.tar.xz";
sha256 = "07pm3xl05jgb8x151k1j2ap57dmfvk2nkz9dmqnn5iywfigsysd1";
};
inherit (import ./src.nix fetchurl) name src;
nativeBuildInputs = [ pkgconfig ];
buildInputs = [