mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
fix typo in gnome3.libpeas
This commit is contained in:
parent
e8416dbe40
commit
5040ae0ccf
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = with gnome3; [ intltool pkgconfig glib gobjectIntrospection gtk3 ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/eog/1.9/${name}.tar.xz";
|
||||
url = "mirror://gnome/sources/libpeas/1.9/${name}.tar.xz";
|
||||
sha256 = "13fzyzv6c0cfdj83z1s16lv8k997wpnzyzr0wfwcfkcmvz64g1q0";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue