mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
gnome3.hitori: move src to a separate file
This commit is contained in:
parent
bb05d69de6
commit
c78f67da17
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user